| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-10 | rollup merge of #22129: steveklabnik/gh22032 | Alex Crichton | -3/+2 |
| 2015-02-10 | rollup merge of #22128: steveklabnik/gh22085 | Alex Crichton | -0/+5 |
| 2015-02-10 | rollup merge of #22125: alexcrichton/into-iter-stability | Alex Crichton | -11/+11 |
| 2015-02-10 | rollup merge of #22112: mbudde/std-cell-doc-fix | Alex Crichton | -5/+5 |
| 2015-02-10 | rollup merge of #22094: alkor/cleanup-show-string | Alex Crichton | -1/+1 |
| 2015-02-10 | rollup merge of #22065: bluss/range-size-hint | Alex Crichton | -10/+7 |
| 2015-02-10 | Made the `ptr::Unique` type accept unsized types, to allow for use cases | Marvin Löbel | -3/+3 |
| 2015-02-09 | Set up docs for missing core types | Steve Klabnik | -0/+5 |
| 2015-02-09 | Remove incorrect docs from mem::transmute | Steve Klabnik | -3/+2 |
| 2015-02-09 | std: Mark IntoIterator::into_iter as #[stable | Alex Crichton | -0/+1 |
| 2015-02-09 | std: Rename IntoIterator::Iter to IntoIter | Alex Crichton | -7/+7 |
| 2015-02-09 | std: Remove typarms from IteratorExt::cloned | Alex Crichton | -4/+3 |
| 2015-02-09 | Fix links to module-level documentation in `std::cell` | Michael Budde | -5/+5 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -1/+1 |
| 2015-02-08 | Fix std::ops::Range size_hint and ExactSizeIterator impls | Ulrik Sverdrup | -10/+7 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -9/+17 |
| 2015-02-07 | Auto merge of #21995 - leejunseok:fix_invariant_ex, r=steveklabnik | bors | -5/+6 |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -20/+14 |
| 2015-02-07 | Fix several tiny typos | Ingo Blechschmidt | -2/+2 |
| 2015-02-06 | Rollup merge of #21989 - steveklabnik:gh21491, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -4/+52 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21976 - mzabaluev:fix-copy-mut-lifetime, r=alexcrichton | Manish Goregaokar | -3/+4 |
| 2015-02-05 | added example back in, with a modified, (hopefully) improved description | Junseok Lee | -0/+14 |
| 2015-02-05 | removed weird example | Junseok Lee | -13/+0 |
| 2015-02-05 | Improve ptr::read docs | Steve Klabnik | -1/+1 |