about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-05-29Optimize pointer alignment in utf8 validationJustin Ridgewell-6/+3
2019-05-29Add std::mem::take as suggested in #61129Jon Gjengset-0/+55
2019-05-29Add custom nth_back for SkipAndrea Corradi-0/+48
2019-05-29Rollup merge of #61310 - RalfJung:mem, r=CentrilOliver Scherer-1406/+1417
2019-05-29split libcore::mem into multiple filesRalf Jung-1406/+1417
2019-05-29Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcmMazdak Farrokhzad-0/+42
2019-05-29Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcmMazdak Farrokhzad-0/+124
2019-05-29Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcmMazdak Farrokhzad-0/+35
2019-05-29Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnayMazdak Farrokhzad-0/+126
2019-05-28Bump Sum and Product for Option<T> to 1.37David Tolnay-2/+2
2019-05-29Rollup merge of #61273 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-0/+3
2019-05-28Update src/libcore/mem.rsRalf Jung-1/+1
2019-05-28Rollup merge of #61159 - RalfJung:ptr, r=alexcrichtonMazdak Farrokhzad-387/+414
2019-05-28mention that MaybeUninit is a bit like OptionRalf Jung-0/+3
2019-05-28Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-SimulacrumMazdak Farrokhzad-0/+6
2019-05-28Rollup merge of #61227 - diwic:patch-2, r=CentrilMazdak Farrokhzad-1/+1
2019-05-28Rollup merge of #61084 - blkerby:unreachable_doc, r=KodrAusMazdak Farrokhzad-3/+4
2019-05-27Auto merge of #61078 - pietroalbini:nightly-next, r=Centrilbors-3/+2
2019-05-27Updated the Iterator docs with information about overriding methods.Christian-0/+6
2019-05-27Use .await syntax instead of await!diwic-1/+1
2019-05-26Rollup merge of #61161 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-2/+2
2019-05-25MaybeUninit doctest: remove unnecessary type ascriptionRalf Jung-2/+2
2019-05-25split core::ptr module into multiple filesRalf Jung-387/+414
2019-05-25Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkorMazdak Farrokhzad-0/+3
2019-05-25Add Step::sub_usizeTim Vermeulen-0/+35
2019-05-25Implement nth_back for slice::{Iter, IterMut}Tim Vermeulen-21/+68
2019-05-24Annotate each `reverse_bits` with `#[must_use]`Nikolai Vazquez-0/+3
2019-05-23typoBrent Kerby-1/+1
2019-05-23Remove phrase "instead of a panic!"Brent Kerby-1/+1
2019-05-23Clarify docs for unreachable! macroBrent Kerby-3/+4
2019-05-23bump nightly to 1.37.0Pietro Albini-3/+2
2019-05-23Rollup merge of #61057 - sfackler:revert-next-back, r=alexcrichtonMazdak Farrokhzad-47/+0
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-47/+0
2019-05-22fix merge conflictswizAmit-1/+0
2019-05-22succint implementationwizAmit-0/+42
2019-05-22wip nth_back on chunks@amit.chandra-36/+0
2019-05-22hopefully working nth_back on chunks@amit.chandra-9/+17
2019-05-22wip nth_back on chunks@amit.chandra-0/+29
2019-05-22Rollup merge of #61029 - blkerby:minimum_spanning_tree, r=alexcrichtonMazdak Farrokhzad-24/+22
2019-05-22Allow null-pointer-optimized enums in FFI if their underlying representation ...Michael Bradshaw-0/+2
2019-05-21Simplify RefCell minimum_spanning_tree exampleBrent Kerby-24/+22
2019-05-21adjust deprecation date of mem::uninitializedRalf Jung-1/+1
2019-05-20Rollup merge of #60972 - RalfJung:volatile, r=alexcrichtonMazdak Farrokhzad-6/+0
2019-05-20Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPCMazdak Farrokhzad-0/+23
2019-05-20Document layout guarantee of MaybeUninitPeter Todd-0/+22
2019-05-20elliminate mem::uninitialize from docs in libcoreRalf Jung-60/+4
2019-05-20add out-pointer exampleRalf Jung-1/+25
2019-05-20apply feedbackRalf Jung-28/+36
2019-05-20stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f...Ralf Jung-166/+136
2019-05-20remove confusing remarks about mixed volatile and non-volatile accessesRalf Jung-6/+0