summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/parse_proto.rs
AgeCommit message (Expand)AuthorLines
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-0/+1
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-1/+1
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 de...Eric Holk-2/+2
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
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, remembering...Eric Holk-0/+63