| Age | Commit message (Expand) | Author | Lines |
| 2016-09-13 | Doc correction: btree | athulappadan | -1/+1 |
| 2016-09-11 | Documentation for default types modified | athulappadan | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+20 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -7/+2 |
| 2016-06-10 | Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}` | Andrew Paseltiner | -2/+2 |
| 2016-06-01 | Implement split_off for BTreeMap and BTreeSet (RFC 509) | Andrey Tonkih | -0/+37 |
| 2016-04-29 | Make Btreeset::Insert docs more consistent | Brayden Winterton | -2/+2 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -0/+35 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+3 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -2/+2 |
| 2016-03-08 | Add missing documentation examples for BTreeSet. | Nathan Kleyn | -0/+30 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -2/+2 |
| 2016-01-26 | Add size hints for BTreeSet iterators | Matt Brubeck | -2/+27 |
| 2016-01-18 | Make `btree_set::{IntoIter, Iter, Range}` covariant | Andrew Paseltiner | -19/+9 |
| 2016-01-15 | BTreeSet::insert returns false when key already exists | Jake Goulding | -1/+1 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -4/+4 |
| 2015-12-14 | Add links in BTreeSet docs | Ori Avtalion | -3/+8 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -12/+0 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -61/+143 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -61/+143 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -0/+1 |
| 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-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -0/+2 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -0/+28 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -2/+4 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-05 | Fully generalize `BTree{Map, Set}` range iterators | Andrew Paseltiner | -1/+5 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -1/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -2/+2 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+7 |
| 2015-05-20 | Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton | bors | -16/+6 |
| 2015-05-19 | collections: Clean up feature flags doc examples | Ulrik Sverdrup | -16/+6 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -1/+1 |
| 2015-04-17 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -24/+18 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -2/+2 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -5/+1 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -7/+4 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+11 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+11 |
| 2015-03-21 | implement `Clone` for `btree` iterators | Andrew Paseltiner | -0/+26 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -177/+0 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+4 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-24 | Change `Debug` implementation of `BTree*` as well | Tobias Bucher | -3/+3 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -10/+10 |