summary refs log tree commit diff
path: root/src/test/ui/ast-json
AgeCommit message (Expand)AuthorLines
2020-05-25Only capture tokens for items with outer attributesAaron Hill-2/+2
2020-05-22Rewrite `Parser::collect_tokens`Aaron Hill-2/+2
2020-04-19check '-Zast-json' & '-Zast-json-noexpand' to output legal JSONJOE1994-2/+14
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-2/+2
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-1/+1
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-1/+1
2019-10-21Derive `Rustc{En,De}codable` for `TokenStream`.Nicholas Nethercote-1/+1
2019-09-26Fix AST JSON output testvarkor-1/+1
2019-08-27Add default serialization for `Ident`sMatthew Jasper-0/+51