about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-02-14Make std::raw::Repr an unsafe traitUlrik Sverdrup-3/+3
2015-02-14Dramatically expand the docs of std::raw.Huon Wilson-5/+108
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+73
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-10/+10
2015-02-13Remove ExactSizeIterator from 64-bit ranges.Ulrik Sverdrup-2/+2
2015-02-13Audit integer type usage in `core::option`Niko Matsakis-28/+28
2015-02-13Audit integer type usage in `core::ptr`Niko Matsakis-20/+20
2015-02-13Add link to module-level Option documentation.Steve Klabnik-1/+1
2015-02-13Refer to LLVM rather than GCC wiki for atomic orderingsSteve Klabnik-2/+2
2015-02-13Improve core::cmp docsSteve Klabnik-66/+206
2015-02-13Rename the "unsafe" lang item to "unsafe_cell"Chris Wong-1/+2
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-11/+37
2015-02-12std: Add missing stability for core::fmtAlex Crichton-0/+1
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-11rollup merge of #22166: dcrewi/iter-impls-for-windowsAlex Crichton-2/+36
2015-02-11implement missing iterator traits for slice::WindowsDavid Creswick-2/+36
2015-02-11rollup merge of #22164: huonw/alloc--Alex Crichton-5/+6
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-9/+8
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-9/+8
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-3/+32
2015-02-11Tweak wording of copy_nonoverlapping_memory to remove misleading 'allocated'.Huon Wilson-5/+6
2015-02-10rollup merge of #22142: Kimundi/unsized_uniqueAlex Crichton-3/+3
2015-02-10rollup merge of #22129: steveklabnik/gh22032Alex Crichton-3/+2
2015-02-10rollup merge of #22128: steveklabnik/gh22085Alex Crichton-0/+5
2015-02-10rollup merge of #22125: alexcrichton/into-iter-stabilityAlex Crichton-11/+11
2015-02-10rollup merge of #22112: mbudde/std-cell-doc-fixAlex Crichton-5/+5
2015-02-10rollup merge of #22094: alkor/cleanup-show-stringAlex Crichton-1/+1
2015-02-10rollup merge of #22065: bluss/range-size-hintAlex Crichton-10/+7
2015-02-10Made the `ptr::Unique` type accept unsized types, to allow for use casesMarvin Löbel-3/+3
2015-02-09Set up docs for missing core typesSteve Klabnik-0/+5
2015-02-09Remove incorrect docs from mem::transmuteSteve Klabnik-3/+2
2015-02-09std: Mark IntoIterator::into_iter as #[stableAlex Crichton-0/+1
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-7/+7
2015-02-09std: Remove typarms from IteratorExt::clonedAlex Crichton-4/+3
2015-02-09Fix links to module-level documentation in `std::cell`Michael Budde-5/+5
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-1/+1
2015-02-08Fix std::ops::Range size_hint and ExactSizeIterator implsUlrik Sverdrup-10/+7
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-9/+17
2015-02-07Auto merge of #21995 - leejunseok:fix_invariant_ex, r=steveklabnikbors-5/+6
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-20/+14
2015-02-07Fix several tiny typosIngo Blechschmidt-2/+2
2015-02-06Rollup merge of #21989 - steveklabnik:gh21491, r=GankroManish Goregaokar-1/+1
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-4/+52
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-4/+0
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-06Rollup merge of #21976 - mzabaluev:fix-copy-mut-lifetime, r=alexcrichtonManish Goregaokar-3/+4
2015-02-05added example back in, with a modified, (hopefully) improved descriptionJunseok Lee-0/+14
2015-02-05removed weird exampleJunseok Lee-13/+0
2015-02-05Improve ptr::read docsSteve Klabnik-1/+1