about summary refs log tree commit diff
path: root/src/libsyntax/ext/fmt.rs
AgeCommit message (Collapse)AuthorLines
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-9/+10
2012-06-25When we cons up vector asts, generate evecs.Michael Sullivan-1/+1
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-4/+3
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+3
2012-06-13Box AST identsBrian Anderson-11/+12
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+283
Per issue #2418.