| Age | Commit message (Expand) | Author | Lines |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -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 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -1/+2 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -1/+1 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+2 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -1/+2 |
| 2022-07-20 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+2 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -3/+6 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+2 |
| 2022-07-08 | Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholk | Dylan DPC | -0/+2 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -2/+2 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -3/+3 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -0/+1 |
| 2022-07-04 | incr.comp.: Make split-dwarf commandline options [TRACKED]. | Michael Woerister | -2/+2 |
| 2022-06-26 | Add a `-Zdump-drop-tracking-cfg` debugging flag | Joshua Nelson | -0/+2 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -0/+3 |
| 2022-06-14 | Add -Zvirtual-function-elimination flag | flip1995 | -0/+3 |
| 2022-06-13 | Integrate measureme's hardware performance counter support. | Eduard-Mihai Burtescu | -0/+6 |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+2 |
| 2022-06-09 | Revert "Remove num_cpus dependency from bootstrap, build-manifest and rustc_s... | David Tolnay | -1/+1 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -5/+0 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -4/+0 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -0/+2 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -48/+72 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -1/+1 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -0/+19 |
| 2022-04-16 | Address nits | Jakob Degen | -5/+2 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -0/+22 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -1/+0 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -0/+2 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -0/+20 |