| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-03 | str: fix comments for FromStr for bool | Lai Jiangshan | -2/+13 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -0/+2 |
| 2015-02-27 | Add some missing stability attributes on struct fields. | Huon Wilson | -0/+1 |
| 2015-02-20 | Addressed PR comments | Marvin Löbel | -56/+197 |
| 2015-02-20 | Fix tidy and rebase fallout | Marvin Löbel | -15/+27 |
| 2015-02-20 | Added a Pattern impl that delegates to the dereference of a type. | Marvin Löbel | -22/+89 |
| 2015-02-20 | Refactored code into Searcher traits with naive implementations | Marvin Löbel | -372/+451 |
| 2015-02-20 | Made match_indices use the generic pattern API | Marvin Löbel | -29/+34 |
| 2015-02-20 | Made str::MatchIndices a private implementantion detail | Marvin Löbel | -10/+24 |
| 2015-02-20 | Added string pattern traits and basic implementantions | Marvin Löbel | -126/+282 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-15 | Audit integer types in libunicode, libcore/(char, str) and libstd/ascii | Vadim Petrochenkov | -77/+79 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -3/+3 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -4/+4 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -2/+2 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -10/+0 |
| 2015-02-01 | std: Remove extra type params on iter adaptors | Alex Crichton | -2/+2 |