| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco | Jacob Pratt | -16/+61 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -16/+16 |
| 2025-08-19 | mention lint group in default level lint note | Karol Zwolak | -0/+45 |
| 2025-08-19 | Update uitests | Jonathan Brouwer | -107/+212 |
| 2025-08-15 | Fix wrong spans with external macros in the `dropping_copy_types` lint | Urgau | -1/+21 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -79/+93 |
| 2025-08-13 | Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease | Jakub Beránek | -32/+174 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -32/+174 |
| 2025-08-12 | Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmann | Stuart Cook | -1/+14 |
| 2025-08-12 | Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkov | Stuart Cook | -10/+51 |
| 2025-08-11 | Add link to docs on malformed attributes | Esteban Küber | -0/+1 |
| 2025-08-11 | Allow attr entries to declare list of alternatives for `List` and `NamedValue... | Esteban Küber | -1/+13 |
| 2025-08-10 | Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxu | Jacob Pratt | -0/+12 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -0/+12 |
| 2025-08-10 | fix: re-enable self-assignment | Lee ByeongJun | -10/+51 |
| 2025-08-07 | Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro... | Stuart Cook | -12/+11 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -13/+13 |
| 2025-08-04 | Rollup merge of #144322 - Urgau:dangling-ptr-from-locals, r=oli-obk | Stuart Cook | -0/+435 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -1/+1 |
| 2025-07-31 | Add lint against dangling pointers form local variables | Urgau | -0/+435 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -1/+1 |
| 2025-07-31 | Consider operator's span when computing binop expr span | Michael Goulet | -11/+11 |
| 2025-07-29 | Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercote | Stuart Cook | -2/+2 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -2/+2 |
| 2025-07-28 | expand: Micro-optimize prelude injection | Vadim Petrochenkov | -2/+2 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2025-07-26 | Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errors | Trevor Gross | -0/+43 |
| 2025-07-25 | comments | Kivooeo | -0/+2 |
| 2025-07-25 | move 28 tests | Kivooeo | -0/+14 |
| 2025-07-24 | Add test case for single bound | Ben Schulz | -1/+35 |
| 2025-07-24 | Fix unused_parens false positive | Ben Schulz | -0/+9 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -38/+38 |
| 2025-07-23 | Upgrade semicolon_in_expressions_from_macros from warn to deny | Josh Triplett | -12/+11 |
| 2025-07-23 | Update uitest stderrs | Jonathan Brouwer | -20/+20 |
| 2025-07-20 | Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJung | Matthias Krüger | -47/+16 |
| 2025-07-18 | fix: don't panic on volatile access to null | Luigi Sartor Piucco | -47/+16 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -40/+42 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -19/+19 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -21/+23 |
| 2025-07-17 | fix: false positive double_negations when it jumps macro boundary | anatawa12 | -0/+36 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -38/+38 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -12/+12 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -4/+4 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -1/+1 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -3/+3 |
| 2025-07-13 | Rollup merge of #143519 - mu001999-contrib:dead-code/impl-items, r=petrochenkov | Matthias Krüger | -0/+64 |
| 2025-07-12 | Update uitest stderrs | Jonathan Brouwer | -12/+12 |
| 2025-07-11 | Rollup merge of #143661 - Muscraft:other-suggestion-message, r=estebank | Matthias Krüger | -1/+1 |
| 2025-07-10 | Check assoc consts and tys later like assoc fns | Mu001999 | -0/+64 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -1/+1 |