summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/check.rs
AgeCommit message (Expand)AuthorLines
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-08-22intern identifiersPaul Stansifer-6/+4
2012-08-08Convert impls to new syntaxBrian Anderson-4/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-25Thread spans through the pipe compiler. They aren't perfect, but they make de...Eric Holk-4/+4
2012-07-17Don't ICE when protocol steps to invalid mesasge.Eric Holk-21/+22
2012-07-17Error checking for protocols. We'll need spans though.Eric Holk-0/+74