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: d92aa43
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: fcaba9c
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 30, 2024

  1. Recapitalise ARMvX{-Y} to ArmvX{-Y}

    Yes it looks weird, but this is how Arm write it now.
    
    I left ARM64 alone, because it's a Microsoft/Apple term but not an Arm term (they have Armv8-A and Armv9-A architectures, which say that A64 instructions are executed when in the Aarch64 state), and I don't want to get into that, especially for a Tier 1 target.
    jonathanpallant committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    de0c02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcaba9c View commit details
    Browse the repository at this point in the history
Loading