about summary refs log tree commit diff
path: root/src/libsyntax/print/pp.rs
AgeCommit message (Expand)AuthorLines
2012-08-11syntax: better formatting of closures in pretty printer and more verbose debu...Daniel Patterson-9/+16
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-24/+24
2012-08-02Shift writer_util to a derived impl attached to the writer traitGraydon Hoare-2/+2
2012-08-01Convert ret to returnBrian Anderson-11/+11
2012-07-30Fix pretty-printing of consecutive idents.Paul Stansifer-2/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-30/+30
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-17/+21
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-16/+16
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-16/+16
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-16/+16
2012-06-06borrowck changes: some copies, some removed mut annotations, some dvecNiko Matsakis-13/+13
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+528