| Age | Commit message (Expand) | Author | Lines |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -7/+6 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -17/+17 |
| 2025-02-22 | Rollup merge of #137410 - saethlin:stable-dep-tracking-hash, r=workingjubilee | Matthias Krüger | -15/+16 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -38/+26 |
| 2025-02-21 | Use StableHasher + Hash64 for dep_tracking_hash | Ben Kimock | -15/+16 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -2/+1 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -2/+2 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -0/+7 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -0/+7 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -2/+2 |
| 2025-02-16 | Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=Noratrieb | Matthias Krüger | -6/+2 |
| 2025-02-15 | Load all builtin targets at once instead of one by one | Urgau | -6/+2 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -68/+3 |
| 2025-02-15 | Clean up rustc_session::output::{find,validate}_crate_name | León Orell Valerian Liehr | -53/+56 |
| 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 | -1/+3 |
| 2025-02-09 | Emit an error if `-Zdwarf-version=1` is requested | Wesley Wiser | -1/+3 |
| 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 | -1/+1 |
| 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 | -1/+1 |