| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -8/+11 |
| 2016-07-20 | Add doc for btree_map types | ggomez | -2/+189 |
| 2016-07-19 | Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry} | Guillaume Gomez | -0/+33 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -7/+2 |
| 2016-06-15 | Map::Entry::take() method to recover key and value together | Sean McArthur | -0/+12 |
| 2016-06-10 | Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}` | Andrew Paseltiner | -2/+2 |
| 2016-06-10 | Rollup merge of #34175 - rwz:patch-2, r=alexcrichton | Seo Sanghyeon | -1/+1 |
| 2016-06-08 | Fix BTreeMap example typo | Pavel Pravosud | -1/+1 |
| 2016-06-05 | run rustfmt on map.rs in libcollections/btree folder | Srinivas Reddy Thatiparthy | -220/+274 |
| 2016-06-01 | Implement split_off for BTreeMap and BTreeSet (RFC 509) | Andrey Tonkih | -2/+170 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -10/+9 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -24/+165 |
| 2016-04-21 | Add Entry::key | Steven Fackler | -0/+9 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+60 |
| 2016-03-15 | Use issue number from rust-lang/rust, not rust-lang/rfcs. | Stu Black | -2/+2 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+13 |
| 2016-03-09 | collections: Fix broken doc example | Alex Crichton | -1/+1 |
| 2016-03-09 | Add missing "basic usage" sections to docs, fix review comments. | Nathan Kleyn | -1/+36 |
| 2016-03-08 | Add missing documentation examples for BTreeMap. | Nathan Kleyn | -0/+76 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -2/+2 |
| 2016-02-15 | clarify how insert() doesn't update keys | Jack O'Connor | -3/+4 |
| 2016-01-22 | Document that BTreeMap iteration is in order | Matt Brubeck | -10/+10 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -9/+26 |
| 2016-01-16 | Rewrite BTreeMap to use parent pointers. | Jonathan S | -1214/+938 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -2/+6 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -8/+8 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -18/+5 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -157/+258 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -157/+258 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-14 | docs: Clarify insertion behavior for maps | Vadim Petrochenkov | -2/+3 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -2/+8 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -0/+3 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -9/+92 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -3/+3 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -2/+7 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -12/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -5/+0 |
| 2015-08-05 | Fully generalize `BTree{Map, Set}` range iterators | Andrew Paseltiner | -3/+11 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+4 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+4 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -4/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -2/+2 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |