about summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Rollup merge of #23509 - aturon:stab-entry, r=GankroSteve Klabnik-8/+8
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-4/+20
2015-03-20Future-proof indexing on maps: remove IndexMutAaron Turon-13/+1
2015-03-18Stabilize Entry typesAaron Turon-8/+8
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+1
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+5
2015-03-11Example -> ExamplesSteve Klabnik-22/+22
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-0/+7
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-4/+4
2015-02-23Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakisManish Goregaokar-1/+1
2015-02-20try to reduce bajillion warningsAlexis-1/+1
2015-02-18Fix references to doc.rs throughout the codeKeegan McAllister-1/+1
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-13/+13
2015-02-18Stabilize std::borrowAaron Turon-13/+13
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-2/+3
2015-02-18make FromIterator use IntoIteratorAlexis-1/+2
2015-02-18make Extend use IntoIteratorAlexis-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-85/+43
2015-02-17Register new snapshotsAlex Crichton-45/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+3
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+48
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-3/+3
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-2/+0
2015-02-07fix outdated docsAlexis-16/+16
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-56/+56
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-2/+0
2015-02-05misc collections code cleanupAlexis-56/+56
2015-02-04stabilize core Entry APIAlexis-8/+8
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-2/+0
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-03Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonwbors-0/+3
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-14/+4
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-02impl IntoIterator for HashMapJorge Aparicio-1/+37
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-14/+4
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-47/+47
2015-01-30smoke out remaining bugsJorge Aparicio-2/+1
2015-01-30fix testsJorge Aparicio-0/+1
2015-01-30Add a few missing stability markers.Chris Morgan-0/+3
2015-01-30Remove all `i` suffixesTobias Bucher-47/+47
2015-01-29fix inference falloutJorge Aparicio-4/+4
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-25/+25
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-29/+29
2015-01-23grandfathered -> rust1Brian Anderson-43/+43
2015-01-23Set unstable feature names appropriatelyBrian Anderson-15/+15