about summary refs log tree commit diff
path: root/src/libcore/iter-trait/dvec.rs
AgeCommit message (Expand)AuthorLines
2013-03-08core: Remove the dvec moduleAlex Crichton-37/+0
2013-02-15libcore: Get rid of `move`.Luqman Aden-1/+1
2013-01-14Inlining methods/functions in core.gifnksm-0/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28core: Remove old template filesBrian Anderson-16/+18
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