summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/check.rs
AgeCommit message (Expand)AuthorLines
2013-06-25great renaming propagation: syntaxCorey Richardson-2/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-1/+2
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-3/+2
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-2/+2
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-2/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-7/+7
2013-02-17libsyntax: Explicit-self-ify pipes compiler.Luqman Aden-3/+3
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-1/+2
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-5/+5
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-14Add types for character position and byte position in the codemapBrian Anderson-1/+0
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-2/+2
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