summary refs log tree commit diff
path: root/src/libstd/collections/hash/map.rs
AgeCommit message (Expand)AuthorLines
2015-05-13std: Add example for HashMap::entry()Ulrik Sverdrup-0/+18
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-07std: Remove index notation on slice iteratorsAlex Crichton-2/+1
2015-04-25Fixed typo in hash_map::Entry documentationAram Visser-1/+0
2015-04-25Utilize if..let for get_mut doc-comment examplesCorey Farwell-3/+2
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+2
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-28/+23
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-3/+3
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-3/+3
2015-04-10Fix some typosTibor Benke-1/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+2
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-1/+8
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-8/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-28Document properties for Eq + HashSteve Klabnik-1/+8
2015-03-28Fold collections debug implsSteven Fackler-5/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-7/+4
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-12/+12
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-16/+0
2015-03-27default => or_insert per RFCAlexis Beingessner-3/+4
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+25
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-12/+12
2015-03-26Register new snapshotsAlex Crichton-16/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+3
2015-03-23rollup merge of #23648: steveklabnik/rollupAlex Crichton-8/+8
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+3
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