about summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
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
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-5/+5
2015-01-20Register snapshot for 9006c3cFlavio Percoco-3/+0
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-3/+3
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-193/+594
2015-01-17Register new snapshots.Eduard Burtescu-12/+0
2015-01-17Remove unnecessary explicit conversions to *const Twe-3/+3
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-0/+2
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-11Remove unused import.Joseph Crail-1/+0
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-3/+15
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-3/+15
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-2/+2