| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-27 | improve empty attribute diagnostic | Jana Dönszelmann | -7/+8 | |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -5/+30 | |
| Co-authored-by: Anne Stijns <anstijns@gmail.com> | ||||
| 2025-08-25 | Use attribute name in message for "outer attr used as inner attr" errors | Sasha Pourcelot | -0/+1 | |
| 2025-08-21 | refactor target checking, move out of context.rs and rename MaybeWarn to Policy | Jana Dönszelmann | -3/+3 | |
| 2025-08-14 | Allow attribute parsers to specify a list of allowed targets | Jonathan Brouwer | -2/+3 | |
| Every acceptor gets an `ALLOWED_TARGETS` specification which can specify per target whether it is allowed, warned, or errored. | ||||
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -6/+20 | |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+23 | |
| lint on duplicates during attribute parsing To do this we stuff them in the diagnostic context to be emitted after hir is constructed | ||||
