| Age | Commit message (Expand) | Author | Lines |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+2 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+10 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -1/+1 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -1/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+1 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -4/+5 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+1 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+1 |
| 2024-08-28 | fmt-debug option | Kornel | -5/+6 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+1 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -1/+2 |
| 2024-07-29 | Add `-Z embed-source=yes` to embed source code in DWARF debug info | Mrmaxmeier | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -21/+16 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -0/+1 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -1/+1 |
| 2024-06-28 | Reduce merge conflicts from rustfmt's wrapping | Kornel | -7/+15 |
| 2024-06-27 | Updated diagnostic messages | Florian Schmiderer | -1/+2 |
| 2024-06-26 | Add `-Zdump-mir-exclude-alloc-bytes` | Josh Stone | -0/+1 |
| 2024-06-25 | Updated code for changes to RFC, added additional error handling, added | Florian Schmiderer | -3/+6 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -0/+1 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -3/+3 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -1/+1 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -1/+1 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -1/+1 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+1 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -4/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+2 |
| 2024-05-03 | Add -Zfixed-x18 | Alice Ryhl | -0/+1 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+2 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -7/+7 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -2/+1 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -0/+1 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+4 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -1/+1 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -50/+48 |
| 2024-04-16 | Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2024-04-16 | Move `initialize_checked_jobserver`. | Nicholas Nethercote | -2/+2 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -2/+9 |
| 2024-04-16 | Factor out common code in interface tests. | Nicholas Nethercote | -48/+39 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+1 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -1/+0 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -1/+1 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -23/+32 |
| 2024-03-21 | Rename some `target_cfg` variables as `target`. | Nicholas Nethercote | -2/+2 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -2/+1 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -5/+7 |
| 2024-03-12 | sess: stabilize relro-level | David Wood | -1/+1 |