| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+109 |
| 2021-10-08 | Rollup merge of #89672 - klensy:unwrap-or-macro, r=jackh726 | Guillaume Gomez | -2/+4 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-10-08 | remove unwrap_or! macro | klensy | -2/+4 |
| 2021-10-06 | Use get_diagnostic_name | Cameron Steffen | -38/+38 |
| 2021-10-04 | Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplett | Jubilee | -6/+7 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -8/+7 |
| 2021-10-03 | Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillot | Manish Goregaokar | -1/+0 |
| 2021-10-03 | Fix extra `non_snake_case` warning for shorthand field bindings | Fabian Wolff | -6/+7 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -8/+7 |
| 2021-10-03 | Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth | bors | -7/+7 |
| 2021-10-03 | Auto merge of #84267 - dtolnay:ptrunit, r=nagisa | bors | -0/+9 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -7/+7 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -1/+0 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -7/+5 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -2/+8 |
| 2021-09-28 | rustc_session: Remove lint store from `Session` | Vadim Petrochenkov | -15/+0 |
| 2021-09-26 | Pass real crate-level attributes to `pre_expansion_lint` | Samuel Moelius | -4/+23 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+1 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -3/+3 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -4/+2 |
| 2021-09-17 | Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakis | Yuki Okushi | -2/+8 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -0/+5 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -4/+2 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+1 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -68/+52 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -68/+52 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -4/+1 |
| 2021-09-09 | fmt | Deadbeef | -2/+2 |
| 2021-09-09 | Do not lint for ~const Drop bounds | Deadbeef | -0/+5 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -4/+3 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -11/+12 |
| 2021-09-04 | Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwco | bors | -7/+10 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -2/+2 |
| 2021-09-02 | Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank | Mara Bos | -24/+30 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -4/+3 |
| 2021-09-02 | ty::layout: split `LayoutOf` into required and (blanket) provided halves. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-09-02 | ty::layout: implement `layout_of` automatically as a default method. | Eduard-Mihai Burtescu | -2/+3 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -9/+9 |
| 2021-08-31 | fix(rustc_lint): better detect when parens are necessary | Michael Howell | -7/+10 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -15/+28 |
| 2021-08-31 | Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot | Mara Bos | -0/+2 |
| 2021-08-30 | Handle let-else initializer edge case errors | Cameron Steffen | -15/+28 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -1/+1 |
| 2021-08-30 | Don't give invalid suggestions in array_into_iter. | Mara Bos | -1/+1 |
| 2021-08-30 | Upgrade array_into_iter lint to include Deref-to-array types. | Mara Bos | -23/+29 |
| 2021-08-30 | Warn when [T; N].into_iter() is ambiguous in the new edition. | Mara Bos | -0/+2 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -2/+23 |