| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -1/+1 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -2/+0 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -1/+15 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -0/+2 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -1/+4 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -0/+2 |
| 2021-11-15 | Support having -Z and -C options with the same name | Josh Triplett | -6/+8 |
| 2021-11-15 | Try all stable candidates first before trying unstable ones | Gary Guo | -0/+2 |
| 2021-11-12 | Add `-Zassert-incr-state` to assert state of incremental cache | pierwill | -1/+4 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -0/+2 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -0/+2 |
| 2021-11-05 | Update the documented default of -Zmutable-noalias | Josh Stone | -1/+1 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -2/+2 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -2/+2 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |