about summary refs log tree commit diff
path: root/compiler/rustc_attr_data_structures
AgeCommit message (Expand)AuthorLines
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-11Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmannJakub Beránek-22/+30
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)-3/+1
2025-03-10Fix pretty printing of parsed attrs in hir_prettyMichael Goulet-5/+7
2025-03-10Rename print_something to should_renderMichael Goulet-17/+23
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-0/+44
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
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/+44
2025-02-26Spruce up `AttributeKind` docsAlona Enraght-Moony-5/+8
2025-02-24pretty print hir attributesJana Dönszelmann-19/+155
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-3/+41
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-17/+41
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-12/+3
2025-01-24Rename `OptimizeAttr::None` to `Default`clubby789-2/+4
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-0/+6
2025-01-23Implement `optimize(none)` attributeclubby789-0/+4
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-3/+12
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+16
2025-01-06avoid replacing the definition of CURRENT_RUSTC_VERSIONPietro Albini-1/+6
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+363