| Age | Commit message (Expand) | Author | Lines |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -18/+18 |
| 2015-04-02 | Implement PartialEq<str> for String and Cow | Gleb Kozyrev | -0/+2 |
| 2015-04-02 | Change PartialEq impls in collections::string to slice notation | Gleb Kozyrev | -10/+10 |
| 2015-04-02 | Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-beta | bors | -6/+6 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -3/+7 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -1/+1 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -17/+35 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -17/+35 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -11/+0 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -3/+7 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -11/+13 |
| 2015-03-31 | rollup merge of #23901: steveklabnik/fix_links_str | Alex Crichton | -15/+12 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -12/+12 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -5/+4 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -233/+11 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -12/+18 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -4/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -233/+11 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -9/+8 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -5/+4 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -12/+12 |
| 2015-03-31 | Fixup primitive.str docs | Steve Klabnik | -15/+12 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -12/+18 |
| 2015-03-31 | rollup merge of #23669: steveklabnik/doc_std_borrow | Alex Crichton | -0/+56 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -5/+2 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -5/+2 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -5/+2 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -46/+48 |
| 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 |