summary refs log tree commit diff
path: root/src/libcore/iter-trait.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+2
2012-10-02Removing explicit uses of + modeTim Chevalier-5/+5
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-4/+4
2012-09-28Demode iter::foldl and friendsTim Chevalier-6/+6
2012-09-28Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vecTim Chevalier-10/+10
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-1/+0
2012-09-25Demode iter-traitTim Chevalier-5/+7
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-13make iter::position() not require EqNiko Matsakis-3/+3
2012-09-10Make more moves explicit in libcoreTim Chevalier-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+9
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-23Make a bunch more of the iteration functions/methods marked pure. Closes #3253.Michael Sullivan-21/+17
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+3
2012-07-11core: Newtype a bunch of types in libcorePatrick Walton-1/+1
2012-07-06pingpong protocol parses, although I should probably rewrite this to use Paul...Eric Holk-0/+7
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-28Add position() to iter/iter-traitBen Blum-0/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-4/+4
2012-06-14annotate FIXME in iter-traitTim Chevalier-1/+1
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-0/+35