about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-03-02Rollup merge of #69617 - DutchGhost:master, r=LukasKalbertodtDylan DPC-1/+2
2020-03-02Rollup merge of #69544 - lqd:unrevert-67174, r=Mark-SimulacrumDylan DPC-7/+5
2020-03-02Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnikDylan DPC-9/+473
2020-03-02actually mark the function constDutchGhost-1/+1
2020-03-01Implement nth, last, and count for iter::CopiedSteven Allen-0/+12
2020-03-01constify mem::forgetDutchGhost-0/+1
2020-03-01Remove assert that had been replaced by assert_neMichael Mc Donnell-1/+0
2020-02-29Rollup merge of #69582 - RalfJung:vec-parts, r=CentrilDylan DPC-6/+10
2020-02-29Rollup merge of #69581 - RalfJung:align_to_mut, r=CentrilDylan DPC-1/+15
2020-02-29Fix typoRalf Jung-1/+1
2020-02-29fix aliasing violation in align_to_mutRalf Jung-1/+15
2020-02-29transmute: improve Vec exampleRalf Jung-6/+10
2020-02-29Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPCbors-19/+22
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-0/+16
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-2/+2
2020-02-29Rollup merge of #69504 - MichaelMcDonnell:hash_assert_ne, r=LukasKalbertodtDylan DPC-17/+20
2020-02-29Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrumbors-5/+19
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-2/+2
2020-02-28Unrevert "Remove `checked_add` in `Layout::repeat`"Remy Rakic-7/+5
2020-02-28Rollup merge of #69501 - matthiaskrgr:find_note, r=ecstatic-morseDylan DPC-0/+4
2020-02-28Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obkDylan DPC-1/+1
2020-02-27docs: note that find(f) is equivalent to filter(f).next() in the iterator docs.Matthias Krüger-0/+4
2020-02-27Remove spotlight usageGuillaume Gomez-3/+0
2020-02-27avoid a negation in is_nonoverlappingRalf Jung-2/+3
2020-02-27disable debug assertion in ptr::write for nowRalf Jung-1/+3
2020-02-27Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPCYuki Okushi-1/+1
2020-02-26Use assert_ne in hash testsMichael Mc Donnell-17/+20
2020-02-26don't take redundant references to operandsMatthias Krüger-1/+1
2020-02-26Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnayDylan DPC-280/+265
2020-02-26Rollup merge of #68712 - HeroicKatora:finalize-ref-cell, r=dtolnayDylan DPC-0/+63
2020-02-26clarify operator precedenceMatthias Krüger-1/+1
2020-02-26use unions instead of transmute and add const safety commentsTrevor Spiteri-8/+36
2020-02-26Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnayDylan DPC-0/+70
2020-02-26Remove `sip::Hasher::short_write`.Nicholas Nethercote-46/+7
2020-02-24Rollup merge of #69391 - memoryruins:memalias, r=Mark-SimulacrumDylan DPC-0/+2
2020-02-24Address method commentsAndreas Molzer-3/+2
2020-02-24Rollup merge of #69386 - danielhenrymantilla:maybe_uninit_docs_replace_chunk_...Pietro Albini-1/+1
2020-02-23Bump core::primitive to 1.43David Tolnay-18/+18
2020-02-24adjuste doc of `map_while`Waffle-10/+6
2020-02-22Add rustdoc aliases to `ptr::copy` and `ptr::copy_nonoverlapping`memoryruins-0/+2
2020-02-22Fix doc example for `MaybeUninit::get_mut()`Daniel Henry-Mantilla-1/+1
2020-02-22Relax str::get_unchecked precondition to permit empty slicingridiculousfish-4/+4
2020-02-22Rollup merge of #69354 - MichaelMcDonnell:duration_overflow_test, r=CentrilDylan DPC-0/+6
2020-02-22Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfacklerDylan DPC-1/+2
2020-02-22Stabilize const for integer {to,from}_{be,le,ne}_bytes methodsTrevor Spiteri-13/+16
2020-02-22Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoeristerbors-1/+3
2020-02-22Auto merge of #67330 - golddranks:split_inclusive, r=kodrausbors-1/+421
2020-02-21Test `Duration::new` panics on overflowMichael Mc Donnell-0/+6
2020-02-21Revert `u8to64_le` changes from #68914.Nicholas Nethercote-1/+3
2020-02-20Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obkDylan DPC-23/+49