about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty
AgeCommit message (Expand)AuthorLines
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+11
2020-10-14Simplify a nested bool matchLingMan-18/+7
2020-10-14Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkovbors-183/+324
2020-10-14Rollup merge of #77886 - LingMan:ast_pretty_bool_matches, r=petrochenkovYuki Okushi-8/+2
2020-10-13Replace trivial bool matches with the `matches!` macroLingMan-8/+2
2020-10-13Use Option::unwrap_or instead of open-coding itLingMan-6/+3
2020-10-11Allow skipping extra paren insertion during AST pretty-printingAaron Hill-5/+26
2020-10-11Move pprust code to a 'state' submoduleAaron Hill-179/+299
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-2/+5
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-1/+1
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-2/+9
2020-09-02Auto merge of #76170 - matklad:notrivia, r=petrochenkovbors-4/+0
2020-09-01Remove trivia tokensAleksey Kladov-4/+0
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-4/+3
2020-08-30mv compiler to compiler/mark-0/+3620