| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -0/+16 |
| 2021-04-20 | Improve the docstrings of the `Lto` struct. | Edd Barrett | -5/+7 |
| 2021-04-15 | Track `-C link-dead-code` during incremental compilation | Aaron Hill | -1/+1 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -16/+9 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -0/+55 |
| 2021-04-11 | Allow setting `target_family` to multiple values | Simonas Kazlauskas | -1/+1 |
| 2021-04-10 | Don't tell users to use a nightly flag on the stable channel | Kornel | -8/+11 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -3/+0 |
| 2021-04-05 | Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper | Dylan DPC | -14/+15 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -0/+3 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -3/+35 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+3 |
| 2021-04-03 | compiler: run `python3 ./x.py fmt` | Sean Cross | -2/+7 |
| 2021-04-03 | rustc: target: add sysroot to rust_target_path | Sean Cross | -8/+9 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -53/+16 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -69/+6 |
| 2021-04-01 | Clarify `--print target-list` is a rustc's option | JohnTitor | -1/+1 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+41 |
| 2021-03-27 | Address review comments | Joshua Nelson | -2/+0 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -115/+5 |
| 2021-03-26 | Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkov | Dylan DPC | -7/+0 |
| 2021-03-25 | Refactor #82270 as lint instead of an error | Amanieu d'Antras | -7/+0 |