about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/expand/mod.rs
AgeCommit message (Expand)AuthorLines
2025-07-15Define datastructures for `#[cfg]` attribute, move StrippedCfgItemJonathan Brouwer-17/+0
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-2/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+1
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-0/+17
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2020-08-30mv compiler to compiler/mark-0/+3