| Age | Commit message (Expand) | Author | Lines |
| 2016-01-20 | Auto merge of #31038 - gereeter:btree-panic, r=Gankro | bors | -2/+2 |
| 2016-01-19 | In BTreeMap's merge function, adjust the length of the node before moving ele... | Jonathan S | -2/+2 |
| 2016-01-18 | Make `btree_set::{IntoIter, Iter, Range}` covariant | Andrew Paseltiner | -19/+9 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -17/+39 |
| 2016-01-16 | Rewrite BTreeMap to use parent pointers. | Jonathan S | -2591/+1880 |
| 2016-01-16 | Auto merge of #30939 - shepmaster:btreeset-insert-return-value, r=alexcrichton | bors | -1/+1 |
| 2016-01-15 | BTreeSet::insert returns false when key already exists | Jake Goulding | -1/+1 |
| 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 | -12/+12 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -6/+6 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-14 | Add links in BTreeSet docs | Ori Avtalion | -3/+8 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -30/+5 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -386/+566 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -386/+566 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -1/+0 |
| 2015-11-16 | Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton | bors | -2/+3 |
| 2015-11-14 | docs: Clarify insertion behavior for maps | Vadim Petrochenkov | -2/+3 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -0/+1 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -2/+0 |
| 2015-10-22 | Document replacement behavior in some collections | Steve Klabnik | -4/+16 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -2/+2 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+3 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+3 |
| 2015-09-30 | Auto merge of #28731 - bluss:by-ref, r=alexcrichton | bors | -1/+1 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -1/+1 |
| 2015-09-18 | Avoid zero-sized leaf allocations in `BTreeMap` | Andrew Paseltiner | -1/+6 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -0/+5 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -1/+1 |
| 2015-08-31 | hide docs for private `collections::btree::Recover` trait | Andrew Paseltiner | -0/+1 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -9/+128 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -3/+3 |
| 2015-08-18 | Auto merge of #27624 - apasel422:issue-27620, r=Gankro | bors | -2/+23 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -4/+11 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -12/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -11/+0 |
| 2015-08-10 | Remove transmute from `btree::node::Node::as_slices_internal_mut` | Andrew Paseltiner | -2/+23 |
| 2015-08-09 | Change TODO to FIXME | Tobias Bucher | -1/+1 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -6/+7 |
| 2015-08-05 | Fully generalize `BTree{Map, Set}` range iterators | Andrew Paseltiner | -6/+22 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -4/+8 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -3/+6 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -5/+5 |
| 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 | -3/+3 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -4/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |