Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --wrap-unsafe-ops option #2354

Merged
merged 6 commits into from Nov 22, 2022
Merged

Commits on Nov 18, 2022

  1. Revert "Wrap unsafe function's bodies in unsafe blocks (rust-lang…

    …#2266)"
    
    This reverts commit e8ffb42.
    pvdrz committed Nov 18, 2022
    Copy the full SHA
    ea99875 View commit details
    Browse the repository at this point in the history
  2. Add --wrap-unsafe-ops option

    pvdrz committed Nov 18, 2022
    Copy the full SHA
    738d836 View commit details
    Browse the repository at this point in the history
  3. Handle missing cases

    pvdrz committed Nov 18, 2022
    Copy the full SHA
    7fe16a2 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    pvdrz committed Nov 18, 2022
    Copy the full SHA
    5fd08d9 View commit details
    Browse the repository at this point in the history
  5. fix typo

    pvdrz committed Nov 18, 2022
    Copy the full SHA
    416accf View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. deduplicate wrapping logic

    pvdrz committed Nov 22, 2022
    Copy the full SHA
    43c6a4d View commit details
    Browse the repository at this point in the history