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: 6538711
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: 88a6742
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 16, 2025

  1. rustc_codegen_llvm: Name major version of LLVM

    It makes LLVM version comparison clearer.
    a4lg committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    59db047 View commit details
    Browse the repository at this point in the history
  2. rustc_codegen_llvm: Simplify arch conversion

    This commit simplifies construction of `arch` from `sess.target.arch`.
    It also preserves a reference to `sess.target.arch` as `raw_arch`
    to make this function future proof.
    a4lg committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b45c594 View commit details
    Browse the repository at this point in the history
  3. rustc_codegen_llvm: Simplify wide-arithmetic conversion

    This commit simplifies conversion of the target feature `wide-arithmetic`
    on WebAssembly architectures as only the major version is relevant.
    
    It also slightly changes the corresponding comment.
    a4lg committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    03acc95 View commit details
    Browse the repository at this point in the history
  4. rustc_codegen_llvm: Simplify avx10.2 conversion

    The original two match clauses represented `if` and `else` cases.
    This commit replaces them into a single match clause with `bool::then()`.
    a4lg committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    88a6742 View commit details
    Browse the repository at this point in the history
Loading