| Age | Commit message (Expand) | Author | Lines |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -363/+587 |
| 2015-04-06 | Remove unnecessary returns in API examples | Corey Farwell | -3/+3 |
| 2015-04-05 | Remove external iterator in CharIndices comment and the reference to the std:... | Guillaume Gomez | -2/+1 |
| 2015-04-05 | Added smoke tests for new methods. | Marvin Löbel | -10/+23 |
| 2015-04-05 | Refactored core::str::pattern to become a user-facing module and hide away | Marvin Löbel | -13/+17 |
| 2015-04-05 | Re-added Clone impls to all str iterators | Marvin Löbel | -9/+82 |
| 2015-04-05 | Implemented remaining string pattern iterators. | Marvin Löbel | -344/+478 |
| 2015-04-05 | Auto merge of #24067 - apasel422:patch-1, r=Gankro | bors | -4/+4 |
| 2015-04-04 | Auto merge of #24045 - frewsxcv:cleanup, r=alexcrichton | bors | -90/+62 |
| 2015-04-04 | s/Perform/Performs/ | Andrew Paseltiner | -4/+4 |
| 2015-04-04 | Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnik | Manish Goregaokar | -7/+5 |
| 2015-04-04 | Rollup merge of #24038 - frewsxcv:patch-9, r=steveklabnik | Manish Goregaokar | -6/+2 |
| 2015-04-04 | Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-03 | Cleanup and modernize some things in libcore::iter | Corey Farwell | -90/+62 |
| 2015-04-03 | Make example function in comment more idiomatic | Corey Farwell | -7/+5 |
| 2015-04-03 | Simplify `match` branches in documentation comment | Corey Farwell | -6/+2 |
| 2015-04-03 | Revert accidental change from stable -> unstable; just meant to | Niko Matsakis | -4/+4 |
| 2015-04-03 | Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelix | bors | -73/+35 |
| 2015-04-03 | Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton | bors | -1/+1 |
| 2015-04-02 | Indicate associated type in comment is code-like | Corey Farwell | -1/+1 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -5/+5 |
| 2015-04-02 | Remove *most* mentions of phantom fns and variance on traits. Leave some | Niko Matsakis | -6/+22 |
| 2015-04-02 | Deprecate MarkerTrait and PhantomFn. | Niko Matsakis | -67/+13 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -40/+52 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -11/+73 |
| 2015-04-01 | Fix bug in `OverflowOps` impl for unsigned integers. | Felix S. Klock II | -3/+49 |
| 2015-04-01 | removed impls of `Neg` for `u{8,16,32,64,size}`. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -8/+24 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -17/+17 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -17/+17 |
| 2015-04-01 | rollup merge of #23947: aturon/revise-num | Alex Crichton | -0/+20 |
| 2015-04-01 | rollup merge of #23867: nikomatsakis/issue-23086-take-3 | Alex Crichton | -94/+20 |
| 2015-04-01 | Re-add min_value, max_value methods | Aaron Turon | -0/+20 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -94/+20 |
| 2015-04-02 | Rollup merge of #23927 - frewsxcv:patch-7, r=Manishearth | Manish Goregaokar | -4/+2 |
| 2015-04-02 | Rollup merge of #23925 - steveklabnik:gh22914, r=Gankro | Manish Goregaokar | -12/+6 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -0/+49 |
| 2015-04-01 | Missing imports | Niko Matsakis | -0/+2 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -40/+50 |
| 2015-04-01 | Make the trait Copy extend Clone. | Niko Matsakis | -1/+1 |
| 2015-04-01 | Fallout in libstd: remove impls now considered to conflict. | Niko Matsakis | -6/+8 |
| 2015-04-01 | Add `#[fundamental]` annotations into libcore so that `Sized` and the | Niko Matsakis | -0/+6 |
| 2015-04-01 | Simplify `match` branches in iter.rs example | Corey Farwell | -4/+2 |
| 2015-04-01 | Don't reborrow the target of a `write!()` | Chris Wong | -1/+1 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -0/+130 |
| 2015-04-01 | Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps. | Felix S. Klock II | -0/+130 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+2 |
| 2015-03-31 | Improvements to PhantomData<T>'s docs 👻 | Steve Klabnik | -12/+6 |
| 2015-03-31 | rollup merge of #23899: steveklabnik/gh23851 | Alex Crichton | -9/+12 |