summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-01-30Changed back inline markings.penpalperson-11/+0
2018-01-29Move time::Duration to libcoreClar Charr-0/+604
2018-01-28Added inline to fmt for debug implementations of primitives.penpalperson-0/+14
2018-01-28Auto merge of #47204 - varkor:unsafecell-into_inner-safe, r=alexcrichtonbors-12/+7
2018-01-28Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnaybors-2/+4
2018-01-26derive PartialEq and Eq for `ParseCharError`tinaun-1/+1
2018-01-26Use the slice length to hint the optimizerarthurprs-2/+4
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-2/+2
2018-01-24Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichtonbors-1/+4
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-50/+69
2018-01-23Make PanicInfo::message available for std::panic! with a formatting string.Simon Sapin-2/+2
2018-01-23Implement Display for PanicInfo and LocationSimon Sapin-0/+23
2018-01-23Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> methodSimon Sapin-2/+17
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-0/+214
2018-01-22Add an unstable `cast<U>() -> NonNull<U>` method to `NonNull<T>`.Simon Sapin-0/+8
2018-01-21Use repeat instead of RangeFromvarkor-6/+4
2018-01-21Implement Eq, PartialEq, Ord, PartialOrd, and Hash for NonNull<_>Simon Sapin-0/+31
2018-01-21Move Debug for NonNull impl closer to other trait implsSimon Sapin-7/+7
2018-01-21NonNull ended up landing in 1.25Simon Sapin-18/+18
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+58
2018-01-20Rename NonNull::empty to dangling.Simon Sapin-1/+2
2018-01-20Preserve formatting options in Debug for NonNull/UniqueSimon Sapin-2/+2
2018-01-20Fix some doc-comment examples for earlier API refactorSimon Sapin-4/+4
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-16/+17
2018-01-20Remove a deprecated (renamed) and unstable method of NonNullSimon Sapin-7/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-18/+18
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-0/+7
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-41/+46
2018-01-20Implement Debug for ptr::Shared and ptr::Unique.Corey Farwell-2/+14
2018-01-20Spacingoberien-1/+1
2018-01-19Optimize StepBy::nth overflow handlingoberien-2/+6
2018-01-19Adjust language as per suggestionsvarkor-9/+11
2018-01-19Handle Overflowoberien-3/+72
2018-01-19Unit Testsoberien-0/+18
2018-01-19Fix off-by-onesoberien-3/+6
2018-01-18Specialize StepBy::nthoberien-0/+12
2018-01-18Make example no_runvarkor-4/+4
2018-01-18Document the behaviour of infinite iterators on potentially-computable methodsvarkor-0/+18
2018-01-18Rollup merge of #47497 - goffrie:patch-1, r=dtolnaykennytm-7/+4
2018-01-18Rollup merge of #47404 - integer32llc:reexport-to-re-export, r=steveklabnikkennytm-5/+5
2018-01-18Rollup merge of #47333 - arthurprs:iter-position-bounds-check, r=dtolnaykennytm-0/+56
2018-01-16Remove incorrect `Default::default` links, add a new oneGeoffry Song-7/+4
2018-01-16Adjust wording of Placer trait safety requirementsTaylor Cramer-2/+2
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-5/+5
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-8/+338
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-17/+3
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+105
2018-01-13Test the whole chunks instead of just an element in the chunks/chunks_mut testsSebastian Dröge-8/+8
2018-01-13Implement TrustedRandomAccess for slice::{ExactChunks, ExactChunksMut}Sebastian Dröge-0/+18
2018-01-13Remove useless assertionSebastian Dröge-2/+0