summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust
AgeCommit message (Expand)AuthorLines
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-11/+10
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-11/+10
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-7/+5
2020-10-30Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514Yuki Okushi-18/+7
2020-10-20Drop unneeded `mut`LingMan-1/+1
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+11
2020-10-14Simplify a nested bool matchLingMan-18/+7
2020-10-11Allow skipping extra paren insertion during AST pretty-printingAaron Hill-5/+26
2020-10-11Move pprust code to a 'state' submoduleAaron Hill-0/+2984
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-2/+5
2020-08-30mv compiler to compiler/mark-0/+60