summary refs log tree commit diff
path: root/src/libcore/iter-trait/dvec.rs
AgeCommit message (Expand)AuthorLines
2012-10-01De-export dlist, dvec. Part of #3583.Graydon Hoare-3/+3
2012-09-25Demode iter-traitTim Chevalier-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+6
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-6/+1
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-1/+6
2012-09-10Make more moves explicit in libcoreTim Chevalier-1/+1
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-23Make a bunch more of the iteration functions/methods marked pure. Closes #3253.Michael Sullivan-3/+3
2012-08-15Convert more core types to camel caseBrian Anderson-1/+2
2012-08-08Convert impls to new syntaxBrian Anderson-2/+0
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-5/+5
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-05-18add swappable/dvec modulesNiko Matsakis-0/+16