| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | rollup merge of #23269: shepmaster/split-not-double-ended | Alex Crichton | -9/+36 |
| 2015-03-23 | Remove auto-deref'ing Pattern impl because it conflicts with other | Niko Matsakis | -0/+20 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -30/+96 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+163 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-23 | Rollup merge of #23509 - aturon:stab-entry, r=Gankro | Steve Klabnik | -15/+17 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+63 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -1/+184 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -0/+12 |
| 2015-03-23 | document iteration order for `vec_deque::IntoIter` | Andrew Paseltiner | -1/+1 |
| 2015-03-23 | implement `ExactSizeIterator` for `linked_list::IntoIter` | Andrew Paseltiner | -0/+2 |
| 2015-03-23 | implement `Clone` for various iterators | Andrew Paseltiner | -0/+5 |
| 2015-03-23 | Rollup merge of #23559 - aturon:future-proof-map-index, r=Gankro | Manish Goregaokar | -10/+1 |
| 2015-03-22 | Note order of BinaryHeap::drain | Steve Klabnik | -0/+2 |
| 2015-03-21 | implement `Clone` for `btree` iterators | Andrew Paseltiner | -0/+41 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -3/+4 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -10/+1 |
| 2015-03-19 | StrExt::splitn should not require a DoubleEndedSearcher | Jake Goulding | -10/+9 |
| 2015-03-19 | Introduce rsplit | Jake Goulding | -2/+30 |
| 2015-03-18 | Stabilize Entry types | Aaron Turon | -15/+17 |
| 2015-03-19 | Document {:.*} | Steve Klabnik | -5/+12 |
| 2015-03-19 | Small formatting fixes to fmt.rs | Steve Klabnik | -22/+23 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2223/+16 |
| 2015-03-18 | Rollup merge of #23455 - Ryman:trim_matches_doc, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -60/+108 |
| 2015-03-17 | Fix documentation for StrExt::trim_matches | Kevin Butler | -2/+2 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -34/+34 |
| 2015-03-16 | better document the hacks required to test libcollections | Jorge Aparicio | -103/+133 |
| 2015-03-16 | fix after rebase | Jorge Aparicio | -0/+1 |
| 2015-03-16 | move some tests back to libcollections | Jorge Aparicio | -0/+564 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -9217/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -2/+7 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+892 |
| 2015-03-16 | impl str | Jorge Aparicio | -0/+1140 |
| 2015-03-16 | impl char | Jorge Aparicio | -1/+0 |
| 2015-03-16 | Auto merge of #23342 - apasel422:23327, r=alexcrichton | bors | -0/+18 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -3/+4 |
| 2015-03-16 | document undefined collection behavior with interior mutability | Andrew Paseltiner | -0/+18 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -34/+34 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -3/+4 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -26/+13 |
| 2015-03-12 | Rollup merge of #23270 - frewsxcv:patch-5, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-12 | Rollup merge of #23297 - steveklabnik:examples, r=huonw | Manish Goregaokar | -17/+17 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -17/+17 |
| 2015-03-11 | Auto merge of #23256 - apasel422:bound, r=alexcrichton | bors | -0/+1 |
| 2015-03-10 | Fix markdown bullet points in function docs | Corey Farwell | -0/+1 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -24/+55 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -24/+55 |
| 2015-03-10 | derive common traits for `collections::Bound` | Andrew Paseltiner | -0/+1 |