| Age | Commit message (Expand) | Author | Lines |
| 2015-04-07 | std: Hide facade extension traits in docs | Alex Crichton | -0/+1 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -363/+587 |
| 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-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -1/+1 |
| 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 | -11/+9 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -11/+9 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -16/+0 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -141/+125 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -2/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -2/+2 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -88/+0 |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -8/+7 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -0/+1 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -1/+28 |
| 2015-03-24 | core: Update docs for StrExt demotion in libstd | Ulrik Sverdrup | -8/+7 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+78 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -13/+7 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -0/+4 |
| 2015-03-23 | Remove auto-deref'ing Pattern impl because it conflicts with other | Niko Matsakis | -13/+7 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -0/+4 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+78 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -1/+28 |
| 2015-03-19 | StrExt::splitn should not require a DoubleEndedSearcher | Jake Goulding | -29/+36 |
| 2015-03-19 | Introduce rsplit | Jake Goulding | -1/+88 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -2/+2 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -4/+7 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -3/+3 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -3/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -2/+2 |
| 2015-03-11 | Auto merge of #23251 - tbu-:pr_rm_core_str_checked_add, r=alexcrichton | bors | -1/+4 |
| 2015-03-10 | Auto merge of #23249 - tbu-:pr_rm_core_str_macros, r=alexcrichton | bors | -41/+40 |
| 2015-03-10 | Remove unneeded `saturating_add` | Tobias Bucher | -1/+4 |
| 2015-03-10 | Remove unneeded macro witchery | Tobias Bucher | -41/+40 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -4/+4 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -4/+5 |
| 2015-03-03 | Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichton | Manish Goregaokar | -2/+13 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -4/+5 |