| Age | Commit message (Expand) | Author | Lines |
| 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 | Improve wording of the `drop_bounds` lint | Fabian Wolff | -16/+20 |
| 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-04 | Make *const (), *mut () okay for FFI | David Tolnay | -0/+9 |
| 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 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | Warn against boxed DST in `improper_ctypes_definitions` lint | marmeladema | -4/+11 |
| 2021-06-03 | Rollup merge of #85900 - LingMan:pat_mat, r=petrochenkov | Yuki Okushi | -19/+7 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-02 | Force warn on lint groups as well | Ryan Levick | -16/+32 |
| 2021-06-01 | Use pattern matching instead of checking lengths explicitly | LingMan | -19/+7 |
| 2021-06-01 | Use `Iterator::any` and `filter_map` instead of open-coding them | LingMan | -9/+4 |
| 2021-06-01 | Use `Iterator::find` instead of open-coding it | LingMan | -8/+3 |
| 2021-06-01 | Fix issues and add test | Ryan Levick | -1/+1 |