| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -3/+15 |
| 2021-04-27 | Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives | Joshua Nelson | -24/+61 |
| 2021-04-27 | Test that non_default_option is not the default option | Joshua Nelson | -1/+1 |
| 2021-04-15 | Track `-C link-dead-code` during incremental compilation | Aaron Hill | -1/+1 |
| 2021-04-05 | Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper | Dylan DPC | -14/+14 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -0/+3 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -1/+1 |
| 2021-03-27 | Address review comments | Joshua Nelson | -2/+0 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -2/+40 |
| 2021-03-21 | Enable mutable noalias by default for LLVM 12 | Nikita Popov | -1/+1 |
| 2021-03-21 | Convert -Z mutable-noalias to Optional<bool> | Nikita Popov | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -2/+40 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -4/+0 |
| 2021-03-09 | Use FromStr trait for number option parsing | Tomasz Miąsko | -14/+14 |
| 2021-03-08 | Gate the printing on --json=unused-externs | est31 | -0/+3 |
| 2021-03-05 | Fix MIR optimization level description | Santiago Pastorino | -1/+1 |