summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes/proto.rs
AgeCommit message (Expand)AuthorLines
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-2/+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-3/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-15/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+15
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-5/+5
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-2/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-14/+0
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+14
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-1/+1
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+3
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-4/+4
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-06Remove struct ctorsBrian Anderson-7/+9
2012-09-04libsyntax: "import" -> "use"Patrick Walton-3/+3
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-2/+11
2012-08-28Convert core::pipes to camel caseBrian Anderson-2/+2
2012-08-27Camel case various core constructorsBrian Anderson-3/+3
2012-08-26Camel case the option typeBrian Anderson-5/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-22intern identifiersPaul Stansifer-22/+19
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-7/+7
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-15/+9
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-25Bounded protocols work well enough to compile core, but map reduce has too ma...Eric Holk-1/+2
2012-07-25Thread spans through the pipe compiler. They aren't perfect, but they make de...Eric Holk-20/+36
2012-07-25Compiled a bounded version of pingpong.Eric Holk-1/+18
2012-07-25Refactor the bounded pingpong example to avoid needing to generate unsafe code.Eric Holk-19/+27
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-0/+20
2012-07-17rustc: Fix coherence errors in the buildPatrick Walton-2/+3
2012-07-17Error checking for protocols. We'll need spans though.Eric Holk-0/+150