| Age | Commit message (Expand) | Author | Lines |
| 2016-01-19 | Rollup merge of #31008 - barosl:typo, r=bluss | Manish Goregaokar | -2/+2 |
| 2016-01-19 | Rollup merge of #30998 - apasel422:btree-set-variance, r=Gankro | Manish Goregaokar | -19/+9 |
| 2016-01-19 | Rollup merge of #30981 - boblehest:tmp, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-01-19 | Fix typo | Barosl Lee | -2/+2 |
| 2016-01-18 | Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss | bors | -30/+0 |
| 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-17 | Move zst test from libcollections to src/test | Keith Yeung | -30/+0 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -33/+43 |
| 2016-01-16 | Rewrite BTreeMap to use parent pointers. | Jonathan S | -2593/+1882 |
| 2016-01-17 | Fix typo in std::fmt docs | Jørn Lode | -2/+2 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -33/+43 |
| 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-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -4/+10 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -4/+10 |
| 2016-01-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -6/+9 |
| 2016-01-14 | Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisa | Manish Goregaokar | -2/+3 |
| 2016-01-14 | Rollup merge of #30770 - steveklabnik:gh30345, r=brson | Manish Goregaokar | -0/+36 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -6/+9 |
| 2016-01-13 | update tracking issue for collections_range | Alex Burka | -2/+3 |
| 2016-01-13 | Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton | bors | -11/+14 |
| 2016-01-12 | Add some examples to std::string | Steve Klabnik | -0/+36 |
| 2016-01-11 | Auto merge of #30534 - bluss:binary-heap-fast-pop, r=Gankro | bors | -1/+26 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -12/+12 |
| 2016-01-02 | Fix off-by-one in String::remove | diwic | -3/+3 |
| 2015-12-31 | Make `LinkedList` and its read-only iterators covariant | Andrew Paseltiner | -7/+15 |
| 2015-12-26 | Fix some links in str docs | Florian Hartwig | -3/+3 |
| 2015-12-23 | BinaryHeap: Use full sift down in .pop() | Ulrik Sverdrup | -1/+26 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -16/+4 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -6/+6 |
| 2015-12-18 | Auto merge of #30272 - tshepang:doc-drain, r=bluss | bors | -15/+26 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -6/+6 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -9/+0 |
| 2015-12-17 | doc: improve drain examples and remove secondary info from leading paragraph | Tshepang Lekhonkhobe | -15/+26 |
| 2015-12-17 | doc: no need to duplicate docs on renamed API | Tshepang Lekhonkhobe | -9/+0 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+3 |
| 2015-12-14 | Add links in BTreeSet docs | Ori Avtalion | -3/+8 |
| 2015-12-14 | Auto merge of #30369 - jethrogb:patch-2, r=steveklabnik | bors | -8/+8 |
| 2015-12-13 | Make BinaryHeap Dijkstra example return Option | jethrogb | -8/+8 |
| 2015-12-13 | restore tests accidentally removed in #30182 | Tamir Duberstein | -0/+3 |
| 2015-12-11 | Auto merge of #30308 - tsion:typo, r=sanxiyn | bors | -2/+2 |
| 2015-12-10 | Improve documentation on String's methods | Steve Klabnik | -94/+294 |
| 2015-12-10 | Correct 'bye' to 'byte' in str docs. | Scott Olson | -2/+2 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -84/+7 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -15/+1 |
| 2015-12-07 | Fix some str docs to refer to patterns | William Throwe | -10/+13 |
| 2015-12-07 | Let str::replace take a pattern | William Throwe | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -46/+95 |
| 2015-12-02 | Auto merge of #30146 - steveklabnik:doc_string_intro, r=brson | bors | -4/+194 |