about summary refs log tree commit diff
path: root/src/libsyntax/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
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-18/+20
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-9/+9
2012-07-26diagnostic: only print color if output is for the screenDamian Gryski-2/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-49/+49
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-6/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+1
2012-06-07syntax: Remove a bunch of implicit copiesPatrick Walton-4/+6
2012-06-06syntax: More grammatical error messageLindsey Kuper-4/+7
2012-06-05Have "aborting due to previous errors" message show an error countLindsey Kuper-1/+3
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+264