about summary refs log tree commit diff
path: root/compiler/rustc_attr/src
AgeCommit message (Expand)AuthorLines
2021-10-03Move some HashStable impls.Camille GILLOT-3/+3
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-16/+9
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-44/+0
2021-07-09Enhance well-formedness checks for `#[repr(...)]` attributesFabian Wolff-8/+96
2021-05-24remove cfg(bootstrap)Pietro Albini-2/+0
2021-04-05Allow specifying alignment for functionsWesley Norris-36/+14
2021-03-19stabilize or_patternsmark-1/+1
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-11/+16
2021-02-21remove redundant wrapping of return types of allow_internal_unstable() and ru...Matthias Krüger-4/+4
2021-02-21remove unneccessary wrapping of return value of allow_unstable(), it would al...Matthias Krüger-5/+5
2021-02-10Tweak stability attribute diagnostic outputEsteban Küber-11/+16
2021-02-05Never MIR inline functions with a different instruction setTomasz Miąsko-1/+1
2021-01-30Rollup merge of #81468 - est31:cfg_version, r=petrochenkovYuki Okushi-4/+6
2021-01-29Treat nightlies for a version as completeest31-4/+6
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-3/+3
2021-01-24Replace version_check dependency with own version parsing codeest31-4/+28
2021-01-16Enforce that query results implement DebugAaron Hill-3/+3
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-1/+1
2020-12-01Created NestedMetaItem::name_value_literal_span methodGuillaume Gomez-1/+1
2020-11-20Never inline naked functionsTomasz Miąsko-1/+1
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-1/+2
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-11/+9
2020-10-30Fix even more clippy warningsJoshua Nelson-30/+28
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-4/+21
2020-10-11Move `PartialOrd` impl out of rustcJoshua Nelson-14/+0
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-1/+15
2020-10-08Implement the instruction_set attributexd009642-0/+6
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-24/+7
2020-09-25Allow multiple allow_internal_unstable attributesDániel Buga-7/+14
2020-09-23Don't use an if guard to check equality with a constantLingMan-1/+1
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-2/+2
2020-08-30mv compiler to compiler/mark-0/+1062