summary refs log tree commit diff
path: root/src/libsyntax/ext/auto_serialize.rs
AgeCommit message (Collapse)AuthorLines
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-1/+1
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-2/+2
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be ↵Brian Anderson-1/+1
semi-terminated" This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38.
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-1/+1
This is a subtle rule that no longer seems to be required.
2012-07-01Convert to new closure syntaxBrian Anderson-41/+41
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-20/+22
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-102/+102
2012-06-28replace more vector + (issue #2719)Eric Holk-8/+9
2012-06-27Replace more vector + (issue #2719)Eric Holk-25/+31
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-88/+93
2012-06-22Serialize out uniq vecs typesMichael Sullivan-8/+11
2012-06-20Remove bind. Issue #2189Brian Anderson-5/+5
2012-06-13Box AST identsBrian Anderson-36/+39
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+864
Per issue #2418.