about summary refs log tree commit diff
path: root/src/libcollections/vec_map.rs
AgeCommit message (Expand)AuthorLines
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-4/+2
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-1/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-4/+4
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-17rollup merge of #19720: csouth3/vecmap-newtypesAlex Crichton-14/+45
2014-12-15Move hash module from collections to coreSteven Fackler-2/+2
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-13Change `VecMap`'s iterators to use wrapper structs instead of typedefs.Chase Southwood-14/+45
2014-12-13libcollections: use unboxed closures in `VecMap` methodsJorge Aparicio-7/+6
2014-12-13libcollections: fix falloutJorge Aparicio-5/+10
2014-12-13libcollections: fix falloutJorge Aparicio-5/+8
2014-12-10auto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankrobors-35/+53
2014-12-09Add a proper `Hash` implementation for `VecMap`Tobias Bucher-0/+37
2014-12-09Clean up `libcollections::VecMap`Tobias Bucher-54/+35
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-17/+17
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-1/+1
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-1/+0
2014-12-04Add capacity() to VecMapAaron Liblong-0/+16
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-135/+131
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+1052