summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/parse_proto.rs
AgeCommit message (Collapse)AuthorLines
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-26Camel case the option typeBrian Anderson-6/+6
2012-08-22intern identifiersPaul Stansifer-7/+8
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-3/+3
2012-08-05Switch alts to use arrowsBrian Anderson-10/+8
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-25Thread spans through the pipe compiler. They aren't perfect, but they make ↵Eric Holk-2/+2
debugging far easier than core.rc:0:0. Changed the is_bounded check, so we fail compiling core right now due to not supporting type parameters.
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+6
2012-07-16Add support for terminal states (issue #2862)Eric Holk-22/+34
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-2/+2
#2907.
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-2/+2
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-4/+3
2012-07-06Updating tests to use pipes.Eric Holk-22/+36
2012-07-06Fixing an infinite type, updating code to match new Early parser, ↵Eric Holk-0/+63
remembering to add protocol parser.