about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/cfg_accessible.rs
AgeCommit message (Expand)AuthorLines
2025-08-22Move validate_attr to `rustc_attr_parsing`Jonathan Brouwer-1/+1
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-1/+0
2024-07-29Deny unsafe on more builtin attributescarbotaniuman-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-03-28compiler: fix few needless_pass_by_ref_mut clippy lintsklensy-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-1/+1
2023-12-24Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-5/+5
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-5/+13
2022-11-29Avoid unnecessary `MetaItem`/`Attribute` conversions.Nicholas Nethercote-3/+3
2022-09-20Add the `#[derive_const]` attributeDeadbeef-0/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-02-19Adopt let else in more placesest31-3/+2
2020-11-19expand: Tell built-in macros whether we are currently in forced expansion modeVadim Petrochenkov-4/+7
2020-08-30mv compiler to compiler/mark-0/+59