about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-03-16core: document default attribute stabilizationTravis Finkenauer-0/+2
2024-03-16Optimize `core::char::CaseMappingIter` layoutJules Bertholet-27/+27
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-51/+98
2024-03-16Add as_(mut_)ptr and as_(mut_)slice to raw array pointersYotam Ofek-0/+84
2024-03-16core: optimize `ptr::replace`joboet-3/+2
2024-03-15Workaround issue 122566Scott McMurray-6/+6
2024-03-14Stabilize `unchecked_{add,sub,mul}`Scott McMurray-50/+69
2024-03-14Rollup merge of #122479 - GrigorenkoPV:duration_millis_float, r=scottmcmMatthias Krüger-0/+42
2024-03-14Hide implementation details for `NonZero` auto traits.Markus Reiter-1/+22
2024-03-14Implement ptr_as_ref_unchecked (#122034)Pavel Grigorenko-0/+151
2024-03-14Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=AmanieuMatthias Krüger-2/+28
2024-03-14Rollup merge of #122421 - CAD97:step-trait-docs, r=jhprattMatthias Krüger-8/+7
2024-03-14Rollup merge of #104353 - clarfonthey:cstr-bytes-iter, r=cuviperMatthias Krüger-0/+91
2024-03-14fix unsoundness in Step::forward_unchecked for signed integersThe 8472-2/+28
2024-03-14Implement `Duration::as_millis_{f64,f32}`Pavel Grigorenko-0/+42
2024-03-13Improve Step docsChristopher Durham-8/+7
2024-03-12Reduce unsafe code, use more NonNull APIs per @cuviper reviewltdk-9/+11
2024-03-12transmute: caution against int2ptr transmutationRalf Jung-8/+29
2024-03-12Use `min_exhaustive_patterns` in core & stdNadrieril-1/+2
2024-03-11Rollup merge of #121840 - oli-obk:freeze, r=dtolnayJacob Pratt-2/+9
2024-03-11Rollup merge of #121148 - clarfonthey:try-range, r=dtolnayJacob Pratt-5/+56
2024-03-10Rollup merge of #122302 - ratmice:issue122234, r=cuviperMatthias Krüger-4/+4
2024-03-10Rollup merge of #122277 - RalfJung:BorrowedCursor, r=cuviperMatthias Krüger-2/+4
2024-03-10Add CStr::bytes iteratorltdk-0/+89
2024-03-10docs: Correct ptr/ref verbiage in SliceIndex docs.matt rice-4/+4
2024-03-10Fix lint.Markus Reiter-0/+1
2024-03-10Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to i...Markus Reiter-51/+76
2024-03-10Rollup merge of #122271 - pitaj:diag_items-legacy_numeric_constants, r=NilstriebMatthias Krüger-0/+2
2024-03-10Rollup merge of #122244 - tvallotton:local_waker_leak_fix, r=NilstriebMatthias Krüger-5/+16
2024-03-10Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviperMatthias Krüger-7/+24
2024-03-10BorrowedCursor docs clarificationRalf Jung-2/+4
2024-03-09fix legacy numeric constant diag itemsPeter Jaszkowiak-0/+2
2024-03-10Auto merge of #121662 - saethlin:precondition-unification, r=RalfJungbors-202/+279
2024-03-09Rollup merge of #121280 - ajwock:maybeuninit_fill, r=AmanieuGuillaume Boisseau-16/+186
2024-03-09Explain why we don't use intrinsics::is_nonoverlappingBen Kimock-0/+2
2024-03-09fix: remove memory leak due to missing drop implementation for local waker. A...Tomás Vallotton-5/+16
2024-03-09NonZero::from_mut_unchecked is library UBBen Kimock-1/+1
2024-03-09Improve docsBen Kimock-8/+10
2024-03-09Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obkMatthias Krüger-0/+13
2024-03-09Rollup merge of #122232 - RalfJung:misc, r=jhprattMatthias Krüger-6/+7
2024-03-09Rollup merge of #121358 - GnomedDev:lower-align-typeid, r=Mark-SimulacrumMatthias Krüger-3/+8
2024-03-09miri: do not apply aliasing restrictions to Box with custom allocatorRalf Jung-0/+13
2024-03-09fn is_align_to: move some comments closer to the cast they refer toRalf Jung-6/+6
2024-03-09fix warning when building libcore for MiriRalf Jung-0/+1
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-202/+275
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-03-08Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviperMatthias Krüger-16/+24
2024-03-08Document overrides of `clone_from()`Noa-4/+40
2024-03-08align_offset, align_to: no longer allow implementations to spuriously fail to...Ralf Jung-16/+24
2024-03-08Rollup merge of #120608 - kornelski:slice-ptr-doc, r=cuviperMatthias Krüger-2/+26