| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -10/+10 |
| 2021-07-31 | Auto merge of #87607 - JohnTitor:help-to-unused-must-use-op, r=estebank | bors | -142/+1333 |
| 2021-07-31 | Apply review suggestion | Yuki Okushi | -60/+150 |
| 2021-07-31 | Move the `unused` dir to `lint`s subdir | Yuki Okushi | -0/+1045 |
| 2021-07-31 | Add a hint that the expressions produce a value | Yuki Okushi | -29/+85 |
| 2021-07-31 | Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov | Yuki Okushi | -15/+45 |
| 2021-07-27 | Remove min_tait and full_tait stderr dangling files | Santiago Pastorino | -324/+0 |
| 2021-07-27 | Only emit lint for local macros | Aaron Hill | -0/+13 |
| 2021-07-27 | Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by default | Aaron Hill | -15/+32 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -24/+170 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -146/+77 |
| 2021-07-24 | Display an extra note for trailing semicolon lint with trailing macro | Aaron Hill | -0/+2 |
| 2021-07-24 | Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov | bors | -0/+64 |
| 2021-07-21 | temporarily ignore a test until we reland PR 83171. | Felix S. Klock II | -0/+2 |
| 2021-07-21 | Revert PR 81473 to resolve (on mainline) issues 81626 and 81658. | Felix S. Klock II | -113/+0 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -30/+30 |
| 2021-07-20 | Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank | bors | -1/+11 |
| 2021-07-19 | Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov | bors | -0/+19 |
| 2021-07-19 | Warn on inert attributes used on bang macro invocation | Aaron Hill | -0/+64 |
| 2021-07-19 | Remove special case for `ExprKind::Paren` in `MutVisitor` | Aaron Hill | -0/+19 |
| 2021-07-19 | Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwco | bors | -0/+72 |
| 2021-07-17 | Add tests for command line lint control | inquisitivecrystal | -0/+72 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -15/+38 |
| 2021-07-17 | Auto merge of #87129 - FabianWolff:issue-75356, r=varkor | bors | -0/+94 |