| Age | Commit message (Expand) | Author | Lines |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -0/+6 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -5/+0 |
| 2025-08-04 | coverage: Simplify access to debug/testing `-Zcoverage-options` flags | Zalathar | -5/+7 |
| 2025-08-04 | coverage: Remove `-Zcoverage-options=no-mir-spans` | Zalathar | -5/+0 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -5/+5 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -5/+5 |
| 2025-07-25 | Allow pretty printing paths with `-Zself-profile-events=args` | Jakub Beránek | -0/+1 |
| 2025-07-07 | compiler: Deduplicate `must_emit_unwind_tables()` comments | Martin Nordholts | -1/+8 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -8/+8 |
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -24/+20 |
| 2025-06-16 | Add infrastructure for emitting timing sections | Jakub Beránek | -0/+7 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -7/+0 |
| 2025-06-05 | Replace all uses of sysroot_candidates with get_or_default_sysroot | bjorn3 | -5/+1 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -7/+0 |
| 2025-05-27 | coverage: Revert "unused local file IDs" due to empty function names | Zalathar | -5/+0 |
| 2025-05-10 | coverage: Detect unused local file IDs to avoid an LLVM assertion | Zalathar | -0/+5 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -2/+8 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -0/+17 |
| 2025-04-06 | Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratrieb | bors | -1/+40 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+9 |
| 2025-04-04 | refactor: Move env parsing of deployment target to rustc_session | Mads Marquart | -1/+40 |
| 2025-03-25 | rustc_session: Add a helper function for obtaining staticlib prefix and suffix | Vadim Petrochenkov | -0/+8 |
| 2025-03-12 | Remove unused host_tlib_path field | bjorn3 | -2/+1 |
| 2025-03-07 | Remove highlighting of spans on `-Zteach` | Esteban Küber | -1/+0 |
| 2025-03-03 | Use default field values for `ErrorOutputType` | Esteban Küber | -2/+2 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -2/+2 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -2/+1 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -0/+7 |
| 2025-02-09 | Emit an error if `-Zdwarf-version=1` is requested | Wesley Wiser | -1/+2 |
| 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 | -14/+12 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+4 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -14/+12 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -11/+4 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -2/+6 |
| 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-20 | don't ICE when emitting linker errors during `-Z link-only` | jyn | -3/+6 |
| 2024-12-29 | make -Csoft-float have an effect on all ARM targets | Ralf Jung | -1/+1 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -0/+5 |
| 2024-12-13 | Remove registered_lints field from Session | bjorn3 | -4/+0 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -6/+0 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -9/+6 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+5 |
| 2024-12-02 | `impl Default for EarlyDiagCtxt` | jyn | -0/+6 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+5 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -58/+1 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -6/+14 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -1/+13 |