| Age | Commit message (Expand) | Author | Lines |
| 2017-01-16 | Rollup merge of #39106 - istankovic:patch-2, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2017-01-16 | libcollections: btree/set: fix a typo | Ivan Stankovic | -1/+1 |
| 2017-01-16 | libcollections: btree/map: fix typos | Ivan Stankovic | -2/+2 |
| 2017-01-14 | update docs with new syntax | djzin | -9/+9 |
| 2017-01-14 | update docs with new syntax | djzin | -12/+18 |
| 2017-01-14 | fix warnings in doctests | djzin | -4/+3 |
| 2017-01-14 | shorten range syntax | djzin | -1/+1 |
| 2017-01-14 | simplify some ranges | djzin | -2/+2 |
| 2017-01-14 | add type annotations to doctest | djzin | -1/+1 |
| 2017-01-14 | use rangeargument for range_mut | djzin | -7/+6 |
| 2017-01-14 | fix up tests | djzin | -4/+4 |
| 2017-01-14 | change argument for btree_range | djzin | -12/+9 |
| 2017-01-13 | Change `to_owned` to `to_string` in docs | Stjepan Glavina | -2/+2 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -2/+1 |
| 2016-12-20 | Indicate that `BTreeSet::iter` returns values in ascending order. | Corey Farwell | -1/+14 |
| 2016-12-15 | Simplify `BTreeSet::iter` doc example. | Corey Farwell | -8/+6 |
| 2016-12-15 | Document how `BTreeSet` iterator structures are created. | Corey Farwell | -0/+36 |
| 2016-12-14 | Indicate `BTreeSet` in docs is code-like. | Corey Farwell | -5/+5 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -0/+40 |
| 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/+2 |
| 2016-09-03 | Add missing urls | Guillaume Gomez | -4/+8 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -2/+46 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -8/+11 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -2/+46 |
| 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 | -14/+4 |
| 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 | -4/+4 |
| 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 | -92/+411 |
| 2016-05-24 | 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 |