summary refs log tree commit diff
path: root/src/libcore/iter-trait
AgeCommit message (Expand)AuthorLines
2012-10-01De-export dlist, dvec. Part of #3583.Graydon Hoare-6/+6
2012-10-01De-export option and option_iter. Part of #3583.Graydon Hoare-3/+3
2012-09-25Demode iter-traitTim Chevalier-10/+10
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-5/+5
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-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-4/+4
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-4/+4
2012-09-10Make more moves explicit in libcoreTim Chevalier-1/+1
2012-09-02core: warn(non_camel_case_types) everywhere, with few exceptionsBrian Anderson-0/+1
2012-08-26Camel case the option typeBrian Anderson-10/+10
2012-08-23Make a bunch more of the iteration functions/methods marked pure. Closes #3253.Michael Sullivan-5/+5
2012-08-15Convert more core types to camel caseBrian Anderson-2/+4
2012-08-08Convert impls to new syntaxBrian Anderson-5/+0
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-4/+4
2012-07-25Tighten pipe exports, and refactor traits.Eric Holk-2/+2
2012-07-17dlist enhancements: concat/append/prepend/reverse/each_node (close #2917)Ben Blum-10/+10
2012-07-14Merge branch 'vector-reform' into incomingMichael Sullivan-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-14dlist: handle iter early break properlyBen Blum-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-12/+12
2012-07-02Add doubly-linked list to libcore (to be used in task.rs).Ben Blum-0/+36
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-9/+0
2012-05-18add swappable/dvec modulesNiko Matsakis-0/+16
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-0/+24