about summary refs log tree commit diff
path: root/src/libsyntax/print/pprust
AgeCommit message (Expand)AuthorLines
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-68/+0
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-3/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-4/+4
2019-12-22Format the worldMark Rousskov-9/+12
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-0/+1
2019-11-07parser: don't hardcode ABIs into grammarMazdak Farrokhzad-6/+1
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-1/+0
2019-09-09Resolve attributes in several placesCaio-0/+1
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-3/+2
2019-08-14Merge Variant and Variant_Caio-2/+3
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-0/+16
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-0/+53