about summary refs log tree commit diff
path: root/compiler/rustc_ast_pretty/src/pprust/mod.rs
AgeCommit message (Expand)AuthorLines
2023-06-15Fix suggestion for E0404 not dealing with multiple generics许杰友 Jieyou Xu (Joe)-0/+4
2022-05-22rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`Vadim Petrochenkov-31/+1
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-1/+31
2021-12-27Remove &self from PrintState::to_stringDavid Tolnay-2/+2
2021-11-28expand: Turn `ast::Crate` into a first class expansion targetVadim Petrochenkov-0/+9
2021-08-25Convert some functions to return Cow<'static,str> instead of String to reduce...klensy-2/+4
2021-03-27Remove (lots of) dead codeJoshua Nelson-24/+0
2021-01-08rustc_ast_pretty: Remove `PrintState::insert_extra_parens`Vadim Petrochenkov-5/+0
2020-10-11Allow skipping extra paren insertion during AST pretty-printingAaron Hill-0/+5
2020-10-11Move pprust code to a 'state' submoduleAaron Hill-0/+99