| Age | Commit message (Expand) | Author | Lines |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -42/+34 |
| 2015-03-25 | Rollup merge of #23617 - steveklabnik:gh23564, r=Manishearth | Manish Goregaokar | -0/+2 |
| 2015-03-25 | Auto merge of #23670 - cmr:vec-push-slowpath, r=pcwalton | bors | -9/+16 |
| 2015-03-24 | collections: Update docs for slice since SliceExt was removed | Ulrik Sverdrup | -41/+33 |
| 2015-03-24 | core: Update docs for StrExt demotion in libstd | Ulrik Sverdrup | -1/+1 |
| 2015-03-24 | libcollections: move Vec::push slow path out | Corey Richardson | -9/+16 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -2/+4 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -12/+20 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -1/+164 |
| 2015-03-23 | rollup merge of #23648: steveklabnik/rollup | Alex Crichton | -15/+17 |
| 2015-03-23 | rollup merge of #23637: apasel422/iter | Alex Crichton | -1/+8 |
| 2015-03-23 | rollup merge of #23604: apasel422/btree | Alex Crichton | -0/+41 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -3/+259 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -0/+20 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -30/+96 |
| 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 |