| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-24 | Address some comments | mejrs | -2/+2 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+2 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+2 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -55/+51 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -11/+0 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -2/+0 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -0/+2 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+2 |
| 2022-09-09 | Add inline-llvm option for disabling/enabling LLVM inlining | Yan Chen | -0/+2 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -5/+5 |
| 2022-08-15 | Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and... | The 8472 | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -35/+35 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+2 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -4/+7 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+17 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -4/+7 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+2 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -24/+51 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+2 |