about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-08-27Move `NativeLibKind` from `rustc_session` to `rustc_hir`Jonathan Brouwer-0/+1
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-3/+1
2025-08-22Move validate_attr to `rustc_attr_parsing`Jonathan Brouwer-0/+1
2025-08-21split up context.rsJana Dönszelmann-2/+15
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-0/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-5/+5
2025-07-15Fix ice for feature-gated cfg attributes applied to the crateJonathan Brouwer-1/+1
2025-07-15Move `cfg` -> `cfg_old`Jonathan Brouwer-1/+2
2025-06-12remove 'static in some placesJana Dönszelmann-2/+2
2025-06-12introduce new lint infraJana Dönszelmann-2/+4
2025-06-05Clean `rustc_attr_parsing` documentationxizheyin-36/+36
2025-05-21collect doc alias as tips during resolutionbohan-1/+3
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-2/+2
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-2/+2
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-0/+1
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-44/+0
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-44/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-2/+47
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-5/+46
2025-02-24Change span field accesses to method callsJana Dönszelmann-4/+37
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+22