| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-30 | rollup merge of #21760: brson/snaps | Alex Crichton | -9/+0 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -14/+39 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -14/+39 |
| 2015-01-30 | remove Copy impls from iterators | Jorge Aparicio | -3/+4 |
| 2015-01-29 | Register snaps | Brian Anderson | -9/+0 |
| 2015-01-30 | Rename FullRange to RangeFull | Nick Cameron | -0/+10 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -1/+0 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-28 | Move return type an associated type of the `Fn*` traits. Mostly this involves... | Niko Matsakis | -0/+11 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -54/+72 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -44/+98 |
| 2015-01-25 | Moving away from deprecated i/u suffixes in libcore | Alfie John | -5/+5 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -49/+67 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -34/+34 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -1/+2 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -8/+8 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -8/+8 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -45/+52 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -41/+69 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -1/+27 |