summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/test_harness.rs
AgeCommit message (Expand)AuthorLines
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