summary refs log tree commit diff
path: root/src/libstd/collections/hash/table.rs
AgeCommit message (Expand)AuthorLines
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