summary refs log tree commit diff
path: root/src/libcollections/btree
AgeCommit message (Expand)AuthorLines
2016-08-22std: Stabilize APIs for the 1.12 releaseAlex Crichton-8/+11
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
2016-06-10Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}`Andrew Paseltiner-4/+4
2016-06-10Rollup merge of #34175 - rwz:patch-2, r=alexcrichtonSeo Sanghyeon-1/+1
2016-06-08Fix BTreeMap example typoPavel Pravosud-1/+1
2016-06-05run rustfmt on map.rs in libcollections/btree folderSrinivas Reddy Thatiparthy-220/+274
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-92/+411
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-10/+9
2016-04-30Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomezbors-2/+2
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+9
2016-04-29Make Btreeset::Insert docs more consistentBrayden Winterton-2/+2
2016-04-22Implement `append` for b-trees.Johannes Oertel-24/+339
2016-04-21Add Entry::keySteven Fackler-0/+9
2016-04-17Rollup merge of #31441 - gereeter:btree-docs, r=blussManish Goregaokar-5/+176
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-3/+3
2016-04-01Implement `values_mut` on `BTreeMap`.Corey Farwell-0/+60
2016-03-15Use issue number from rust-lang/rust, not rust-lang/rfcs.Stu Black-2/+2
2016-03-14Expose the key of Entry variants for HashMap and BTreeMap.Stu Black-0/+13
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-2/+2
2016-03-10Rollup merge of #32136 - nathankleyn:improve-docs-for-btreeset, r=steveklabnikSteve Klabnik-0/+30
2016-03-09collections: Fix broken doc exampleAlex Crichton-1/+1
2016-03-09Add missing "basic usage" sections to docs, fix review comments.Nathan Kleyn-1/+36
2016-03-08Add missing documentation examples for BTreeSet.Nathan Kleyn-0/+30
2016-03-08Add missing documentation examples for BTreeMap.Nathan Kleyn-0/+76
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-2/+2
2016-02-25Fix review comments in BTreeMap's Node documentationJonathan S-71/+96
2016-02-23Register new snapshotsAaron Turon-2/+2
2016-02-15clarify how insert() doesn't update keysJack O'Connor-3/+4
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-05Start documenting BTreeMap's node interfaceJonathan S-3/+149
2016-01-26Add size hints for BTreeSet iteratorsMatt Brubeck-2/+27
2016-01-22Document that BTreeMap iteration is in orderMatt Brubeck-10/+10
2016-01-20Auto merge of #31038 - gereeter:btree-panic, r=Gankrobors-2/+2
2016-01-19In BTreeMap's merge function, adjust the length of the node before moving ele...Jonathan S-2/+2
2016-01-18Make `btree_set::{IntoIter, Iter, Range}` covariantAndrew Paseltiner-19/+9
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-17/+39
2016-01-16Rewrite BTreeMap to use parent pointers.Jonathan S-2591/+1880
2016-01-16Auto merge of #30939 - shepmaster:btreeset-insert-return-value, r=alexcrichtonbors-1/+1
2016-01-15BTreeSet::insert returns false when key already existsJake Goulding-1/+1
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+6
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-12/+12
2015-12-18Fix the falloutVadim Petrochenkov-6/+6
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-14Add links in BTreeSet docsOri Avtalion-3/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-30/+5
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-386/+566
2015-11-24rustfmt libcollectionsNick Cameron-386/+566