| Age | Commit message (Expand) | Author | Lines |
| 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-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 | -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 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -33/+45 |
| 2021-04-27 | Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives | Joshua Nelson | -24/+62 |
| 2021-04-27 | Test that non_default_option is not the default option | Joshua Nelson | -4/+4 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -0/+16 |
| 2021-04-25 | Merge remote-tracking branch 'upstream/master' into impl-16351-nightly | Sean Cross | -282/+270 |
| 2021-04-24 | Rollup merge of #84436 - jyn514:private, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-04-23 | Remove unstable `--pretty` flag | Joshua Nelson | -80/+41 |
| 2021-04-22 | Make a few functions private | Joshua Nelson | -2/+2 |