rust/compiler/rustc_attr_parsing/src
Trevor Gross bab4ca914e
Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk
rewrite `optimize` attribute to use new attribute parsing infrastructure

r? ```@oli-obk```

I'm afraid we'll get quite a few of these PRs in the future. If we get a lot of trivial changes I'll start merging multiple into one PR. They should be easy to review :)

Waiting on #138165 first
2025-06-20 02:50:37 -04:00
..
attributes Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk 2025-06-20 02:50:37 -04:00
context.rs Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk 2025-06-20 02:50:37 -04:00
lib.rs remove 'static in some places 2025-06-12 09:57:38 +02:00
lints.rs fix bugs in inline/force_inline and diagnostics of all attr parsers 2025-06-17 23:19:31 +02:00
parser.rs introduce new lint infra 2025-06-12 09:56:47 +02:00
session_diagnostics.rs add #[align] attribute 2025-06-18 12:37:08 +02:00