summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-36/+65
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-14/+15
2015-02-18Stabilize std::borrowAaron Turon-14/+15
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-10/+10
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18Implement RFC 580Aaron Turon-6/+6
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+10
2015-02-18Fallout: port btree to use Unique, some markers.Niko Matsakis-32/+52
2015-02-18Fallout: btree. Rephrase invariant lifetime in terms of PhantomData.Niko Matsakis-4/+13
2015-02-17Register new snapshotsAlex Crichton-55/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+5
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+60
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+60
2015-02-13more int and cloned cleanup in collectionsAlexis-28/+28
2015-02-11rollup merge of #22151: Gankro/macro-benchAlex Crichton-64/+8
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-8/+8
2015-02-10fix and macro-ify map benches, fixes #22134Alexis-64/+8
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-5/+5
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-2/+0
2015-02-07fix outdated docsAlexis-54/+54
2015-02-06libcollections: unit test fixesManish Goregaokar-1/+2
2015-02-06remove int_uint feature from libcollectionsAlexis-3/+3
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-156/+138
2015-02-06Rollup merge of #21951 - Gankro:entry, r=aturonManish Goregaokar-17/+9
2015-02-05misc collections code cleanupAlexis-156/+138
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04stabilize core Entry APIAlexis-17/+9
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-12/+12
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+2
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-8/+8
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-12/+12
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-15/+15
2015-01-30fix falloutJorge Aparicio-4/+4
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-2/+42
2015-01-30Remove all `i` suffixesTobias Bucher-15/+15
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-16/+16
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-7/+7
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-1/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-19/+15
2015-01-23grandfathered -> rust1Brian Anderson-90/+90
2015-01-23Set unstable feature names appropriatelyBrian Anderson-15/+15
2015-01-21Remove 'since' from unstable attributesBrian Anderson-15/+15
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-105/+120
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-11/+10
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-5/+5
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-3/+0
2015-01-21Fallout from stabilization.Aaron Turon-11/+10