summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-7/+0
2017-04-22Fix invalid linkageGuillaume Gomez-2/+2
2017-04-20Remove OccupiedEntry::remove_pairJosh Stone-7/+0
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/+10
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-5/+8
2017-04-13Various fixes throughout std::collections' docslukaramu-1/+1
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-24/+78
2017-04-10Apply clippy's doc_markdown improvements to libcollectionsAndre Bogus-12/+12
2017-03-24Unnecessary iteration in BTreeMap::dropStepan Koltsov-2/+1
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-3/+3
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-5/+4
2017-03-17Stabilize btree_range, closes #27787Aaron Turon-10/+2
2017-02-15Auto merge of #39457 - bvinc:master, r=alexcrichtonbors-115/+92
2017-02-10Dont segfault if btree range is not in orderBrian Vincent-115/+92
2017-02-09Update set operations documentationJethro Beekman-7/+17
2017-02-05Replace PlaceBack Debug implementation with deriveGuillaume Gomez-44/+20
2017-01-20Remove Debug implementations specializationGuillaume Gomez-105/+0
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+228
2017-01-16Rollup merge of #39106 - istankovic:patch-2, r=GuillaumeGomezGuillaume Gomez-1/+1
2017-01-16libcollections: btree/set: fix a typoIvan Stankovic-1/+1
2017-01-16libcollections: btree/map: fix typosIvan Stankovic-2/+2
2017-01-14update docs with new syntaxdjzin-9/+9
2017-01-14update docs with new syntaxdjzin-12/+18
2017-01-14fix warnings in doctestsdjzin-4/+3
2017-01-14shorten range syntaxdjzin-1/+1
2017-01-14simplify some rangesdjzin-2/+2
2017-01-14add type annotations to doctestdjzin-1/+1
2017-01-14use rangeargument for range_mutdjzin-7/+6
2017-01-14fix up testsdjzin-4/+4
2017-01-14change argument for btree_rangedjzin-12/+9
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-2/+2
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-2/+1
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/+40
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/+2
2016-09-03Add missing urlsGuillaume Gomez-4/+8
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-2/+46
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-8/+11
2016-08-18Add a FusedIterator trait.Steven Allen-2/+46
2016-07-20Add doc for btree_map typesggomez-2/+189
2016-07-19Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry}Guillaume Gomez-0/+33
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-14/+4
2016-06-15Map::Entry::take() method to recover key and value togetherSean McArthur-0/+12