about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-05-19Fix data types indicationVeryTastyTomato-2/+2
2019-05-19Rollup merge of #60947 - blkerby:global_alloc_typo, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-05-19Rollup merge of #60943 - blkerby:master, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-05-19Rollup merge of #60931 - cuviper:array-iter, r=KodrAusMazdak Farrokhzad-16/+16
2019-05-19Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfacklerMazdak Farrokhzad-1/+13
2019-05-18Fix typos in docs of GlobalAllocBrent Kerby-2/+2
2019-05-18fix copy-paste typo in docs for ptr::read_volatileBrent Kerby-1/+1
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-16/+16
2019-05-16Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnikMazdak Farrokhzad-20/+20
2019-05-15Stabilize RefCell::try_borrow_unguardedSimon Sapin-2/+1
2019-05-14Rollup merge of #60808 - Schultzer:improve-must-use-linit-for-future, r=CentrilMazdak Farrokhzad-1/+1