about summary refs log tree commit diff
path: root/src/test/ui/ast-json/ast-json-noexpand-output.stdout
AgeCommit message (Expand)AuthorLines
2022-06-03Remove support for -Zast-json and -Zast-json-noexpandbjorn3-1/+0
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-1/+1
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-1/+1
2022-03-03Associate multiple with a crate too.Felix S. Klock II-1/+1
2022-01-05ast: Always keep a `NodeId` in `ast::Crate`Vadim Petrochenkov-1/+1
2021-11-28expand: Turn `ast::Crate` into a first class expansion targetVadim Petrochenkov-1/+1
2021-09-02Bless ast-json tests.Camille GILLOT-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-0/+1