| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -0/+24 |
| 2021-10-20 | Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser | Yuki Okushi | -1/+1 |
| 2021-10-15 | Add -Z location-detail flag | Hudson Ayers | -0/+24 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+2 |
| 2021-10-07 | Add support for artifact size profiling | Ryan Levick | -1/+1 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+4 |
| 2021-09-30 | Implemented -Z randomize-layout | Chase Wilson | -0/+2 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -0/+2 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -2/+14 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -0/+2 |
| 2021-09-09 | Add -Z panic-in-drop={unwind,abort} command-line option | Amanieu d'Antras | -2/+14 |
| 2021-09-07 | remap-cwd-prefix | danakj | -0/+2 |
| 2021-08-25 | don't generate partially-undef consts | Erik Desjardins | -0/+3 |
| 2021-08-23 | Do not mark `-Z thir-unsafeck` as unsound anymore | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -0/+4 |
| 2021-08-04 | Add back -Zno-profiler-runtime | Amanieu d'Antras | -2/+4 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -0/+2 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -1/+1 |
| 2021-07-25 | clippy::single_char_pattern | Matthias Krüger | -1/+1 |
| 2021-07-22 | Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiser | bors | -1/+1 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -1/+0 |
| 2021-07-16 | Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoerister | Guillaume Gomez | -3/+3 |
| 2021-07-14 | Make --cap-lints and related options leave crate hash alone | Jeremy Fitzhardinge | -3/+3 |
| 2021-07-14 | Add -Zfuture-incompat-test to assist with testing future-incompat reports. | Eric Huss | -0/+2 |
| 2021-07-07 | Profile incremental hashing | Ryan Levick | -1/+1 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -0/+2 |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -0/+2 |
| 2021-06-26 | Auto merge of #86267 - ZuseZ4:master, r=nagisa | bors | -0/+2 |
| 2021-06-21 | Only hash OutputTypes keys in non-crate-hash mode | Aaron Hill | -5/+12 |
| 2021-06-21 | make -Zno-codegen TRACKED_NO_CRATE_HASH | Jeremy Fitzhardinge | -1/+1 |
| 2021-06-18 | Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726 | bors | -2/+2 |
| 2021-06-13 | allow loading of llvm plugins on nightly | Manuel Drehwald | -0/+2 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+16 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -0/+1 |