| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -0/+136 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -2/+2 |
| 2025-07-06 | Port `#[path]` to the new attribute parsing infrastructure | Jonathan Brouwer | -19/+19 |
| 2025-07-05 | Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkov | Matthias Krüger | -13/+12 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-07-05 | Stop using Key trait randomly | Michael Goulet | -13/+12 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-07-03 | Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -51/+418 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -51/+418 |
| 2025-06-30 | Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk | dianqk | -1/+20 |
| 2025-06-30 | Rollup merge of #143168 - Kivooeo:tf16, r=tgross35 | dianqk | -0/+60 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -6/+8 |
| 2025-06-29 | Port #[link_section] to the new attribute parsing infrastructure | Anne Stijns | -1/+20 |
| 2025-06-29 | Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLii | Guillaume Gomez | -0/+168 |
| 2025-06-28 | moved tests | Kivooeo | -0/+58 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -13/+13 |
| 2025-06-27 | Port `#[used]` to new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-06-26 | Port `#[export_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -13/+13 |
| 2025-06-25 | Fix suggestion spans inside macros for the `unused_must_use` lint | Urgau | -0/+168 |
| 2025-06-24 | Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk | Jubilee | -12/+12 |
| 2025-06-24 | Rewrite #[track_caller] | Jana Dönszelmann | -12/+12 |
| 2025-06-24 | Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmease | Matthias Krüger | -0/+127 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-06-22 | Address review comments | Urgau | -2/+12 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -13/+13 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -8/+99 |
| 2025-06-20 | cold | Jana Dönszelmann | -12/+12 |
| 2025-06-18 | Emit the usages suggestions as tool-only suggestions | Urgau | -25/+0 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -13/+13 |
| 2025-06-18 | Also emit suggestions for usages in the `non_upper_case_globals` lint | Urgau | -0/+142 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -18/+18 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -18/+18 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -1/+1 |
| 2025-06-17 | Add test suggest-remove-semi-in-macro-expansion-issue-142143.rs | xizheyin | -0/+29 |