summary refs log tree commit diff
path: root/src/libcollections/btree/set.rs
AgeCommit message (Expand)AuthorLines
2017-04-22Fix invalid linkageGuillaume Gomez-1/+1
2017-04-20Auto merge of #41342 - GuillaumeGomez:btree-debug-infinite, r=alexcrichtonbors-4/+8
2017-04-19Fix debug infinite loopGuillaume Gomez-4/+8
2017-04-18Fix a few stability attributesOliver Middleton-0/+5
2017-04-13Various fixes throughout std::collections' docslukaramu-1/+1
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-16/+22
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-1/+1
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-5/+2
2017-02-09Update set operations documentationJethro Beekman-7/+17
2017-02-05Replace PlaceBack Debug implementation with deriveGuillaume Gomez-24/+12
2017-01-20Remove Debug implementations specializationGuillaume Gomez-49/+0
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+108
2017-01-16libcollections: btree/set: fix a typoIvan Stankovic-1/+1
2017-01-14update docs with new syntaxdjzin-3/+3
2017-01-14update docs with new syntaxdjzin-4/+6
2017-01-14fix warnings in doctestsdjzin-1/+1
2017-01-14shorten range syntaxdjzin-1/+1
2017-01-14fix up testsdjzin-2/+2
2017-01-14change argument for btree_rangedjzin-7/+4
2016-12-20Indicate that `BTreeSet::iter` returns values in ascending order.Corey Farwell-1/+14
2016-12-15Simplify `BTreeSet::iter` doc example.Corey Farwell-8/+6
2016-12-15Document how `BTreeSet` iterator structures are created.Corey Farwell-0/+36
2016-12-14Indicate `BTreeSet` in docs is code-like.Corey Farwell-5/+5
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-0/+5
2016-09-13Doc correction: btreeathulappadan-1/+1
2016-09-11Documentation for default types modifiedathulappadan-1/+1
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-08-18Add a FusedIterator trait.Steven Allen-1/+20
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-7/+2
2016-06-10Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}`Andrew Paseltiner-2/+2
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-0/+37
2016-04-29Make Btreeset::Insert docs more consistentBrayden Winterton-2/+2
2016-04-22Implement `append` for b-trees.Johannes Oertel-0/+35
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-3/+3
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-2/+2
2016-03-08Add missing documentation examples for BTreeSet.Nathan Kleyn-0/+30
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-2/+2
2016-01-26Add size hints for BTreeSet iteratorsMatt Brubeck-2/+27
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