summary refs log tree commit diff
path: root/compiler/rustc_hir/src/target.rs
AgeCommit message (Expand)AuthorLines
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+1
2021-02-09Visit more targets when checking attrsRyan Levick-0/+2
2021-02-01Fixed #[inline] to be warned in fields, arms, macro defsDanuel-0/+6
2020-11-29passes: prohibit attrs on generic paramsDavid Wood-0/+23
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-10-03Prevent #[doc(alias = "...")] at crate levelGuillaume Gomez-2/+2
2020-08-30mv compiler to compiler/mark-0/+127