| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+162 |
| 2021-10-04 | Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplett | Jubilee | -0/+20 |
| 2021-10-04 | Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkov | Jubilee | -0/+26 |
| 2021-10-03 | Fix ICE with buffered lint referring to AST node deleted by everybody_loops | Fabian Wolff | -0/+26 |
| 2021-10-03 | Fix extra `non_snake_case` warning for shorthand field bindings | Fabian Wolff | -0/+20 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -13/+13 |
| 2021-10-03 | Auto merge of #84267 - dtolnay:ptrunit, r=nagisa | bors | -45/+60 |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+38 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -1/+1 |
| 2021-09-28 | ref/refmut | Gus Wynn | -1/+1 |
| 2021-09-27 | Auto merge of #89214 - smoelius:register_tool, r=petrochenkov | bors | -0/+14 |
| 2021-09-27 | #[feature] not required for lint result | Gus Wynn | -5/+4 |
| 2021-09-27 | lock types | Gus Wynn | -0/+39 |
| 2021-09-26 | Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrum | bors | -6/+6 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -6/+6 |
| 2021-09-25 | Move malformed attribute code to a function and fix inner attribute suggestion. | Eric Huss | -1/+1 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-23 | Add known-tool-in-submodule test | Samuel E. Moelius III | -0/+14 |
| 2021-09-22 | Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoerister | the8472 | -0/+8 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+417 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -0/+8 |
| 2021-09-18 | deduplication | Gus Wynn | -59/+45 |
| 2021-09-18 | generic test | Gus Wynn | -0/+52 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -21/+49 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+69 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -26/+39 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -0/+71 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -9/+27 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+249 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -74/+448 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -31/+5 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -31/+5 |
| 2021-08-31 | fix(rustc_lint): better detect when parens are necessary | Michael Howell | -0/+94 |
| 2021-08-28 | Update tests | inquisitivecrystal | -4/+38 |
| 2021-08-24 | Update tests | inquisitivecrystal | -18/+14 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -179/+11 |
| 2021-08-24 | Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726 | bors | -0/+109 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -179/+11 |
| 2021-08-21 | Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakis | bors | -11/+128 |
| 2021-08-18 | Rollup merge of #88036 - nbdd0121:const3, r=petrochenkov | Guillaume Gomez | -0/+45 |
| 2021-08-18 | Error when warnings lint group is used with force-warn | Ryan Levick | -0/+14 |
| 2021-08-18 | Improve force-warn tests | Ryan Levick | -11/+114 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -0/+1346 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -0/+1346 |
| 2021-08-15 | Add a dead code test for using anon const in pattern | Gary Guo | -0/+45 |
| 2021-08-13 | Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -16/+79 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -10/+10 |
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -16/+79 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -44/+45 |