about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/builtin_attrs.rs
AgeCommit message (Expand)AuthorLines
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-1/+0
2021-01-09Allow #[rustc_builtin_macro = "name"].Mara Bos-1/+1
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+1
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-10-21add rustc_allow_const_fn_unstable attributeFlorian Warzecha-0/+4
2020-10-18Remove redundant 'static in the compilerest31-1/+1
2020-10-08Implement the instruction_set attributexd009642-0/+2
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+2
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-1/+0
2020-09-21Add cfg(target_has_atomic_equal_alignment).Mara Bos-0/+5
2020-09-01driver: replace `lazy_static` by `SyncLazy` from stdmarmeladema-8/+9
2020-09-01feature: replace `lazy_static` by `SyncLazy` from stdmarmeladema-11/+10
2020-08-30mv compiler to compiler/mark-0/+602