about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/builtin_attrs.rs
AgeCommit message (Expand)AuthorLines
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-0/+5
2021-04-20Add an attribute to be able to configure the limitOli Scherer-0/+4
2021-04-19Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwcobors-3/+3
2021-04-16Implement #[rustc_skip_array_during_method_dispatch]Josh Stone-0/+5
2021-04-16Remove #[main] attribute.Charles Lew-0/+4
2021-04-11Match against attribute name when validating attributesTomasz Miąsko-3/+3
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-5/+0
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-0/+1
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