about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/cfg_accessible.rs
AgeCommit message (Expand)AuthorLines
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