| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -0/+1 |
| 2021-05-19 | fix split-debuginfo error message | Ximin Luo | -1/+1 |
| 2021-05-17 | Provide option for specifying the profiler runtime | Alan Egerton | -2/+2 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -0/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -0/+3 |
| 2021-05-11 | Introduce the (WIP) THIR unsafety checker | LeSeulArtichaut | -0/+2 |
| 2021-05-11 | Fix typo in variable name | LingMan | -2/+2 |
| 2021-05-10 | rustc_session: Use `Iterator::find` instead of manual search | Vadim Petrochenkov | -24/+19 |
| 2021-05-10 | rustc_session: Move more option building code from the `options!` macro | Vadim Petrochenkov | -62/+83 |
| 2021-05-08 | Make -Z new-llvm-pass-manager an Option<bool> | Nikita Popov | -1/+1 |
| 2021-05-07 | Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry | Yuki Okushi | -6/+6 |
| 2021-05-06 | Update coverage docs and command line help | Rich Kadel | -6/+6 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -2/+2 |
| 2021-05-05 | Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation... | Andy Wang | -0/+3 |
| 2021-05-02 | Fix nit in rustc_session::options | Joshua Nelson | -1/+1 |
| 2021-05-01 | Remove unused macro parameters | Joshua Nelson | -3/+3 |
| 2021-05-01 | Remove unused `parse_pathbuf_push` function | Joshua Nelson | -12/+0 |
| 2021-05-01 | Don't recompile the same functions for each debugging option | Joshua Nelson | -412/+461 |
| 2021-05-01 | Remove unused parse_opt_list function | Joshua Nelson | -13/+0 |
| 2021-04-29 | Use doc-comment instad of comments consistently | Joshua Nelson | -58/+59 |