| Age | Commit message (Expand) | Author | Lines |
| 2024-03-26 | Rollup merge of #123103 - compiler-errors:inherited-is-a-weird-name, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-03-26 | Inherited -> TypeckRootCtxt | Michael Goulet | -6/+6 |
| 2024-03-26 | Change `f16` and `f128` clippy stubs to be nonpanicking | Trevor Gross | -4/+11 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -5/+5 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -83/+83 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -2/+4 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -6/+6 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -30/+30 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -59/+59 |
| 2024-03-22 | Fix clippy | Michael Goulet | -6/+6 |
| 2024-03-22 | And the tools too | Michael Goulet | -66/+40 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -25/+25 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -5/+2 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -2/+2 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -2/+2 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -17/+17 |
| 2024-03-21 | Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u... | Philipp Krones | -337/+1294 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -2/+9 |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -1/+1 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -1/+3 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -1/+1 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -5/+5 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -2/+4 |
| 2024-03-18 | Deduplicate `associated_body` and `body_id` | Oli Scherer | -2/+4 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -5/+5 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -18/+12 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -18/+12 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -43/+43 |
| 2024-03-12 | fix: allow-one-hash-in-raw-strings option of needless_raw_string_hashes was i... | Arthur Carcano | -2/+4 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+2 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -2/+2 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -5/+5 |
| 2024-03-10 | Remove unused structs in clippy | r0cky | -64/+2 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+3 |
| 2024-03-07 | Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u... | Philipp Krones | -1431/+1999 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -2/+2 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -2/+2 |
| 2024-03-05 | Rename `DiagnosticExt` as `DiagExt`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -3/+3 |
| 2024-03-01 | Propegate HIR and AST `f16` and `f128` types to clippy | Trevor Gross | -0/+5 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+4 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Add stubs for `f16` and `f128` to clippy | Trevor Gross | -0/+4 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -25/+25 |
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u... | Philipp Krones | -1314/+2432 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+3 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -18/+18 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -3/+4 |