summary refs log tree commit diff
path: root/src/libsyntax/parse/common.rs
AgeCommit message (Collapse)AuthorLines
2012-06-07syntax: Remove several deep copies that were happening due to misuse of ↵Patrick Walton-3/+10
parse_seq
2012-06-07syntax: Add a lot of copy keywordsPatrick Walton-1/+4
2012-06-06workaround LLVM bug #13042Niko Matsakis-2/+5
2012-06-06borrowck changes: some copies, some removed mut annotations, some dvecNiko Matsakis-6/+7
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+217
Per issue #2418.