about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src
AgeCommit message (Expand)AuthorLines
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Matthias Krüger-1/+0
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-0/+1
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-4/+3
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-03-06Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercoteMichael Goulet-0/+9
2025-02-28add test to reproduce #137662 (using ty decl macro fragment in an attr) and f...Jana Dönszelmann-0/+9
2025-02-28Remove `NtPath`.Nicholas Nethercote-24/+13
2025-02-28Remove `NtMeta`.Nicholas Nethercote-9/+0
2025-02-25fix #137589Jana Dönszelmann-6/+12
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-8/+14
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-4/+3
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-656/+838
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-7/+1118
2025-02-24Change span field accesses to method callsJana Dönszelmann-12/+58
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-12/+12
2025-02-08Rustfmtbjorn3-15/+21
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-7/+11
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-8/+13
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-10/+7
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+1603