| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Add explanation for ctfe_backtrace lock | bjorn3 | -0/+3 |
| 2021-09-02 | Remove print_fuel_crate field of Session | bjorn3 | -6/+1 |
| 2021-09-02 | Remove optimization_fuel_crate from Session | bjorn3 | -6/+1 |
| 2021-08-27 | Remove `Session.if_let_suggestions` | Aaron Hill | -4/+0 |
| 2021-08-25 | don't generate partially-undef consts | Erik Desjardins | -0/+3 |
| 2021-08-25 | Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisa | Léo Lanteri Thauvin | -4/+0 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -11/+1 |
| 2021-08-24 | Tidy up lint command line flags | inquisitivecrystal | -11/+5 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -33/+5 |
| 2021-08-23 | Do not mark `-Z thir-unsafeck` as unsound anymore | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-21 | Remove `Session.trait_methods_not_found` | Aaron Hill | -4/+0 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -33/+5 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -14/+22 |
| 2021-08-12 | Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov | bors | -6/+0 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -6/+0 |
| 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-07 | Rollup merge of #87761 - rusticstuff:rustc_error_overflow, r=Mark-Simulacrum | Yuki Okushi | -2/+1 |
| 2021-08-06 | Rollup merge of #87756 - Amanieu:no_profiler_runtime, r=jackh726 | Yuki Okushi | -2/+4 |
| 2021-08-05 | Remove warnings/errors from compiler when using typeck_body in rustdoc span m... | Guillaume Gomez | -0/+4 |
| 2021-08-04 | Fix overflow in rustc happening if the `err_count()` is reduced in a stage. | Hans Kratz | -2/+1 |
| 2021-08-04 | Add back -Zno-profiler-runtime | Amanieu d'Antras | -2/+4 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-02 | Rollup merge of #87608 - Aaron1011:remove-system-library, r=Mark-Simulacrum | Yuki Okushi | -5/+0 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -14/+6 |
| 2021-07-29 | Remove unused field `Session.system_library_path` | Aaron Hill | -5/+0 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -0/+2 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -80/+41 |
| 2021-07-25 | clippy::single_char_pattern | Matthias Krüger | -2/+2 |
| 2021-07-23 | Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expand | Aaron Hill | -10/+0 |
| 2021-07-22 | Auto merge of #87366 - GuillaumeGomez:rollup-7muueab, r=GuillaumeGomez | bors | -20/+1 |
| 2021-07-22 | Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisa | Guillaume Gomez | -20/+1 |
| 2021-07-22 | Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiser | bors | -1/+1 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -3/+3 |
| 2021-07-20 | Allow combining -Cprofile-generate and -Cpanic=unwind when targeting | Michael Woerister | -20/+1 |
| 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-07 | Profile incremental hashing | Ryan Levick | -1/+1 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -1/+11 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -0/+2 |
| 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 |