about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-05-01Document unsafety for `*const T` and `*mut T`LeSeulArtichaut-4/+8
2020-04-30Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmasterDylan DPC-2/+1
2020-04-30Rollup merge of #71692 - dfreese:cfgdocs, r=kennytmDylan DPC-0/+4
2020-04-30Rollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPCDylan DPC-12/+86
2020-04-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-2/+1
2020-04-29Update src/libcore/macros/mod.rsDavid Freese-1/+1
2020-04-29Add clarification on std::cfg macro docs v. #[cfg] attributeDavid Freese-0/+4
2020-04-29Rollup merge of #71680 - nicholasbishop:bishop-fix-eq-link, r=Mark-SimulacrumDylan DPC-0/+1
2020-04-29Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu...Dylan DPC-7/+45
2020-04-29Fix doc link to Eq trait from PartialEq traitNicholas Bishop-0/+1
2020-04-29document stable counterparts of intrinsicsBastian Kauschke-12/+86
2020-04-29safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptrcohenarthur-3/+43
2020-04-27Update link to unstable book for llvm_asm macroZach Reizner-1/+1
2020-04-27Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapinDylan DPC-17/+0
2020-04-26remove Unique::from for shared pointer typesRalf Jung-17/+0
2020-04-26Fix since attribute for nonzero_bitor impl'sJonas Platte-5/+5
2020-04-25Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPCbors-0/+87
2020-04-25Rollup merge of #69813 - thomcc:nonzero-bitor, r=AmanieuDylan DPC-0/+87
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-150/+10
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-2/+2
2020-04-25Bump bootstrap compilerMark Rousskov-150/+10
2020-04-25Rollup merge of #71480 - GuillaumeGomez:panic-info-example, r=Dylan-DPCDylan DPC-3/+9
2020-04-24Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytmDylan DPC-30/+16
2020-04-24Improve PanicInfo examples readabilityGuillaume Gomez-3/+9
2020-04-24Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-SimulacrumDylan DPC-16/+28
2020-04-24Rollup merge of #71068 - pyfisch:unicode-version-stable, r=SimonSapinDylan DPC-4/+7
2020-04-24Rollup merge of #71063 - LeSeulArtichaut:document-unsafe, r=Mark-SimulacrumDylan DPC-7/+28
2020-04-24Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::...LeSeulArtichaut-16/+28
2020-04-23Add a note about fat pointersLeSeulArtichaut-0/+6
2020-04-23doc-example: Refactor pointer name to avoid confusioncohenarthur-4/+2
2020-04-23Rollup merge of #71470 - TyPR124:fix-doc-links, r=jonas-schievinkDylan DPC-1/+1
2020-04-23Rollup merge of #71446 - Amanieu:transmute_copy, r=sfacklerDylan DPC-1/+6
2020-04-23Rollup merge of #71442 - TimDiekmann:allocref-mut-ref, r=AmanieuDylan DPC-0/+47
2020-04-23Rollup merge of #71404 - cuviper:chain-unfused, r=scottmcmDylan DPC-35/+62
2020-04-23libcore: more compact way to adjust test sizes for MiriRalf Jung-30/+16
2020-04-23Add note about paddingLeSeulArtichaut-2/+3
2020-04-23Make VaList::arg link actually workTyler Ruckinger-1/+1
2020-04-23Merge branch 'master' into fix-doc-linksTyler Ruckinger-1/+3
2020-04-23Fix doc link errorsTyler Ruckinger-1/+1
2020-04-23Rollup merge of #71454 - ecstatic-morse:inline-core-ptr-docs, r=RalfJungDylan DPC-0/+3
2020-04-23Stabilize UNICODE_VERSION (feature unicode_version)Pyfisch-4/+7
2020-04-22Inline some function docs re-exported in `std::ptr`Dylan MacKenzie-0/+3
2020-04-22Only use read_unaligned in transmute_copy if necessaryAmanieu d'Antras-1/+6
2020-04-22Rollup merge of #71440 - TimDiekmann:copy-allocerr, r=AmanieuDylan DPC-1/+1
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-0/+2
2020-04-22Add a "by reference" adaptor for `AllocRef`Tim Diekmann-0/+47
2020-04-22Make `AllocErr` copyableTim Diekmann-1/+1
2020-04-22Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnayYuki Okushi-15/+8
2020-04-21Don't fuse Chain in its second iteratorJosh Stone-35/+62
2020-04-21Rollup merge of #69362 - CAD97:alloc_layout_extras, r=AmanieuDylan DPC-13/+43