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.91.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.91.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    1a7eff4 View commit details
    Browse the repository at this point in the history
  2. Fix wasm_import_module attribute cross-crate

    This commit fixes an accidental regression from 144678 where wasm
    targets would now accidentally use the wrong import module map for a
    symbol causing a symbol to skip mangling. This can result in compilation
    failures when symbols are used in cross-crate situations.
    
    Closes 148347
    alexcrichton authored and pietroalbini committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    279ca7e View commit details
    Browse the repository at this point in the history
  3. update release notes

    pietroalbini committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ae5f6ed View commit details
    Browse the repository at this point in the history
  4. bump version number

    pietroalbini committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    e42a4ca View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Auto merge of #148593 - pietroalbini:ea-1.91.1, r=BoxyUwU

    [stable] Prepare Rust 1.91.1
    
    This PR prepares the artifacts for Rust 1.91.1, targeting next Monday with the following backports:
    
    * #148322
    * #148363
    
    cc `@rust-lang/release`
    bors committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    ed61e7d View commit details
    Browse the repository at this point in the history
Loading