| Age | Commit message (Expand) | Author | Lines |
| 2025-09-21 | Changes to uitests for macro_export port | Jonathan Brouwer | -12/+12 |
| 2025-09-10 | fixup no_{core,std} handling code | Jana Dönszelmann | -12/+12 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -42/+45 |
| 2025-08-26 | Rollup merge of #145792 - scrabsha:push-umpytyxunpxq, r=jdonszelmann | Samuel Tardieu | -3/+15 |
| 2025-08-25 | Use attribute name in message for "outer attr used as inner attr" errors | Sasha Pourcelot | -3/+15 |
| 2025-08-24 | Regression test for attributes on macro calls | Jonathan Brouwer | -15/+2 |
| 2025-08-24 | fix ICE on stable related to attrs on macros | Jana Dönszelmann | -0/+38 |
| 2025-08-24 | Port crate name to the new attribute system | Jana Dönszelmann | -60/+78 |
| 2025-08-24 | Support lints in early attribute parsing | Jana Dönszelmann | -27/+40 |
| 2025-08-21 | split up context.rs | Jana Dönszelmann | -21/+21 |
| 2025-08-21 | refactor target checking, move out of context.rs and rename MaybeWarn to Policy | Jana Dönszelmann | -1/+1 |
| 2025-08-20 | Rollup merge of #140794 - karolzwolak:allow-unused-doc-65464, r=davidtwco | Jacob Pratt | -2/+2 |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -2/+2 |
| 2025-08-19 | Update uitests | Jonathan Brouwer | -107/+212 |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -27/+35 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -32/+174 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -13/+13 |
| 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-23 | Update uitest stderrs | Jonathan Brouwer | -20/+20 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -21/+23 |
| 2025-07-12 | Update uitest stderrs | Jonathan Brouwer | -12/+12 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -0/+136 |
| 2025-07-06 | Port `#[path]` to the new attribute parsing infrastructure | Jonathan Brouwer | -19/+19 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -12/+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 | -6/+79 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -6/+79 |
| 2025-06-30 | Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk | dianqk | -1/+20 |
| 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 | 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 | Rewrite #[track_caller] | Jana Dönszelmann | -12/+12 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -12/+12 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -13/+13 |
| 2025-06-20 | cold | Jana Dönszelmann | -12/+12 |
| 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-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -10/+70 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -10/+10 |
| 2025-05-29 | Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics | Esteban Küber | -2/+13 |
| 2025-05-25 | Fix `unused_braces` lint suggestion when encountering attributes | Urgau | -0/+49 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -10/+70 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -1/+1 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+1 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -3/+3 |