| Age | Commit message (Expand) | Author | Lines |
| 2015-02-17 | Rollup merge of #22027 - iblech:patch-1, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #21990 - steveklabnik:doc_core_cmp, r=huonw | Manish Goregaokar | -66/+206 |
| 2015-02-17 | Rollup merge of #22313 - japaric:iter, r=aturon | Manish Goregaokar | -0/+73 |
| 2015-02-17 | Rollup merge of #22344 - nagisa:exactsizediter, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-02-17 | Rollup merge of #22294 - nikomatsakis:integer-audit, r=huonw | Manish Goregaokar | -110/+110 |
| 2015-02-17 | Add gating for rustc_* attrs | Manish Goregaokar | -0/+1 |
| 2015-02-16 | Update `core::cell` for `isize/usize` transition. | Felix S. Klock II | -7/+7 |
| 2015-02-16 | Update `core::nonzero` for `isize/usize` migration. | Felix S. Klock II | -2/+2 |
| 2015-02-16 | Update `core::mem` for `isize/usize` migration. | Felix S. Klock II | -8/+8 |
| 2015-02-15 | Change arbirary types from `usize` to `u32`. | Niko Matsakis | -13/+13 |
| 2015-02-15 | Audit integer types in finally. | Niko Matsakis | -1/+1 |
| 2015-02-15 | Audit integer types in result. | Niko Matsakis | -48/+48 |
| 2015-02-15 | Audit integer types in ops. | Niko Matsakis | -13/+13 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -107/+109 |
| 2015-02-15 | Rollup merge of #22350 - brson:usize, r=Gankro | Manish Goregaokar | -120/+120 |
| 2015-02-15 | Rollup merge of #22299 - bluss:range-64-is-not-exact-size, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22288 - steveklabnik:add_option_link, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22272 - steveklabnik:gh22064, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-02-15 | Rollup merge of #22254 - huonw:float-value--, r=aturon | Manish Goregaokar | -11/+37 |
| 2015-02-15 | Include "flatmap" in docs of Option::and_then | Robin Stocker | -0/+2 |
| 2015-02-14 | core::slice: uint -> usize, int -> isize | Brian Anderson | -117/+117 |
| 2015-02-14 | core: Use int/isize in Clone boilerplate | Brian Anderson | -2/+2 |
| 2015-02-14 | core::raw: uint -> usize | Brian Anderson | -1/+1 |
| 2015-02-15 | Stabilise ExactSizeIterator::len | Simonas Kazlauskas | -0/+1 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -9/+9 |
| 2015-02-15 | Audit integer types in libunicode, libcore/(char, str) and libstd/ascii | Vadim Petrochenkov | -98/+100 |
| 2015-02-14 | Make std::raw::Repr an unsafe trait | Ulrik Sverdrup | -3/+3 |
| 2015-02-14 | Dramatically expand the docs of std::raw. | Huon Wilson | -5/+108 |
| 2015-02-13 | add an associated `Item` type to `IntoIterator` | Jorge Aparicio | -0/+73 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -10/+10 |
| 2015-02-13 | Remove ExactSizeIterator from 64-bit ranges. | Ulrik Sverdrup | -2/+2 |
| 2015-02-13 | Audit integer type usage in `core::option` | Niko Matsakis | -28/+28 |
| 2015-02-13 | Audit integer type usage in `core::ptr` | Niko Matsakis | -20/+20 |
| 2015-02-13 | Add link to module-level Option documentation. | Steve Klabnik | -1/+1 |
| 2015-02-13 | Refer to LLVM rather than GCC wiki for atomic orderings | Steve Klabnik | -2/+2 |
| 2015-02-13 | Improve core::cmp docs | Steve Klabnik | -66/+206 |
| 2015-02-13 | Rename the "unsafe" lang item to "unsafe_cell" | Chris Wong | -1/+2 |
| 2015-02-13 | Remove `_VALUE` from the float extremes constants. | Huon Wilson | -11/+37 |
| 2015-02-12 | std: Add missing stability for core::fmt | Alex Crichton | -0/+1 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2015-02-11 | rollup merge of #22166: dcrewi/iter-impls-for-windows | Alex Crichton | -2/+36 |
| 2015-02-11 | implement missing iterator traits for slice::Windows | David Creswick | -2/+36 |
| 2015-02-11 | rollup merge of #22164: huonw/alloc-- | Alex Crichton | -5/+6 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -9/+8 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -9/+8 |
| 2015-02-11 | Add core::marker::PhantomData. | Felix S. Klock II | -3/+32 |
| 2015-02-11 | Tweak wording of copy_nonoverlapping_memory to remove misleading 'allocated'. | Huon Wilson | -5/+6 |
| 2015-02-10 | rollup merge of #22142: Kimundi/unsized_unique | Alex Crichton | -3/+3 |