about summary refs log tree commit diff
path: root/src/libextra/list.rs
AgeCommit message (Expand)AuthorLines
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-248/+0
2014-01-03libextra: Remove `MutList`, as it's inexorably tied to `@mut`Patrick Walton-27/+0
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-3/+3
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-5/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+2
2013-09-30extra: Remove usage of fmt!Alex Crichton-2/+2
2013-08-01extra: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-4/+5
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-2/+2
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-13/+13
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-16Add copies to type params with Copy boundNiko Matsakis-2/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-2/+2
2013-05-30Remove copy bindings from patterns.Niko Matsakis-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-05-23cleanup warnings from libextraErick Tryzelaar-13/+13
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+270