summary refs log tree commit diff
path: root/src/libcollections/btree/map.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-4/+13
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-7/+7
2015-02-18Stabilize std::borrowAaron Turon-7/+7
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-8/+8
2015-02-18make FromIterator use IntoIteratorAlexis-1/+1
2015-02-18make Extend use IntoIteratorAlexis-1/+1
2015-02-18Implement RFC 580Aaron Turon-6/+6
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+10
2015-02-18Fallout: btree. Rephrase invariant lifetime in terms of PhantomData.Niko Matsakis-4/+13
2015-02-17Register new snapshotsAlex Crichton-33/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+3
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+36
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+36
2015-02-13more int and cloned cleanup in collectionsAlexis-1/+1
2015-02-11rollup merge of #22151: Gankro/macro-benchAlex Crichton-64/+8
2015-02-10fix and macro-ify map benches, fixes #22134Alexis-64/+8
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-3/+3
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-2/+0
2015-02-07fix outdated docsAlexis-28/+28
2015-02-06libcollections: unit test fixesManish Goregaokar-1/+2
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-63/+47
2015-02-05misc collections code cleanupAlexis-63/+47
2015-02-04stabilize core Entry APIAlexis-17/+9
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-2/+2
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-2/+2
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1/+1
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-1/+25
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
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-15/+15
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-7/+7
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-47/+47
2015-01-23Set unstable feature names appropriatelyBrian Anderson-13/+13
2015-01-21Remove 'since' from unstable attributesBrian Anderson-13/+13
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-60/+73
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-118/+333
2015-01-17Register new snapshots.Eduard Burtescu-12/+0
2015-01-11Remove unused import.Joseph Crail-1/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+13
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20656: japaric/at-cleanAlex Crichton-2/+2
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-28/+26
2015-01-07markers -> markerNick Cameron-5/+5
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2