summary refs log tree commit diff
path: root/src/libcollections/btree/set.rs
AgeCommit message (Expand)AuthorLines
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-24/+18
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-2/+2
2015-03-28Fold collections debug implsSteven Fackler-5/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-7/+4
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+11
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+11
2015-03-21implement `Clone` for `btree` iteratorsAndrew Paseltiner-0/+26
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-177/+0
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+4
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-3/+3
2015-02-24Change `Debug` implementation of `BTree*` as wellTobias Bucher-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-10/+10
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-3/+3
2015-02-18Stabilize std::borrowAaron Turon-3/+3
2015-02-18make FromIterator use IntoIteratorAlexis-1/+1
2015-02-18make Extend use IntoIteratorAlexis-1/+1
2015-02-17Register new snapshotsAlex Crichton-22/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+2
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+24
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+24
2015-02-13more int and cloned cleanup in collectionsAlexis-27/+27
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-2/+2
2015-02-07fix outdated docsAlexis-26/+26
2015-02-06remove int_uint feature from libcollectionsAlexis-3/+3
2015-02-05misc collections code cleanupAlexis-32/+30
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-10/+10
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-10/+10
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-14/+14
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-1/+17
2015-01-30Remove all `i` suffixesTobias Bucher-14/+14
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-6/+3
2015-01-23grandfathered -> rust1Brian Anderson-42/+42
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-44/+46
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-3/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-20Register snapshot for 9006c3cFlavio Percoco-3/+0
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-0/+46
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+2
2015-01-06More test fixesAlex Crichton-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-10/+10
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-2/+2
2015-01-06FalloutNick Cameron-2/+2
2015-01-05Remove i suffix in docsSteve Klabnik-10/+10