| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | Add -Zcross-crate-inline-threshold=yes | Ben Kimock | -6/+6 |
| 2023-11-02 | Remove support for alias `-Z symbol-mangling-version` | Zalathar | -1/+0 |
| 2023-10-30 | Streamline some `use` items. | Nicholas Nethercote | -17/+7 |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -6/+2 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -2/+2 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -19/+10 |
| 2023-10-28 | Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco | Jubilee | -1/+0 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -11/+10 |
| 2023-10-28 | Streamline `rustc_interface` tests. | Nicholas Nethercote | -11/+3 |
| 2023-10-26 | Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-26 | The value of `-Cinstrument-coverage=` doesn't need to be `Option` | Zalathar | -1/+1 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -0/+2 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -0/+2 |
| 2023-10-25 | Remove support for alias `-Z instrument-coverage` | Zalathar | -1/+0 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |
| 2023-10-08 | Remove -Zdep-tasks. | Camille GILLOT | -1/+0 |
| 2023-10-04 | introduce `Polonius` enum for `-Zpolonius` | Rémy Rakic | -1/+2 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -2/+0 |
| 2023-09-10 | Fix test | bjorn3 | -1/+1 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+1 |
| 2023-08-28 | Auto merge of #115267 - nikic:revert-elf-relaxation, r=compiler-errors | bors | -1/+1 |
| 2023-08-27 | Rollup merge of #114974 - nbdd0121:vtable, r=b-naber | Guillaume Gomez | -0/+1 |
| 2023-08-27 | Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic" | Nikita Popov | -1/+1 |
| 2023-08-23 | Default relax_elf_relocations to true | Fangrui Song | -1/+1 |
| 2023-08-18 | Add an (perma-)unstable option to disable vtable vptr | Gary Guo | -0/+1 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -0/+1 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -1/+1 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -0/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+0 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -0/+2 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+1 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+2 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+1 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -1/+1 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+1 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -1/+1 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -1/+2 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -37/+58 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -1/+1 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -7/+13 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -1/+2 |
| 2023-05-06 | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkov | bors | -0/+1 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -1/+1 |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -0/+1 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+4 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+4 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -1/+1 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -1/+1 |
| 2023-04-21 | Actually keep `PlaceMention` if requested. | Camille GILLOT | -0/+1 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -1/+1 |