about summary refs log tree commit diff
path: root/src/comp/syntax/print
AgeCommit message (Expand)AuthorLines
2011-07-27Make the pretty-printer output whitespace before obj drop clauseMarijn Haverbeke-1/+5
2011-07-27Improve pretty-printing of constraintsMarijn Haverbeke-13/+15
2011-07-27Make printing of comments inside bindings slightly less brokenMarijn Haverbeke-3/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-1358/+1251
2011-07-27Output native_name field for native mods when neededMarijn Haverbeke-0/+5
2011-07-27Have the pretty-printer parentesize unary ops when neededMarijn Haverbeke-3/+13
2011-07-27Update the pretty-printer to output the new syntaxMarijn Haverbeke-20/+19
2011-07-27Parenthesize ivec types as neededMarijn Haverbeke-0/+8
2011-07-26Try to keep the local and its type together when wrapping a long decl.Graydon Hoare-3/+7
2011-07-26Prohibit breaking between "let" and "=" in local decls.Graydon Hoare-2/+4
2011-07-26Trailing whitespace.Graydon Hoare-1/+1
2011-07-26Handle printing 'auto' occurring in loop-variable context.Graydon Hoare-1/+4
2011-07-26Improve printing of mod and native mod.Graydon Hoare-33/+47
2011-07-26Handle hardbreaks at bol slightly better, including break_offset calls (tuck ...Graydon Hoare-18/+34
2011-07-26Add block and closure protos and parse/pp block and lambda exprs.Michael Sullivan-0/+2
2011-07-26Remove tuple support from the compilerMarijn Haverbeke-19/+0
2011-07-26Make the pretty-printer output new-style syntax for recordsMarijn Haverbeke-9/+8
2011-07-26Make the pretty-printer output new-style syntax for local declsMarijn Haverbeke-10/+8
2011-07-25Rename the block type to be blk also. Sorry.Michael Sullivan-5/+5
2011-07-25Adjust pp interface to that printing a crate (an reproducing literals/comment...Graydon Hoare-2/+6
2011-07-25Disallow block as a variable name in preparation for it becoming a keyword.Michael Sullivan-16/+16
2011-07-22Start adding support for multiple variable declarations per stmtMarijn Haverbeke-10/+14
2011-07-21Remove vestiges of typarams from anon objs.Lindsey Kuper-2/+1
2011-07-21Make the pretty-printer output paren-free and case-free codeMarijn Haverbeke-19/+19
2011-07-19Beginnings of support for constrained typesTim Chevalier-5/+22
2011-07-19Simple refactoring in the pretty printer.Michael Sullivan-7/+10
2011-07-16Make clear the differentiation between char pos and byte pos in filemaps. Fix...Josh Matthews-2/+2
2011-07-15rustc: Remove a bunch of exterior vectorsPatrick Walton-23/+22
2011-07-14rustc: Move much of metadata reading over to interior vectorsPatrick Walton-9/+9
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-4/+4
2011-07-13box patterns, expect for the trans partMarijn Haverbeke-0/+4
2011-07-12rustc: Move ppaux away from exterior vectorsPatrick Walton-6/+2
2011-07-12rustc: Complete the transition of pprust to interior vectorsPatrick Walton-67/+36
2011-07-12Update pretty-printing of '...' in record patterns to be ', _' insteadMarijn Haverbeke-1/+4
2011-07-11So... I can't spell 'ellipsis'.Paul Stansifer-1/+1
2011-07-11Add elipses, reorganize the macro components into their own AST node.Paul Stansifer-12/+39
2011-07-11Move macro expansion to a separate phase, change macro syntax, and add parse_...Paul Stansifer-1/+1
2011-07-11Fix pretty-printing of record patternsMarijn Haverbeke-3/+3
2011-07-11Implement record patternsMarijn Haverbeke-0/+16
2011-07-11Implement or-patterns in case clausesMarijn Haverbeke-3/+6
2011-07-10Add a missing case so nbody.rs can ppJesse Ruderman-0/+1
2011-07-08Alias-ify some prettyprinting functionsTim Chevalier-3/+4
2011-07-08Nicer pretty-printing for anon objs. Closes #499.Lindsey Kuper-3/+50
2011-07-07rustc: Remove all exterior vectors from the ASTPatrick Walton-5/+5
2011-07-07rustc: Change lots of AST nodes to use interior vectorsPatrick Walton-18/+19
2011-07-06rustc: Move AST constraints to interior vectorsPatrick Walton-2/+2
2011-07-06rustc: Migrate core AST types to interior vectorsPatrick Walton-3/+23
2011-07-06rustc: Make AST tuple types use interior vectorsPatrick Walton-1/+1
2011-07-06rustc: Make meta items into interior vectorsPatrick Walton-3/+3
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-3/+3