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
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: perf-tmp
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Sep 4, 2025

  1. Unrolled build for #145976

    Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789
    
    Add bootstrap.toml option to control debug breaking on ICEs on windows
    
    When rustc ICEs during bootstrap on Windows, it will call `DebugBreak`. This is intended to trigger a Windows Error Reporting dialog that can launch a debugger. However on some setups (mine for one) this will just abort the process, hiding any ICEs on other threads as well. I also would not want to see this dialog even if it did work for me.
    
    This PR adds a new option to bootstrap.toml `rust.break-on-ice` to configure this behavior. By default, it is enabled, matching the existing behavior.
    rust-timer authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    4537ecf View commit details
    Browse the repository at this point in the history
Loading