summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/parse_proto.rs
AgeCommit message (Expand)AuthorLines
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-0/+2
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-4/+4
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-4/+4
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-4/+4
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-26libsyntax: remove vecs_implicitly_copyable from the syntax extensionsErick Tryzelaar-5/+5
2013-02-26libsyntax: change attr::parse_seq_* to take &TokenErick Tryzelaar-7/+7
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-20/+36
2013-02-25libsyntax: change expect to take &token::TokenErick Tryzelaar-2/+2
2013-02-22libsyntax: De-mut the parser. rs=demutingPatrick Walton-9/+10
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-14/+17
2013-02-17libsyntax: Explicit-self-ify pipes compiler.Luqman Aden-6/+6
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-2/+2
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+2
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