| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -10/+16 |
| 2025-02-11 | Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2025-02-10 | Stop using span hack for contracts feature gating | Michael Goulet | -5/+0 |
| 2025-02-09 | Rollup merge of #136746 - wesleywiser:err_dwarf1, r=Urgau | Matthias Krüger | -2/+5 |
| 2025-02-09 | Emit an error if `-Zdwarf-version=1` is requested | Wesley Wiser | -2/+5 |
| 2025-02-08 | Rustfmt | bjorn3 | -28/+20 |
| 2025-02-06 | Rollup merge of #136636 - bjorn3:error_cleanup, r=compiler-errors | Matthias Krüger | -12/+6 |
| 2025-02-06 | Rollup merge of #136152 - Urgau:stabilize-map_many_mut, r=joshtriplett | Matthias Krüger | -2/+1 |
| 2025-02-06 | Construct DiagCtxt a bit earlier in build_session | bjorn3 | -12/+6 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -22/+21 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -0/+5 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+13 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -22/+21 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -15/+333 |
| 2025-02-02 | Replace ParseSess::set_dcx with DiagCtxt::set_emitter | bjorn3 | -4/+0 |
| 2025-02-02 | Use fallback fluent bundle from inner emitter in SilentEmitter | bjorn3 | -5/+2 |
| 2025-02-02 | Slightly simplify DiagCtxt::make_silent | bjorn3 | -3/+2 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -13/+7 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -15/+333 |
| 2025-01-31 | it-self → itself, build-system → build system, type-alias → type alias | Tobias Bucher | -1/+1 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -1/+84 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -1/+84 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -61/+1 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -61/+1 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -2/+7 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -1/+84 |
| 2025-01-28 | Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote | bors | -2/+0 |
| 2025-01-27 | Remove -Zinline-in-all-cgus and clean up CGU partitioning tests | Ben Kimock | -2/+0 |
| 2025-01-27 | Adjust compiler for `HashMap::get_many_mut` stabilization | Urgau | -2/+1 |
| 2025-01-25 | Auto merge of #119286 - jyn514:linker-output, r=bjorn3 | bors | -3/+6 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -2/+2 |
| 2025-01-21 | Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum | bors | -2/+2 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -1/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -1/+0 |
| 2025-01-21 | bumpt compiler and tools to windows 0.59 | klensy | -2/+2 |
| 2025-01-20 | don't ICE when emitting linker errors during `-Z link-only` | jyn | -3/+6 |
| 2025-01-20 | Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd | Matthias Krüger | -2/+6 |
| 2025-01-20 | Respect --target in get_backend_from_raw_matches | bjorn3 | -2/+6 |
| 2025-01-20 | Rollup merge of #135747 - ehuss:filename-quote, r=SparrowLii | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-19 | Rename FileName::QuoteExpansion to CfgSpec | Eric Huss | -1/+1 |
| 2025-01-19 | Manual cleanup of some `is_{or_none|some_and}` usages | Yotam Ofek | -2/+2 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -8/+1 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+21 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+21 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -9/+39 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -0/+7 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -9/+39 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+7 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -2/+5 |