| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+18 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -13/+13 |
| 2021-06-05 | Auto merge of #84234 - jyn514:blanket-hash, r=Aaron1011 | bors | -20/+22 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -4/+27 |
| 2021-06-04 | Implement DepTrackingHash for `Option` through blanket impls instead of macros | Joshua Nelson | -20/+22 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -2/+11 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-06-01 | Rollup merge of #85473 - infinity0:master, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-05-31 | Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoerister | bors | -26/+10 |
| 2021-05-30 | Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisa | bors | -0/+8 |
| 2021-05-30 | Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebank | bors | -0/+5 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -13/+13 |
| 2021-05-28 | Use command line metadata path if provided | Jeremy Fitzhardinge | -0/+5 |
| 2021-05-28 | Initial support for force-warns | Ryan Levick | -3/+17 |
| 2021-05-29 | Diagnose use sanitizers with crt-static | 12101111 | -0/+8 |
| 2021-05-25 | Don't sort a `Vec` before computing its `DepTrackingHash` | Aaron Hill | -26/+10 |
| 2021-05-25 | Rollup merge of #85361 - bjorn3:rustdoc_target_json_path_canonicalize, r=jyn514 | Guillaume Gomez | -1/+4 |
| 2021-05-24 | Use parse_target_triple in rustdoc | bjorn3 | -1/+4 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-19 | fix split-debuginfo error message | Ximin Luo | -1/+1 |
| 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 | -5/+12 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -1/+5 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -0/+14 |
| 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 | Rollup merge of #85152 - nagisa:target-search-rustlib, r=Mark-Simulacrum | Guillaume Gomez | -53/+15 |
| 2021-05-10 | Adjust target search algorithm for rustlib path | Simonas Kazlauskas | -53/+15 |
| 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 | -66/+87 |
| 2021-05-09 | Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa | bors | -8/+14 |
| 2021-05-09 | Auto merge of #83894 - nikic:newpm, r=nagisa | bors | -1/+1 |
| 2021-05-08 | Remove unused `opt_span_warn` function | Joshua Nelson | -6/+0 |
| 2021-05-08 | Make `Diagnostic::span_fatal` unconditionally raise an error | Joshua Nelson | -3/+3 |
| 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 | -47/+143 |
| 2021-05-05 | Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkov | Ralf Jung | -57/+61 |
| 2021-05-05 | Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation... | Andy Wang | -0/+3 |
| 2021-05-05 | Use RealFileName for Session::working_dir as it may also be remapped | Andy Wang | -5/+9 |
| 2021-05-03 | Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov | Dylan DPC | -1/+1 |
| 2021-05-02 | Remove dummy_config | bjorn3 | -1/+5 |
| 2021-05-02 | Fix nit in rustc_session::options | Joshua Nelson | -1/+1 |
| 2021-05-01 | Reduce duplication in `impl_dep_tracking_hash` macros | Joshua Nelson | -57/+61 |
| 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 |