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

safe transmute: use Assume struct to provide analysis options #100726

Merged
merged 3 commits into from
Sep 4, 2022

Commits on Aug 22, 2022

  1. safe transmute: use Assume struct to provide analysis options

    This was left as a TODO in rust-lang#92268, and brings the trait more in
    line with what was defined in MCP411.
    
    `Assume::visibility` has been renamed to `Assume::safety`, as
    library safety is what's actually being assumed; visibility is
    just the mechanism by which it is currently checked (this may
    change).
    
    ref: rust-lang/compiler-team#411
    ref: rust-lang#99571
    jswrenn committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f46fffc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. safe transmute: use FxIndex{Map,Set} instead of FxHash{Map,Set}

    resolves query instability issues, and probably better for performance
    jswrenn committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1d844fe View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    fbcc038 View commit details
    Browse the repository at this point in the history