| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-17 | Update test. | Mara Bos | -1/+1 |
| 2023-04-16 | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | -1/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -1/+2 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -0/+2 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -0/+1 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -0/+1 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -0/+1 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -1/+1 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+1 |
| 2023-02-20 | remove flag | Boxy | -1/+0 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -1/+0 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -0/+2 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -0/+2 |
| 2023-02-07 | Replace a command line flag with an env var to allow tools to initialize the ... | Oli Scherer | -1/+0 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -0/+1 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -1/+11 |
| 2023-01-12 | Add log-backtrace option to show backtraces along with logging | Yuki Omoto | -0/+1 |
| 2023-01-10 | Change type of box_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-10 | Change type of mutable_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -1/+2 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -5/+7 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -5/+7 |
| 2022-12-25 | Mark incremental-ignore-spans as TRACKED. | Camille GILLOT | -1/+1 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-04 | Add -Z maximal-hir-to-mir-coverage flag | Will Crichton | -0/+1 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -1/+0 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |