| Age | Commit message (Expand) | Author | Lines |
| 2021-07-19 | Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkov | bors | -4/+18 |
| 2021-07-18 | feat(rustc_lint): add `dyn_drop` | Michael Howell | -1/+62 |
| 2021-07-17 | Add additional missing lint handling logic | Aaron Hill | -2/+4 |
| 2021-07-17 | Add missing `visit_expr_field` | Aaron Hill | -2/+14 |
| 2021-07-16 | Make GATs no longer incomplete | Jack Huey | -1/+1 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -44/+39 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -20/+5 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+6 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -44/+39 |
| 2021-07-08 | Improve handing of `missing_docs` for macros | inquisitivecrystal | -2/+3 |
| 2021-07-08 | Remove `missing_docs` lint on private 2.0 macros | inquisitivecrystal | -0/+5 |
| 2021-07-08 | Update to last upstream version | Guillaume Gomez | -4/+6 |
| 2021-07-08 | Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov | Yuki Okushi | -34/+101 |
| 2021-07-07 | Cleanup: unify lint name checking | Eric Holk | -21/+14 |
| 2021-07-06 | Unify lint tool and lint name checking | Eric Holk | -36/+69 |
| 2021-07-06 | Parse tool name for command line lint options | Eric Holk | -3/+44 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -6/+7 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -0/+1 |
| 2021-07-06 | Rename lint | Ryan Levick | -0/+1 |
| 2021-07-06 | Auto merge of #82985 - cjgillot:lint, r=jackh726 | bors | -8/+8 |
| 2021-07-03 | Warn when `rustdoc::` group is omitted from lint names | Joshua Nelson | -16/+0 |
| 2021-07-03 | Add a help message to `unused_doc_comments` lint | Yuki Okushi | -2/+13 |
| 2021-07-01 | Rollup merge of #85520 - FabianWolff:issue-85475, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-06-30 | Auto merge of #86689 - rylev:future-compat-lint-group, r=nikomatsakis | bors | -10/+13 |
| 2021-06-29 | Encode CommandLine in the index only. | Camille GILLOT | -2/+2 |
| 2021-06-29 | Use a newtype_index instead of a u32. | Camille GILLOT | -8/+8 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -39/+30 |
| 2021-06-29 | Auto merge of #86446 - Smittyvb:rustc_insignificant_dtor-ice, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -1/+8 |
| 2021-06-29 | Fix typo and improve documentation for E0632 | Fabian Wolff | -1/+1 |
| 2021-06-28 | Make incomplete features part of delcaration | Smitty | -1/+1 |
| 2021-06-28 | Add comment for future_incompatible lint group | Ryan Levick | -0/+3 |
| 2021-06-28 | Only include lint in future_incompatible lint group if not an edition lint | Ryan Levick | -10/+10 |
| 2021-06-27 | Auto merge of #85359 - lrh2000:reserved-prefixes, r=nikomatsakis | bors | -0/+9 |
| 2021-06-27 | Turn non_fmt_panic into a future_incompatible edition lint. | Mara Bos | -1/+8 |
| 2021-06-26 | Add migration lint for reserved prefixes. | Mara Bos | -0/+9 |
| 2021-06-26 | Better suggestion for array_into_iter in for loop. | Mara Bos | -18/+45 |
| 2021-06-26 | Add new suggestion to array_into_iter lint. | Mara Bos | -0/+8 |
| 2021-06-26 | Change wording on array_into_iter lint for 1.53 and edition changes. | Mara Bos | -17/+11 |
| 2021-06-26 | Make ForceWarn a lint level. | Camille GILLOT | -39/+30 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -1/+0 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -10/+10 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -0/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -2/+2 |
| 2021-06-08 | Rollup merge of #85906 - LingMan:iter_find, r=matthewjasper | Yuki Okushi | -8/+3 |
| 2021-06-07 | Rollup merge of #85912 - LingMan:iter_any, r=nagisa | Guillaume Gomez | -9/+4 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -1/+1 |
| 2021-06-05 | Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r... | Yuki Okushi | -4/+11 |
| 2021-06-04 | Auto merge of #85788 - rylev:force-warns, r=nikomatsakis | bors | -14/+39 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -1/+1 |