| Age | Commit message (Expand) | Author | Lines |
| 2021-06-21 | Only hash OutputTypes keys in non-crate-hash mode | Aaron Hill | -29/+62 |
| 2021-06-21 | In --emit KIND=PATH options, only hash KIND | Jeremy Fitzhardinge | -2/+12 |
| 2021-06-17 | Emit warnings for unused fields in custom targets. | Adam Bratschi-Kaye | -4/+9 |
| 2021-06-15 | Auto merge of #86311 - LeSeulArtichaut:cleanup-array-iter, r=jackh726 | bors | -2/+2 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -2/+2 |
| 2021-06-14 | Auto merge of #86117 - ehuss:force-warns-underscore, r=rylev | bors | -1/+2 |
| 2021-06-10 | Fix force-warns to allow dashes. | Eric Huss | -1/+2 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -0/+2 |
| 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/+26 |
| 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-05-28 | Initial support for force-warns | Ryan Levick | -3/+16 |
| 2021-05-25 | Don't sort a `Vec` before computing its `DepTrackingHash` | Aaron Hill | -26/+10 |
| 2021-05-24 | Use parse_target_triple in rustdoc | bjorn3 | -1/+4 |
| 2021-05-10 | rustc_session: Move more option building code from the `options!` macro | Vadim Petrochenkov | -4/+4 |
| 2021-05-09 | Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa | bors | -2/+7 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -37/+116 |
| 2021-05-05 | Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkov | Ralf Jung | -57/+61 |
| 2021-05-03 | Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov | Dylan DPC | -1/+1 |
| 2021-05-01 | Reduce duplication in `impl_dep_tracking_hash` macros | Joshua Nelson | -57/+61 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -0/+30 |
| 2021-04-27 | Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives | Joshua Nelson | -0/+1 |
| 2021-04-27 | Test that non_default_option is not the default option | Joshua Nelson | -3/+3 |
| 2021-04-25 | Merge remote-tracking branch 'upstream/master' into impl-16351-nightly | Sean Cross | -128/+99 |
| 2021-04-24 | Rollup merge of #84436 - jyn514:private, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-04-22 | Make a few functions private | Joshua Nelson | -2/+2 |
| 2021-04-20 | Improve the docstrings of the `Lto` struct. | Edd Barrett | -5/+7 |
| 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 | -0/+1 |
| 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/+32 |
| 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 | -2/+2 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -64/+3 |
| 2021-04-01 | Clarify `--print target-list` is a rustc's option | JohnTitor | -1/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -26/+2 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -4/+38 |
| 2021-03-24 | Auto merge of #83050 - osa1:issue83048, r=matthewjasper | bors | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -4/+38 |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -19/+0 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -1/+1 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+4 |
| 2021-03-09 | Use FromStr trait for number option parsing | Tomasz Miąsko | -0/+1 |
| 2021-03-08 | Make doctests collect and emit the unused externs | est31 | -0/+4 |
| 2021-03-08 | Make parse_json return JsonConfig | est31 | -3/+16 |
| 2021-03-08 | Gate the printing on --json=unused-externs | est31 | -3/+15 |