| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-26 | Rollup merge of #145792 - scrabsha:push-umpytyxunpxq, r=jdonszelmann | Samuel Tardieu | -0/+14 | |
| Use attribute name in message for "outer attr used as inner attr" errors | ||||
| 2025-08-25 | Use attribute name in message for "outer attr used as inner attr" errors | Sasha Pourcelot | -0/+14 | |
| 2025-08-24 | Warn on macro calls for attributes that had this behaviour previously | Jonathan Brouwer | -2/+8 | |
| 2025-08-24 | Support lints in early attribute parsing | Jana Dönszelmann | -3/+3 | |
| 2025-08-21 | refactor target checking, move out of context.rs and rename MaybeWarn to Policy | Jana Dönszelmann | -4/+8 | |
| 2025-08-19 | Make tool-only suggestion to remove attributes on invalid targets | Jonathan Brouwer | -0/+1 | |
| 2025-08-14 | Allow attribute parsers to specify a list of allowed targets | Jonathan Brouwer | -1/+22 | |
| 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 | -1/+1 | |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -0/+6 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -1/+14 | |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+19 | |
| lint on duplicates during attribute parsing To do this we stuff them in the diagnostic context to be emitted after hir is constructed | ||||
