| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | Refactor `must_use` lint into two parts | Nilstrieb | -113/+203 |
| 2022-11-19 | Rollup merge of #104566 - matthiaskrgr:clippy_perf_nov18, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -2/+5 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -1/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-11-17 | Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank | Matthias Krüger | -9/+7 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -11/+8 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -2/+5 |
| 2022-11-16 | Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov | bors | -11/+11 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -0/+1 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -11/+11 |
| 2022-11-15 | Merge branch 'master' into patch-2 | Kagami Sascha Rosylight | -105/+138 |
| 2022-11-15 | Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ... | Matthias Krüger | -22/+17 |
| 2022-11-15 | return when expr has errors | Takayuki Maeda | -0/+5 |
| 2022-11-15 | simplify `emit_unused_delims_expr` | Takayuki Maeda | -10/+3 |
| 2022-11-15 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -1/+2 |
| 2022-11-15 | Normalize types before looking for opaques | Michael Goulet | -22/+17 |
| 2022-11-14 | Specify language of code comment to generate document | koka | -1/+2 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -11/+8 |
| 2022-11-13 | fix some typos in comments | cui fliter | -2/+2 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -1/+1 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -13/+29 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -13/+29 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-10 | review comments | Esteban Küber | -3/+10 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -1/+13 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -6/+3 |
| 2022-11-07 | fix: lint against lint functions | Rejyr | -0/+6 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -9/+2 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -9/+2 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -2/+3 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -2/+6 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -4/+4 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -34/+34 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -4/+4 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -2/+3 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -11/+12 |
| 2022-10-25 | Fix failing examples | Kagami Sascha Rosylight | -6/+10 |
| 2022-10-24 | Update let_underscore.rs | Kagami Sascha Rosylight | -2/+2 |
| 2022-10-24 | Update compiler/rustc_lint/src/let_underscore.rs | Kagami Sascha Rosylight | -1/+1 |
| 2022-10-24 | Add `compile_fail` to `let_underscore_drop` example | Kagami Sascha Rosylight | -1/+1 |
| 2022-10-24 | fix parentheses surrounding spacing issue in parser | yukang | -4/+2 |
| 2022-10-24 | fix #103435, unused lint won't produce invalid code | yukang | -13/+31 |
| 2022-10-23 | Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obk | Michael Howell | -1/+4 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -291/+272 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -291/+272 |
| 2022-10-23 | Auto merge of #103426 - matthiaskrgr:rollup-n6dqdy8, r=matthiaskrgr | bors | -8/+6 |
| 2022-10-23 | Rollup merge of #103399 - smoelius:unknown-lint-maybe-incorrect, r=fee1-dead | Matthias Krüger | -1/+1 |