about summary refs log tree commit diff
path: root/src/test/ui/ast-json/ast-json-output.stdout
AgeCommit message (Expand)AuthorLines
2021-09-02Bless ast-json tests.Camille GILLOT-1/+1
2021-02-25Update test output for edition preludes.Mara Bos-1/+1
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-1/+1
2021-01-24parser: Collect tokens for values in key-value attributesVadim Petrochenkov-1/+1
2021-01-09ast: Remove some indirection layers from values in key-value attributesVadim Petrochenkov-1/+1
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-1/+1
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-1/+1
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-1/+1
2020-10-21Strip tokens before printing AST JSONAaron Hill-1/+1
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-1/+1
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+1
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-1/+1
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-1/+1
2020-08-14Fix tests and address review commentsMatthew Jasper-1/+1
2020-05-25Only capture tokens for items with outer attributesAaron Hill-1/+1
2020-05-22Rewrite `Parser::collect_tokens`Aaron Hill-1/+1
2020-04-19check '-Zast-json' & '-Zast-json-noexpand' to output legal JSONJOE1994-1/+1
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/+1