| Age | Commit message (Expand) | Author | Lines |
| 2016-05-26 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -10/+9 |
| 2016-04-30 | Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez | bors | -2/+2 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |
| 2016-04-29 | Make Btreeset::Insert docs more consistent | Brayden Winterton | -2/+2 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -24/+339 |
| 2016-04-21 | Add Entry::key | Steven Fackler | -0/+9 |
| 2016-04-17 | Rollup merge of #31441 - gereeter:btree-docs, r=bluss | Manish Goregaokar | -5/+176 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+3 |
| 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-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -2/+2 |
| 2016-03-10 | Rollup merge of #32136 - nathankleyn:improve-docs-for-btreeset, r=steveklabnik | Steve Klabnik | -0/+30 |
| 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 BTreeSet. | Nathan Kleyn | -0/+30 |
| 2016-03-08 | Add missing documentation examples for BTreeMap. | Nathan Kleyn | -0/+76 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -2/+2 |
| 2016-02-25 | Fix review comments in BTreeMap's Node documentation | Jonathan S | -71/+96 |
| 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-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-05 | Start documenting BTreeMap's node interface | Jonathan S | -3/+149 |
| 2016-01-26 | Add size hints for BTreeSet iterators | Matt Brubeck | -2/+27 |
| 2016-01-22 | Document that BTreeMap iteration is in order | Matt Brubeck | -10/+10 |
| 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 |