| Age | Commit message (Expand) | Author | Lines |
| 2015-03-30 | Document std::borrow with examples | Steve Klabnik | -0/+56 |
| 2015-03-30 | Document the effect of `#` on array formatting | Matt Brubeck | -6/+6 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -9/+8 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -46/+48 |
| 2015-03-30 | convert: add Into<Cow> impls for &str and String | Sean McArthur | -2/+19 |
| 2015-03-30 | Change max size to isize | bcoopers | -8/+14 |
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -18/+18 |
| 2015-03-29 | If doubling the vector in reserve() brings you over usize::MAX, | bcoopers | -1/+1 |
| 2015-03-29 | change std::usize to usize | bcoopers | -2/+2 |
| 2015-03-29 | Vector can currently panic when pushing an element or reserving space | bcoopers | -5/+11 |
| 2015-03-29 | Rollup merge of #23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcri... | Manish Goregaokar | -2/+2 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -24/+4 |
| 2015-03-28 | Fix typo in docstring for slice | Nicholas Bishop | -2/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -6/+5 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -15/+3 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -21/+13 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+1 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -226/+0 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -1/+0 |
| 2015-03-27 | rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntax | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23721: erickt/deprecate | Alex Crichton | -34/+23 |
| 2015-03-27 | rollup merge of #23535: pnkfelix/fsk-filling-drop | Alex Crichton | -5/+7 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -8/+8 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -22/+4 |
| 2015-03-26 | entry API v3: replace Entry::get with Entry::default and Entry::default_with | Alexis | -1/+49 |
| 2015-03-26 | syntax: Remove parsing of old slice syntax | Alex Crichton | -1/+1 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -226/+0 |
| 2015-03-26 | Deprecate as_mut_slice methods | Erick Tryzelaar | -34/+23 |
| 2015-03-26 | Added instability markers to `POST_DROP_*` consts, and related opt-in's. | Felix S. Klock II | -1/+1 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -4/+6 |
| 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 |