| Age | Commit message (Expand) | Author | Lines |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -1/+1 |
| 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 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+2 |
| 2023-01-27 | Add `drop_tracking_mir` option. | Camille GILLOT | -0/+2 |
| 2023-01-23 | Replace terminator-based const eval limit | Bryan Garza | -0/+2 |
| 2023-01-18 | Support `true` and `false` as boolean flag params | Nilstrieb | -5/+5 |
| 2023-01-12 | Add log-backtrace option to show backtraces along with logging | Yuki Omoto | -0/+2 |
| 2023-01-11 | Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=da... | nils | -1/+1 |
| 2023-01-10 | Disable "split dwarf inlining" by default. | Kyle Huey | -1/+1 |
| 2023-01-11 | Rollup merge of #106671 - tmiasko:opt-bool, r=wesleywiser | Yuki Okushi | -2/+2 |
| 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-09 | Fix help docs for -Zallow-features | Eric Huss | -1/+1 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -4/+6 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -2/+14 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -1/+19 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -1/+19 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -1/+2 |
| 2022-12-25 | Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc... | Matthias Krüger | -6/+0 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -0/+3 |
| 2022-12-25 | Enable relative span hashing. | Camille GILLOT | -2/+0 |
| 2022-12-25 | Mark incremental-ignore-spans as TRACKED. | Camille GILLOT | -1/+1 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+2 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -6/+0 |
| 2022-12-14 | add `-Z dump-mono-stats` | Rémy Rakic | -0/+3 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+2 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+2 |
| 2022-12-04 | Add -Z maximal-hir-to-mir-coverage flag | Will Crichton | -0/+3 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -2/+0 |
| 2022-11-02 | Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+2 |
| 2022-10-26 | Allow use of `-Clto=thin` with `-Ccodegen-units=1` in general | Wesley Wiser | -1/+1 |