| Age | Commit message (Expand) | Author | Lines |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -0/+2 |
| 2015-03-05 | Use more associated types in core::iter. | Huon Wilson | -46/+48 |
| 2015-03-05 | Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichton | Manish Goregaokar | -36/+36 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -36/+36 |
| 2015-03-05 | Rollup merge of #23001 - alexcrichton:index-output-stable, r=nikomatsakis | Manish Goregaokar | -0/+1 |
| 2015-03-04 | Auto merge of #22958 - laijs:option_map_for_iter_map, r=alexcrichton | bors | -16/+3 |
| 2015-03-03 | std: Mark `Index::Output` as a stable associated type | Alex Crichton | -0/+1 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -19/+356 |
| 2015-03-03 | Rollup merge of #22988 - dcrewi:slice-swap-inline, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-03 | Rollup merge of #22952 - huonw:missing-stable, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-03-03 | Rollup merge of #22951 - huonw:weak-chuck-slice, r=alexcrichton | Manish Goregaokar | -2/+22 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-03-03 | Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichton | Manish Goregaokar | -2/+13 |
| 2015-03-03 | Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-03-03 | Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichton | Manish Goregaokar | -12/+9 |
| 2015-03-03 | `core::iter`: fix bug uncovered by arith-overflow. | Felix S. Klock II | -1/+5 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -6/+22 |
| 2015-03-03 | fix Iter::rposition for new arith-overflow checking. | Felix S. Klock II | -2/+3 |
| 2015-03-03 | Added `OverflowingOps` trait to core::num::wrapping. | Felix S. Klock II | -0/+148 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -10/+167 |
| 2015-03-03 | rustc: implement arithmetic overflow checking | Corey Richardson | -0/+11 |
| 2015-03-03 | str: fix comments for FromStr for bool | Lai Jiangshan | -2/+13 |
| 2015-03-02 | Slice::swap should be inlineable | David Creswick | -0/+1 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -61/+121 |
| 2015-03-02 | Enable recursion for visit_ty in lint visitor | Ivan Petkov | -0/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-03-02 | iter: use Option::map() in struct Iterater::map() | Lai Jiangshan | -16/+3 |
| 2015-03-02 | Add missing stability attributes on struct fields. | Huon Wilson | -0/+2 |
| 2015-03-02 | Manual Clone for Windows/Chunks. | Huon Wilson | -2/+22 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -44/+1 |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -1/+2 |
| 2015-03-01 | Rollup merge of #22901 - thepowersgang:patch-1, r=eddyb | Manish Goregaokar | -1/+1 |
| 2015-03-01 | Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonw | Manish Goregaokar | -5/+1 |
| 2015-02-28 | Cleanup in the fmt::num module | Ryan Prichard | -12/+9 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -41/+0 |
| 2015-03-01 | Remove int/uint | GuillaumeGomez | -3/+1 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+2 |
| 2015-02-28 | Fix assuming 32-bit pointers | John Hodge | -1/+1 |
| 2015-02-28 | Remove two unsafe impls from `iter::Peekable` | Edward Wang | -5/+1 |
| 2015-02-28 | Rollup merge of #22887 - JP-Ellis:master, r=huonw | Manish Goregaokar | -34/+20 |
| 2015-02-28 | Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw | bors | -0/+3 |
| 2015-02-28 | Update iter::order to be more generic. | JP-Ellis | -34/+20 |
| 2015-02-27 | Rollup merge of #22848 - tshepang:redundant-mention, r=brson | Manish Goregaokar | -2/+1 |
| 2015-02-27 | Rollup merge of #22833 - laijs:remove-redundant-else-branch, r=dotdash | Manish Goregaokar | -2/+0 |
| 2015-02-27 | Rollup merge of #22817 - jmesmon:result-or-type, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-27 | Rollup merge of #22809 - nikomatsakis:issue-22655-infinite-recursion, r=pnkfelix | Manish Goregaokar | -1/+7 |
| 2015-02-27 | Rollup merge of #22795 - alexcrichton:issue-22617, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-27 | Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakis | Manish Goregaokar | -1/+6 |
| 2015-02-27 | Rollup merge of #22803 - huonw:field-stability, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-27 | Auto merge of #22853 - FlaPer87:snap, r=alexcrichton | bors | -54/+0 |