| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | Delay checking of `#[rustc_no_implicit_autorefs]` for reason | Urgau | -4/+11 |
| 2025-04-28 | Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomez | bors | -2/+2 |
| 2025-04-28 | Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2025-04-28 | Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+176 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -3/+22 |
| 2025-04-28 | Split out various pattern type matches into their own function | Oli Scherer | -14/+22 |
| 2025-04-28 | Rollup merge of #140345 - DaniPopes:get-def-path, r=Urgau | Chris Denton | -1/+4 |
| 2025-04-26 | Update lint-docs to default to Rust 2024 | Eric Huss | -2/+2 |
| 2025-04-26 | Avoid re-interning in `LateContext::get_def_path` | DaniPopes | -1/+4 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -1/+1 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -1/+1 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -0/+5 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -2/+2 |
| 2025-04-20 | Check bare function idents for non snake-case name | Urgau | -0/+10 |
| 2025-04-20 | Implement lint against dangerous implicit autorefs | Urgau | -0/+176 |
| 2025-04-20 | make abi_unsupported_vector_types a hard error | Ralf Jung | -0/+5 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -51/+13 |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -51/+13 |
| 2025-04-17 | Rollup merge of #139650 - Alexendoo:group-alias, r=davidtwco | Matthias Krüger | -63/+42 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -3/+3 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -6/+1 |
| 2025-04-14 | Use `Symbol` in `LateContext::get_associated_type`. | Nicholas Nethercote | -3/+8 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+5 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -2/+2 |
| 2025-04-10 | Fix `register_group_alias` for tools | Alex Macleod | -63/+42 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -5/+5 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -5/+5 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-08 | Remove unnecessary dyn Display in favor of str | Michael Goulet | -1/+1 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -4/+4 |
| 2025-04-07 | Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkov | bors | -90/+27 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -0/+5 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -15/+14 |
| 2025-04-04 | Do not visit whole crate to compute `lints_that_dont_need_to_run`. | Camille GILLOT | -90/+27 |
| 2025-04-03 | Rollup merge of #138610 - oli-obk:no-sort-hir-ids, r=compiler-errors | Matthias Krüger | -67/+72 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -55/+50 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -33/+43 |
| 2025-04-03 | Use `BinOpKind` instead of `BinOp` for function args where possible. | Nicholas Nethercote | -24/+21 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -2/+2 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -0/+14 |
| 2025-04-02 | Remove `recursion_limit` increases. | Nicholas Nethercote | -1/+0 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -2/+2 |
| 2025-04-01 | check_struct_for_power_alignment: simplify code | Ralf Jung | -15/+6 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -12/+14 |
| 2025-03-31 | Expose `LintLevelsBuilder` with crate root builder | Urgau | -0/+14 |