about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Move `NativeLibKind` from `rustc_session` to `rustc_hir`Jonathan Brouwer-0/+1
2025-08-27Add `thin-vec` to newly added `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-22Move validate_attr to `rustc_attr_parsing`Jonathan Brouwer-0/+1
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-1/+0
2025-08-14Allow attribute parsers to specify a list of allowed targetsJonathan Brouwer-0/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+0
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-3/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+0
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-0/+1
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-0/+1
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-0/+2
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+21