about summary refs log tree commit diff
path: root/src/libstd/collections/hash/table.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-23/+39
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+17
2015-02-18Fallout: port hashmap to use UniqueNiko Matsakis-23/+39
2015-02-05misc collections code cleanupAlexis-34/+34
2015-01-31make Send/Sync impl of RawTable manualAlexis-12/+14
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1/+1
2015-01-30fix falloutJorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-17Remove unnecessary explicit conversions to *const Twe-13/+10
2015-01-10Add ExactSizeIterator impls for Hash{Map, Set, Table}Chase Southwood-6/+18
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+9
2015-01-07markers -> markerNick Cameron-11/+11
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-11/+11
2015-01-06FalloutNick Cameron-1/+1
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03std: fix falloutJorge Aparicio-6/+18
2015-01-03Improve `make_hash` functionAndrea Canciani-8/+6
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-8/+8
2014-12-31Test fixes and rebase conflictsAlex Crichton-3/+3
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+23
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+23
2014-12-29rollup merge of #20215: csouth3/hashmap-renameAlex Crichton-4/+4
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-4/+4
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-4/+4
2014-12-26Require types to opt-in SyncFlavio Percoco-10/+10
2014-12-24Rename remaining hashmap and hashtable iterators to match namingChase Southwood-4/+4
2014-12-22Added missing renames:Florian Wilkens-8/+8
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-0/+49
2014-12-16Small cleanups in HashMap based off of new rust features.Clark Gaebel-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+5
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-18rollup merge of #19038: jayelm/fixed-typosJakub Bukaj-1/+1
2014-11-17Fix several typos in commentsjmu303-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-2/+2
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-5/+5
2014-11-12Register new snapshotsAlex Crichton-23/+0
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-4/+4
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-2/+2
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-2/+2
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-0/+4
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+907