about summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-11/+11
2015-01-21rollup merge of #21419: Toby-S/patch-1Alex Crichton-23/+23
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-11/+11
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-13/+10
2015-01-21Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brsonBarosl LEE-17/+0
2015-01-20Correct small typos in map.rs.Toby Scrace-23/+23
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-0/+1
2015-01-17remove test_find_equiv, since find_equiv doesn't exist anymoreBenjamin Peterson-17/+0
2015-01-17Remove unnecessary explicit conversions to *const Twe-13/+10
2015-01-10Add ExactSizeIterator impls for Hash{Map, Set, Table}Chase Southwood-30/+98
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-154/+341
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-154/+341
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-2/+3
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-3/+3
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+25
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-38/+29
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-07markers -> markerNick Cameron-13/+13
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-12/+12
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+25
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-13/+13
2015-01-06std: Revert stability of Entry-based APIsAlex Crichton-11/+7
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-27/+22
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-14/+14
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+3
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-18/+18
2015-01-05rollup merge of #20581: apasel422/extendAlex Crichton-2/+2
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-2/+4
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-14/+14
2015-01-06FalloutNick Cameron-20/+20
2015-01-05Remove i suffix in docsSteve Klabnik-14/+14
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+1
2015-01-05register snapshotJorge Aparicio-26/+0
2015-01-05Stabilize collection modulesAaron Turon-1/+3
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-1/+3
2015-01-05remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` implAndrew Paseltiner-2/+2
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-33/+61
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-33/+61
2015-01-03Remove deprecated functionalityAlex Crichton-148/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-13/+13
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-5/+5
2015-01-03std: fix falloutJorge Aparicio-0/+30
2015-01-03use assoc types in binop traitsJorge Aparicio-4/+12
2015-01-03std: fix falloutJorge Aparicio-23/+61
2015-01-03Improve `make_hash` functionAndrea Canciani-8/+6