| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Auto merge of #97911 - dtolnay:numcpu, r=Mark-Simulacrum | bors | -1/+1 |
| 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 |
| 2022-02-14 | Add support for control-flow protection | Andrew Brown | -0/+22 |
| 2022-02-11 | Remove the alt_std_name option | bjorn3 | -4/+0 |
| 2022-02-09 | Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister | bors | -2/+0 |
| 2022-02-07 | Add a flag enabling drop range tracking in generators | Tomasz Miąsko | -0/+2 |
| 2022-02-06 | Delete query stats | Mark Rousskov | -2/+0 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -4/+11 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -2/+0 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -0/+2 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -2/+0 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -0/+18 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -4/+11 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -1/+1 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -0/+3 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+30 |
| 2021-12-19 | Rollup merge of #91932 - Kixiron:randomize-seed, r=nagisa | Matthias Krüger | -0/+2 |
| 2021-12-14 | Added -Z layout_seed for allowing user-defined randomization seeds | Chase Wilson | -0/+2 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-05 | Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisa | Matthias Krüger | -2/+3 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -2/+3 |
| 2021-12-02 | Move instrument coverage config getters to `Options` | Dylan MacKenzie | -0/+15 |
| 2021-12-02 | Move `mir_opt_level` getter into `Options` | Dylan MacKenzie | -0/+8 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -5/+4 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -0/+31 |