about summary refs log tree commit diff
path: root/src/test/ui/ast-json
AgeCommit message (Expand)AuthorLines
2021-02-25Update test output for edition preludes.Mara Bos-1/+1
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-2/+2
2021-01-24parser: Collect tokens for values in key-value attributesVadim Petrochenkov-2/+2
2021-01-09ast: Remove some indirection layers from values in key-value attributesVadim Petrochenkov-2/+2
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-2/+2
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-2/+2
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-55/+25
2020-10-29Strip tokens from trait and impl items before printing AST JSONAaron Hill-0/+34
2020-10-26Remove tokens from foreign items in `TokenStripper`Aaron Hill-0/+19
2020-10-21Strip tokens before printing AST JSONAaron Hill-2/+2
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-2/+2
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-2/+2
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-2/+2
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-2/+2
2020-08-14Fix tests and address review commentsMatthew Jasper-2/+2
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