| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -1/+1 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -2/+2 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -14/+5 |
| 2021-07-06 | rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntax | Ryan Levick | -4/+4 |
| 2021-07-06 | Rename future_prelude_collisions to rust_2021_prelude_collisions | Ryan Levick | -4/+4 |
| 2021-07-06 | rust_2021_token_prefixes | Ryan Levick | -4/+4 |
| 2021-07-06 | Rename reserved_prefix lint to reserved_prefixes | Ryan Levick | -4/+4 |
| 2021-07-06 | Add s to FUTURE_PRELUDE_COLLISION | Ryan Levick | -4/+4 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -4/+4 |
| 2021-07-06 | Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt... | Ryan Levick | -5/+5 |
| 2021-07-06 | Replace per-target ABI denylist with an allowlist | Simonas Kazlauskas | -0/+47 |
| 2021-07-01 | Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -0/+2 |
| 2021-06-29 | Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis | Yuki Okushi | -7/+10 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -0/+6 |
| 2021-06-27 | Make disjoint_capture_migration an edition lint. | Mara Bos | -7/+10 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -0/+6 |
| 2021-06-27 | Add `explain_reason: false` in future_incompatible. | Mara Bos | -0/+6 |
| 2021-06-26 | Use FutureIncompatibilityReason to denote edition | lrh2000 | -1/+1 |
| 2021-06-26 | Add migration lint for reserved prefixes. | Mara Bos | -0/+38 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -0/+2 |
| 2021-06-26 | Auto merge of #86637 - ehuss:spellings, r=dtolnay | bors | -1/+1 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-25 | Fix new lints | Ryan Levick | -2/+2 |
| 2021-06-25 | Add back missing doc | Ryan Levick | -0/+1 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -7/+4 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -40/+39 |
| 2021-06-25 | rustc_lint_defs: Remove apparently unused dependency on tracing (as "log") | Josh Triplett | -1/+0 |
| 2021-06-22 | Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis | bors | -0/+50 |
| 2021-06-15 | Add future_prelude_collision to 2021 compat group | jam1garner | -1/+5 |
| 2021-06-14 | Improve documentation for `future_prelude_collision` lint | jam1garner | -3/+4 |
| 2021-06-14 | Add future_prelude_collision lint | jam1garner | -0/+45 |
| 2021-06-10 | Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible lint | hi-rustin | -0/+4 |
| 2021-06-04 | Fix `deny(invalid_doc_attributes)` | Joshua Nelson | -0/+1 |
| 2021-06-03 | Rollup merge of #85852 - m-ou-se:machineapplicable-docs, r=nikomatsakis | Yuki Okushi | -1/+5 |
| 2021-05-31 | Clarify meaning of MachineApplicable suggestions. | Mara Bos | -1/+5 |
| 2021-05-06 | Add additional migrations to handle auto-traits and clone traits | Roxane | -7/+35 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -1/+5 |
| 2021-04-20 | Typo | Oli Scherer | -1/+1 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -1/+1 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -0/+34 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-14 | Update docs for unsafe_op_in_unsafe_fn stability. | Eric Huss | -3/+4 |
| 2021-04-13 | Add compatibility info to lints | Ryan Levick | -1/+5 |
| 2021-04-10 | Add `bad_asm_style` to HardwiredLints | Amanieu d'Antras | -0/+1 |
| 2021-04-03 | Fix rustc_lint_defs documentation typo | Ben Mezger | -1/+1 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+36 |
| 2021-03-27 | Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011 | bors | -1/+1 |
| 2021-03-27 | resolve: Partially unify early and late scope-relative ident resolution | Vadim Petrochenkov | -1/+1 |
| 2021-03-27 | make unaligned_refereces future-incompat lint warn-by-default, and remove the... | Ralf Jung | -54/+11 |