summary refs log tree commit diff
path: root/src/libstd/collections
AgeCommit message (Expand)AuthorLines
2015-01-30Remove all `i` suffixesTobias Bucher-89/+89
2015-01-29fix inference falloutJorge Aparicio-6/+6
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-27/+27
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-3/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-36/+86
2015-01-23grandfathered -> rust1Brian Anderson-95/+95
2015-01-23Set unstable feature names appropriatelyBrian Anderson-19/+19
2015-01-22Rollup merge of #21217 - Gankro:docadoca, r=steveklabnikSteve Klabnik-2/+52
2015-01-21Remove 'since' from unstable attributesBrian Anderson-19/+19
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-114/+128
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-15add a section on performance to collection docsAlexis-2/+52
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