summary refs log tree commit diff
path: root/src/libcore/iter-trait
AgeCommit message (Collapse)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-12/+12
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
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
this also repairs the unsoundness in typing of unpack_slice, which was silently converting a const ptr to an imm one.
2012-05-18add swappable/dvec modulesNiko Matsakis-0/+16
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-0/+24