| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -3/+2 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -0/+12 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | fix typos | Dylan DPC | -2/+2 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -1/+0 |
| 2022-03-03 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -0/+12 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -1/+1 |
| 2022-02-26 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -2/+3 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -3/+3 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -12/+6 |
| 2022-02-19 | Adopt let else in more places | est31 | -12/+6 |
| 2022-02-19 | reduce default uninit_const_chunk_threshold to 16 (from 256) | Erik Desjardins | -2/+2 |
| 2022-02-19 | No branch protection metadata unless enabled | Simonas Kazlauskas | -2/+3 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -3/+3 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -1/+2 |
| 2022-02-18 | Use undef for partially-uninit constants up to 1024 bytes | Erik Desjardins | -2/+2 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -1/+2 |