about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2020-02-20Auto merge of #69256 - nnethercote:misc-inlining, r=Centrilbors-1/+1
2020-02-19Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqdbors-5/+7
2020-02-18Revert "Remove `checked_add` in `Layout::repeat`"Sebastian Hahn-5/+7
2020-02-18Rollup merge of #69249 - LeSeulArtichaut:stabilize-logs-consts, r=sfacklerYuki Okushi-4/+4
2020-02-18Rollup merge of #68597 - ollie27:skip_nth_last, r=AmanieuYuki Okushi-13/+7
2020-02-18Always inline `run_utf8_validation`.Nicholas Nethercote-1/+1
2020-02-17Move the show_usize marker function to a staticMark Rousskov-7/+16
2020-02-17Move to using an extern type for opaquenessMark Rousskov-12/+4
2020-02-17Drop unused argument to float functionsMark Rousskov-240/+224
2020-02-17Rollup merge of #68701 - amosonn:patch-2, r=RalfJungYuki Okushi-4/+15
2020-02-17Rollup merge of #68495 - sdegutis:patch-1, r=Mark-SimulacrumYuki Okushi-1/+2
2020-02-16Stabilize {f32, f64}::{LOG2_10, LOG10_2}LeSeulArtichaut-4/+4