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: 1.97.0
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: 1.97.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 14, 2026

  1. 1.97.1 release

    * Bump version
    * Re-import release notes and add 1.97.1 notes
    Mark-Simulacrum committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    9b8be8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eabe5e4 View commit details
    Browse the repository at this point in the history
  3. Revert "Only exclude the 155473 change for 1-byte bool-likes"

    This reverts commit 569ad99.
    
    The PR widened the effect of this from enums with the 0..=1 range to
    those with any range if they had more than 1 byte.
    
    Unfortunately, our LLVMIR now incurs miscompilations, so revert until
    we find a better fix.
    workingjubilee authored and Mark-Simulacrum committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    e641fea View commit details
    Browse the repository at this point in the history
  4. Backport fix for 159035

    This backports more than just the small fix as the original base has
    moved on main too.
    Mark-Simulacrum committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    979b2d3 View commit details
    Browse the repository at this point in the history
  5. Auto merge of #159288 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum

    [stable] 1.97.1 release
    
    This backports:
    
    * #159106
    * #159047
    
    Currently not approved:
    
    * #159039 - thread is trending towards a decline of backport
    bors committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    8bab26f View commit details
    Browse the repository at this point in the history
Loading