| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -1/+13 |
| 2024-11-09 | give a hint which feature is missing | Ralf Jung | -0/+1 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -6/+6 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -2/+3 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -0/+9 |
| 2024-10-10 | Avoid redundant additions to PATH when linking | Mads Marquart | -0/+2 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -5/+7 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-15 | Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau | Matthias Krüger | -0/+10 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -2/+10 |
| 2024-09-03 | deprecate -Csoft-float because it is unsound (and not fixable) | Ralf Jung | -0/+10 |
| 2024-08-27 | Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu | Trevor Gross | -14/+2 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -2/+16 |
| 2024-08-22 | rustc: Simplify getting sysroot library directory | Vadim Petrochenkov | -14/+2 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -1/+6 |
| 2024-08-09 | unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app... | Ding Xiang Fei | -1/+6 |
| 2024-08-08 | review comments | Esteban Küber | -2/+2 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -13/+17 |
| 2024-08-06 | -Zembed-source: Don't try to warn about incompatible codegen backends | Mrmaxmeier | -7/+0 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -2/+23 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -24/+22 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -13/+13 |