| Age | Commit message (Expand) | Author | Lines |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+9 |
| 2021-09-07 | remap-cwd-prefix | danakj | -3/+12 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -11/+1 |
| 2021-08-24 | Tidy up lint command line flags | inquisitivecrystal | -11/+5 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -0/+17 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -19/+48 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -19/+48 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -79/+40 |
| 2021-07-25 | clippy::single_char_pattern | Matthias Krüger | -1/+1 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -3/+3 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -26/+13 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -1/+3 |
| 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-23 | Remove unstable `--pretty` flag | Joshua Nelson | -79/+40 |
| 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 |