| Age | Commit message (Expand) | Author | Lines |
| 2025-05-11 | Rollup merge of #140851 - mu001999-contrib:new-lint, r=bjorn3 | Matthias Krüger | -10/+17 |
| 2025-05-10 | Warn when #[export_name] is used with generic functions | Mu001999 | -10/+17 |
| 2025-05-09 | Rollup merge of #140801 - xizheyin:issue-140747, r=SparrowLii | Stuart Cook | -5/+7 |
| 2025-05-08 | Use span before macro expansion in lint for-loops-over-falibles | xizheyin | -5/+7 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -2/+3 |
| 2025-05-07 | fix typo in autorefs lint doc example | Joseph Perez | -7/+7 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -1/+1 |
| 2025-05-02 | Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercote | bors | -4/+11 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+16 |
| 2025-04-30 | Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkov | Matthias Krüger | -0/+10 |
| 2025-04-30 | Rollup merge of #139059 - RalfJung:uses_power_alignment, r=nagisa | Matthias Krüger | -21/+14 |
| 2025-04-30 | stop check paren if has different ctx | bohan | -0/+16 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -17/+44 |
| 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 |