| Age | Commit message (Expand) | Author | Lines |
| 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 | -27/+13 |
| 2021-07-16 | Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoerister | Guillaume Gomez | -3/+3 |
| 2021-07-14 | Make --cap-lints and related options leave crate hash alone | Jeremy Fitzhardinge | -3/+3 |
| 2021-07-14 | Add -Zfuture-incompat-test to assist with testing future-incompat reports. | Eric Huss | -0/+2 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -1/+3 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -19/+2 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -1/+3 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -1/+11 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -13/+13 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -0/+14 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -38/+7 |
| 2021-07-03 | Rollup merge of #84029 - drahnr:master, r=petrochenkov | Yuki Okushi | -0/+3 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -0/+3 |
| 2021-07-01 | New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w... | Ryan Levick | -0/+10 |
| 2021-07-01 | Rollup merge of #86652 - nagisa:nagisa/non-leaf-fp, r=petrochenkov | Guillaume Gomez | -12/+0 |
| 2021-07-01 | Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-06-30 | Add support for leaf fn frame pointer elimination | Simonas Kazlauskas | -12/+0 |
| 2021-06-30 | Force warnings even when can_emit_warnings == false | Ryan Levick | -1/+1 |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -0/+2 |
| 2021-06-26 | Auto merge of #86267 - ZuseZ4:master, r=nagisa | bors | -0/+2 |
| 2021-06-25 | rustc_session: Remove unused dependency bitflags | Josh Triplett | -1/+0 |
| 2021-06-21 | Only hash OutputTypes keys in non-crate-hash mode | Aaron Hill | -34/+74 |
| 2021-06-21 | make -Zno-codegen TRACKED_NO_CRATE_HASH | Jeremy Fitzhardinge | -1/+1 |
| 2021-06-21 | In --emit KIND=PATH options, only hash KIND | Jeremy Fitzhardinge | -2/+12 |
| 2021-06-21 | Auto merge of #85775 - adamrk:warn-unused-target-fields, r=nagisa | bors | -5/+13 |
| 2021-06-18 | Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726 | bors | -2/+2 |
| 2021-06-17 | Emit warnings for unused fields in custom targets. | Adam Bratschi-Kaye | -5/+13 |
| 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-13 | allow loading of llvm plugins on nightly | Manuel Drehwald | -0/+2 |
| 2021-06-10 | Fix force-warns to allow dashes. | Eric Huss | -1/+2 |
| 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 |