summary refs log tree commit diff
path: root/src/libcollections/vec_map.rs
AgeCommit message (Expand)AuthorLines
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-6/+2
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-20/+20
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-1/+25
2015-01-30Remove all `i` suffixesTobias Bucher-20/+20
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-41/+41
2015-01-23Set unstable feature names appropriatelyBrian Anderson-4/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-4/+4
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-45/+46
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-19Add test for #21328Adolfo Ochagavía-1/+13
2015-01-19Add a Drain iterator to VecMapAdolfo Ochagavía-6/+55
2015-01-19Make VecMap::into_iter consume the VecMapAdolfo Ochagavía-4/+3
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-6/+6
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+5
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-05register snapshotJorge Aparicio-22/+0
2015-01-03Remove deprecated functionalityAlex Crichton-75/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03collections: fix falloutJorge Aparicio-0/+25
2015-01-03collections: fix falloutJorge Aparicio-10/+18
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2014-12-31stabilize more of collectionsAlexis Beingessner-61/+41
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+29
2014-12-30Stabilize cmpAaron Turon-0/+5
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+29
2014-12-27auto merge of #20143 : csouth3/rust/vecmap-reserve, r=Gankrobors-0/+46
2014-12-23Merge pull request #20155 from tbu-/pr_vecmap_fiximplsbors-1/+12
2014-12-23Fix `collections::VecMap`'s `PartialEq` implementationTobias Bucher-1/+12
2014-12-22Implement `reserve_len` and `reserve_len_exact` for VecMapChase Southwood-0/+46
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+3
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+3
2014-12-22Added missing renames:Florian Wilkens-12/+12
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-8/+8
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