Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 912f7a6
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a4a2b34
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jul 22, 2024

  1. Emit error when calling/declaring functions with unavailable vectors.

    On some architectures, vector types may have a different ABI when
    relevant target features are enabled.
    
    As discussed in rust-lang/lang-team#235, this
    turns out to very easily lead to unsound code.
    
    This commit makes it an error to declare or call functions using those
    vector types in a context in which the corresponding target features are
    disabled, if using an ABI for which the difference is relevant.
    veluca93 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a4a2b34 View commit details
    Browse the repository at this point in the history
Loading