about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+50
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29rollup merge of #20215: csouth3/hashmap-renameAlex Crichton-11/+11
2014-12-29rollup merge of #20214: bluss/fix-hashmap-exampleAlex Crichton-10/+18
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-4/+5
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-11/+11
2014-12-25hashmap: Fix the example using derived Hash + Eqbluss-10/+18
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-2/+9
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-20/+20
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-2/+9
2014-12-22Added missing renames:Florian Wilkens-20/+20
2014-12-21Implement BitOps for HashSetChase Southwood-4/+115
2014-12-21Test fixes and rebase conflictsAlex Crichton-1/+0
2014-12-21rollup merge of #19993: bluss/setalgebraitemsAlex Crichton-46/+83
2014-12-21Remove a ton of public reexportsCorey Farwell-8/+11
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-10/+157
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+1
2014-12-20auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankrobors-2/+2
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-2/+2
2014-12-19hashset: Clean up and rename the HashSet iteratorsbluss-46/+83
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-10/+157
2014-12-18remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...Alexis Beingessner-497/+13
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-17rollup merge of #19935: cgaebel/hashmap-tuple-indexingAlex Crichton-88/+41
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+4
2014-12-17rollup merge of #19770: csouth3/iterator-wrapperstructsAlex Crichton-57/+89
2014-12-16Small cleanups in HashMap based off of new rust features.Clark Gaebel-88/+41
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+4
2014-12-15Use wrapper structs for `HashSet`'s iterators.Chase Southwood-20/+59
2014-12-15Use wrapper structs for `HashMap`'s iterators.Chase Southwood-38/+31
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-11/+16
2014-12-13libstd: fix falloutJorge Aparicio-14/+22
2014-12-13libstd: fix falloutJorge Aparicio-10/+22
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+5
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-26/+26
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-10/+10
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-16/+16
2014-12-05Utilize fewer reexportsCorey Farwell-7/+11
2014-12-04auto merge of #19167 : japaric/rust/rhs-cmp, r=aturonbors-0/+2
2014-12-03Deprecate EquivJorge Aparicio-0/+2
2014-11-30std: Change the behavior of `reserve` for HashMap.Piotr Czarnecki-6/+17
2014-11-30std: Remove implicit shrinking from hash_map.Piotr Czarnecki-139/+240
2014-11-26rollup merge of #19301: Gankro/take-fixAlex Crichton-1/+35
2014-11-25Fallout from stabilizationAaron Turon-4/+4