| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -2/+1 |
| 2023-07-03 | Add a simple markdown parser for formatting `rustc --explain` | Trevor Gross | -0/+2 |
| 2023-07-03 | add flag for disabling global cache and printing proof trees on error | Boxy | -2/+18 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -1/+4 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -1/+4 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -2/+32 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -10/+7 |
| 2023-06-22 | rustc_session: default to -Z plt=yes on non-x86_64 | Augie Fackler | -1/+1 |
| 2023-06-19 | add -Z flag | Boxy | -0/+2 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -2/+2 |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -0/+2 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+1 |
| 2023-05-30 | Remove `-Zcgu-partitioning-strategy`. | Nicholas Nethercote | -2/+0 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -1/+2 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -3/+3 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -0/+4 |
| 2023-05-06 | Rename InstCombine to InstSimplify | Ben Kimock | -1/+1 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -2/+2 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+8 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+8 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -1/+1 |
| 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/+3 |
| 2023-04-19 | Add unstable feature flags | bjorn3 | -0/+4 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -2/+2 |
| 2023-04-16 | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | -1/+1 |
| 2023-04-13 | Enable flatten-format-args by default. | Mara Bos | -2/+2 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -3/+16 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -1/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -3/+16 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -0/+19 |
| 2023-03-16 | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | -0/+3 |
| 2023-03-01 | Add unstable option new_rpitit to be used for new RPITIT lowering system | Santiago Pastorino | -0/+3 |
| 2023-02-22 | link-directives: clarify usage message | Jeremy Fitzhardinge | -1/+1 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -0/+2 |
| 2023-02-20 | remove flag | Boxy | -2/+0 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -1/+2 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -2/+2 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -2/+2 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -3/+0 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -1/+2 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -1/+15 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -0/+2 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -0/+2 |
| 2023-02-10 | Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiser | Matthias Krüger | -5/+5 |
| 2023-02-10 | Auto merge of #102963 - ilammy:xray-basic, r=estebank | bors | -0/+73 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -1/+15 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -0/+73 |
| 2023-02-07 | Replace a command line flag with an env var to allow tools to initialize the ... | Oli Scherer | -2/+0 |