summary refs log tree commit diff
path: root/src/libstd/trie.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Removing a lot of usage of '&const'Alex Crichton-4/+4
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-3/+3
2013-06-25container: remove internal iterators from MapDaniel Micay-24/+24
2013-06-24remove old_iterDaniel Micay-16/+10
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-28/+28
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-06-08std: remove each[i]_mut functions, in favour of iterators.Huon Wilson-1/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-10/+14
2013-05-30Remove unnecessary 'use' formsDaniel Farina-2/+0
2013-05-30Require documentation by default for libstdAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+548