summary refs log tree commit diff
path: root/src/libsyntax/parse/prec.rs
AgeCommit message (Collapse)AuthorLines
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-26Camel case the option typeBrian Anderson-20/+20
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-19/+19
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-7/+9
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+43
Per issue #2418.