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: master@{1day}
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: master
Choose a head ref
  • 13 commits
  • 113 files changed
  • 4 contributors

Commits on May 11, 2025

  1. Configuration menu
    Copy the full SHA
    7727a45 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    a360940 View commit details
    Browse the repository at this point in the history
  2. update stage0 compiler

    pietroalbini committed May 12, 2025
    Configuration menu
    Copy the full SHA
    2b7c13e View commit details
    Browse the repository at this point in the history
  3. update cfg(bootstrap)

    pietroalbini committed May 12, 2025
    Configuration menu
    Copy the full SHA
    2ce08ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27cca0d View commit details
    Browse the repository at this point in the history
  5. ./x clippy ci --fix

    pietroalbini committed May 12, 2025
    Configuration menu
    Copy the full SHA
    8e4b1c8 View commit details
    Browse the repository at this point in the history
  6. manual clippy fixes

    pietroalbini committed May 12, 2025
    Configuration menu
    Copy the full SHA
    779dd35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26316b8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Auto merge of #140951 - compiler-errors:super-fmt, r=ytmimi

    Do not remove `super` keyword from `super let`
    
    This is affecting a macro in the standard library:
    
    https://github.com/rust-lang/rust/blob/bc7512ee6309ee7e8cacf87b94aa6d1f550c9d99/library/core/src/pin.rs#L1945
    
    I added an exception in 6f6a9a5, but I'd like to remove it eventually, so opening this in-tree to not block this on the next rustfmt sync.
    
    r? `@calebcartwright` or `@ytmimi`
    bors committed May 13, 2025
    Configuration menu
    Copy the full SHA
    f6b5da7 View commit details
    Browse the repository at this point in the history
  2. bump compiler_builtins

    pietroalbini committed May 13, 2025
    Configuration menu
    Copy the full SHA
    ce6e296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce7783 View commit details
    Browse the repository at this point in the history
  4. Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-…

    …errors
    
    Stage0 bootstrap update
    
    This PR [follows the release process](https://forge.rust-lang.org/release/process.html#master-bootstrap-update-tuesday) to update the stage0 compiler.
    
    The only thing of note is 58651d1, which was flagged by clippy as a correctness fix. I think allowing that lint in our case makes sense, but it's worth to have a second pair of eyes on it.
    
    r? `@Mark-Simulacrum`
    bors committed May 13, 2025
    Configuration menu
    Copy the full SHA
    4eca99a View commit details
    Browse the repository at this point in the history
  5. Auto merge of #140921 - Berrysoft:update-rustc-lock, r=jieyouxu

    Update `ctrlc`, `libloading` and `nix` for rustc
    
    The main purpose is to update `nix` to 0.30.1. It adds support for cygwin.
    bors committed May 13, 2025
    Configuration menu
    Copy the full SHA
    414482f View commit details
    Browse the repository at this point in the history
Loading