Jana Dönszelmann
|
ee976bbbca
|
fix bugs in inline/force_inline and diagnostics of all attr parsers
|
2025-06-17 23:19:31 +02:00 |
|
Jonathan Dönszelmann
|
4f73cd0a6c
|
implement inline parser
|
2025-06-17 23:19:31 +02:00 |
|
Pavel Grigorenko
|
da8d6bbd50
|
Port #[rustc_as_ptr] to the new attribute system
|
2025-06-16 18:13:27 +03:00 |
|
Jana Dönszelmann
|
e2afe04e2e
|
remove 'static in some places
|
2025-06-12 09:57:38 +02:00 |
|
Jana Dönszelmann
|
6072207a11
|
introduce new lint infra
lint on duplicates during attribute parsing
To do this we stuff them in the diagnostic context to be emitted after
hir is constructed
|
2025-06-12 09:56:47 +02:00 |
|
Jonathan Dönszelmann
|
4e1b6d13a2
|
Start using new diagnostic logic on all existing single parsers
|
2025-06-12 09:42:45 +02:00 |
|
Jana Dönszelmann
|
28bf61b9b3
|
introduce duplicate attribute diagnostic logic
|
2025-06-12 09:42:45 +02:00 |
|
Jana Dönszelmann
|
ce0438684d
|
consistently rename (old) attribute groups
|
2025-06-11 18:46:57 +02:00 |
|
Jana Dönszelmann
|
34241e5397
|
document attribute parsers better
|
2025-06-11 18:46:57 +02:00 |
|
xizheyin
|
1e49ad3862
|
Clean rustc_attr_parsing documentation
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
|
2025-06-05 17:11:46 +08:00 |
|
Nicholas Nethercote
|
354b1cbcca
|
Avoid rustc_span:: qualifiers.
In several files they are entirely unnecessary, with the relevant names
already imported. And in a few I have added the necessary `use` item.
|
2025-05-20 09:20:27 +10:00 |
|
Mara Bos
|
5f4d676e70
|
Remove #[rustc_macro_edition_2021].
It was only temporarily used by pin!(), which no longer needs it.
|
2025-04-20 11:15:46 +02:00 |
|
Jana Dönszelmann
|
7c085f7ffd
|
add rustc_macro_edition_2021
|
2025-03-19 17:37:35 +01:00 |
|
Jana Dönszelmann
|
7e0f5b5016
|
Introduce new-style attribute parsers for several attributes
note: compiler compiles but librustdoc and clippy don't
|
2025-02-24 14:31:17 +01:00 |
|
Jana Dönszelmann
|
dbd3b7928e
|
Introduce new parsing infrastructure and types for parsed attributes
fixup docs in parser
|
2025-02-24 14:26:06 +01:00 |
|
Jana Dönszelmann
|
115b3b03b0
|
Change span field accesses to method calls
|
2025-02-24 14:22:31 +01:00 |
|
Jonathan Dönszelmann
|
efb98b6552
|
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
|
2024-12-16 19:08:19 +01:00 |
|