| Age | Commit message (Expand) | Author | Lines |
| 2024-03-29 | clippy: fix up `include_str!` spans in diagnostics | Michael Howell | -9/+8 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -29/+34 |
| 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 | -11/+11 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -1/+1 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -96/+96 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -1/+1 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -2/+63 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -6/+7 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -40/+40 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -66/+66 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -0/+1 |
| 2024-03-22 | Fix clippy | Michael Goulet | -6/+6 |
| 2024-03-22 | And the tools too | Michael Goulet | -67/+41 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -29/+29 |
| 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 | -3/+3 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -8/+8 |
| 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 | -1047/+4182 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -3/+11 |
| 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 | -5/+5 |
| 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 | -5/+5 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -11/+11 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -4/+2 |
| 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 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -4/+2 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -6/+6 |
| 2024-03-16 | Note that type param is chosen by caller when suggesting return impl Trait | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -31/+21 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -31/+21 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -46/+46 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-12 | fix: allow-one-hash-in-raw-strings option of needless_raw_string_hashes was i... | Arthur Carcano | -2/+63 |
| 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-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -1/+1 |
| 2024-03-09 | Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebank | bors | -19/+21 |
| 2024-03-09 | Allow lint where we don't care | Nadrieril | -19/+21 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+1 |