summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/test_harness.rs
AgeCommit message (Expand)AuthorLines
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-2/+1
2021-08-18Remove box syntax from rustc_builtin_macrosest31-2/+6
2021-07-17Use LocalExpnId where possible.Camille GILLOT-2/+3
2021-04-16Remove #[main] attribute.Charles Lew-6/+6
2021-02-18ast: Keep expansion status for out-of-line module itemsVadim Petrochenkov-7/+6
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-3/+7
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-1/+2
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-11-03rustc_ast: Do not panic by default when visiting macro callsVadim Petrochenkov-8/+0
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+1
2020-08-30mv compiler to compiler/mark-0/+383