summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2012-06-12Allow trailing comma in vectors. Closes #2482.Lindsey Kuper-1/+1
2012-06-12syntax: clarify that trailing separators are never requiredLindsey Kuper-49/+51
2012-06-11Add a new AST node for unsuffixed integer types.Lindsey Kuper-3/+4
2012-06-09syntax: Intern @strs instead of strsBrian Anderson-2/+2
2012-06-08Revert "syntax: Remove a couple of implicit copies" due to test failuresPatrick Walton-2/+2
2012-06-08syntax: Remove a couple of implicit copiesPatrick Walton-2/+2
2012-06-08syntax: Use a ring buffer instead of a dvec and save a bunch of copies. Shave...Patrick Walton-7/+25
2012-06-07syntax: Remove several deep copies that were happening due to misuse of parse...Patrick Walton-73/+80
2012-06-06borrowck changes: some copies, some removed mut annotations, some dvecNiko Matsakis-15/+15
2012-06-04rustc: Implement optional fat-arrow syntax for alt (transitional change)Patrick Walton-0/+1
2012-06-04Remove cyclic import * that resolve probably shouldn't have acceptedPatrick Walton-1/+2
2012-05-31Allow optional comma before `with` in FRU. Closes #2463.Lindsey Kuper-0/+6
2012-05-31syntax: get rid of redundant caseLindsey Kuper-2/+0
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+2557