summary refs log tree commit diff
path: root/src/libcollections/btree/map.rs
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-7/+2
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-2/+2
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-2/+170
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-10/+9
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+9
2016-04-22Implement `append` for b-trees.Johannes Oertel-24/+165
2016-04-21Add Entry::keySteven Fackler-0/+9
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-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 BTreeMap.Nathan Kleyn-0/+76
2016-02-23Register new snapshotsAaron Turon-2/+2
2016-02-15clarify how insert() doesn't update keysJack O'Connor-3/+4
2016-01-22Document that BTreeMap iteration is in orderMatt Brubeck-10/+10
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-9/+26
2016-01-16Rewrite BTreeMap to use parent pointers.Jonathan S-1214/+938
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-8/+8
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-18/+5
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-157/+258
2015-11-24rustfmt libcollectionsNick Cameron-157/+258
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-14docs: Clarify insertion behavior for mapsVadim Petrochenkov-2/+3
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-2/+8
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-0/+3
2015-08-28implement RFC 1194Andrew Paseltiner-9/+92
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-3/+3
2015-08-15collections: Add issues for unstable featuresAlex Crichton-2/+7
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-12/+0
2015-08-11Register new snapshotsAlex Crichton-5/+0
2015-08-05Fully generalize `BTree{Map, Set}` range iteratorsAndrew Paseltiner-3/+11
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+4
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-4/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2