about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2020-04-20Use assoc float consts instead of module levelLinus Färnstrand-5/+4
2020-04-20Define module level int consts from assoc constsLinus Färnstrand-2/+2
2020-04-20Stop accessing module level int consts via crate::<Ty>Linus Färnstrand-8/+2
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-20Rollup merge of #71334 - ehuss:pattern-docs, r=kennytmDylan DPC-37/+150
2020-04-20Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrumbors-0/+9
2020-04-19Update pattern docs.Eric Huss-37/+150
2020-04-19Rollup merge of #71315 - huangjiahua:update-documentation, r=Dylan-DPCDylan DPC-0/+18
2020-04-18Add example in the alternative in std::mem::transmute docshuangjiahua-0/+18
2020-04-17Clarify layout information in Layout::extendCAD97-3/+5
2020-04-17Rollup merge of #71167 - RalfJung:big-o, r=shepmasterDylan DPC-7/+7
2020-04-17Fix unused results from mem::replaceJosh Stone-0/+1
2020-04-17Lint must_use on mem::replaceJosh Stone-0/+1
2020-04-17Rollup merge of #71225 - leocassarani:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-04-17Rollup merge of #71220 - cuviper:std_or_patterns, r=Mark-SimulacrumDylan DPC-8/+9
2020-04-17Rollup merge of #70910 - rakshith-ravi:master, r=cuviperDylan DPC-63/+244
2020-04-16Fix typo in Default trait docs: Provides -> ProvideLeo Cassarani-1/+1
2020-04-16Apply suggestions from code reviewChristopher Durham-1/+3
2020-04-16Dogfood or_patterns in the standard libraryJosh Stone-8/+9
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-5/+2
2020-04-15Add note about Layout::pad_to_align to Layout::extendCAD97-3/+31
2020-04-15emphasize *no trailing padding*Christopher Durham-1/+1
2020-04-16Inlined everything into a single trait and trait implRakshith Ravi-126/+141