about summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/pipec.rs
AgeCommit message (Expand)AuthorLines
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-19/+19
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-4/+5
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-4/+2
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-1/+2
2013-05-01rustc: remove the rest of dropErick Tryzelaar-1/+0
2013-04-29test: Fix tests.Patrick Walton-1/+3
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-5/+3
2013-04-27only use #[no_core] in libcoreDaniel Micay-5/+0
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-20/+20
2013-03-11libsyntax: Remove newtype enums from libsyntax. rs=deenumPatrick Walton-3/+1
2013-03-07test: Fix tests.Patrick Walton-1/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-5/+1
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+2
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-22/+31
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-22/+31
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-22/+31
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-3/+3
2013-02-26libsyntax: remove vecs_implicitly_copyable from the syntax extensionsErick Tryzelaar-4/+4
2013-02-25libsyntax: add explicit modes where required to copy strs/vecsErick Tryzelaar-3/+2
2013-02-22libsyntax: De-mut the parser. rs=demutingPatrick Walton-14/+11
2013-02-22libsyntax: De-mut the pipe compilerPatrick Walton-12/+17
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-21/+23
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-15/+12
2013-02-17libsyntax: Long lines.Luqman Aden-2/+4
2013-02-17libsyntax: Explicit-self-ify pipes compiler.Luqman Aden-21/+21
2013-02-17libsyntax: Remove last use of structural records in pipes compiler.Luqman Aden-4/+20
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-4/+3
2013-02-15libsyntax: Get rid of uses of `move` and don't parse it.Luqman Aden-16/+16
2013-02-04core/syntax: Staging fixesTim Chevalier-28/+0
2013-02-04syntax: Make the pipe compiler stop generating set_buffer_ callsTim Chevalier-2/+2
2013-02-04core/syntax: Add transitional code for pipesTim Chevalier-0/+28
2013-01-31test cases, cleanupJohn Clements-1/+1
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deëxportingPatrick Walton-6/+6
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-4/+4
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-2/+3
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-4/+4
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-2/+2
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-5/+10
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+3
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-45/+50
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-10/+3
2012-12-09Remove transitional codeBrian Anderson-109/+0