summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/pipec.rs
AgeCommit message (Expand)AuthorLines
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
2012-12-07syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2.Graydon Hoare-97/+113
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-6/+6
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/+5
2012-11-20syntax: switch tt quoter to emit ~[tt], not tt.Graydon Hoare-0/+9
2012-11-14Add types for character position and byte position in the codemapBrian Anderson-6/+7
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-4/+4
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-8/+6
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-3/+3