summary refs log tree commit diff
path: root/src/libcollections/btree/set.rs
AgeCommit message (Expand)AuthorLines
2016-01-18Make `btree_set::{IntoIter, Iter, Range}` covariantAndrew Paseltiner-19/+9
2016-01-15BTreeSet::insert returns false when key already existsJake Goulding-1/+1
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-4/+4
2015-12-14Add links in BTreeSet docsOri Avtalion-3/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-12/+0
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-61/+143
2015-11-24rustfmt libcollectionsNick Cameron-61/+143
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-12libcollections: deny warnings in doctestsKevin Butler-0/+1
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-2/+8
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-0/+2
2015-08-28implement RFC 1194Andrew Paseltiner-0/+28
2015-08-15collections: Add issues for unstable featuresAlex Crichton-2/+4
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-05Fully generalize `BTree{Map, Set}` range iteratorsAndrew Paseltiner-1/+5
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+2
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-05-20Auto merge of #25588 - bluss:doc-string-from, r=alexcrichtonbors-16/+6
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-16/+6
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-1/+1
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