about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-09-17Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubileebors-15/+45
2024-09-15Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubileeJubilee-2/+10
2024-09-16Auto merge of #130220 - RalfJung:float-classify, r=workingjubileebors-109/+31
2024-09-15update docs for `catch_unwind` & related funcsKyle J Strand-5/+10
2024-09-15Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnayMatthias Krüger-0/+25
2024-09-15simplify abort_unwindChristopher Durham-7/+2
2024-09-15Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=NoratriebMatthias Krüger-1/+1
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-5/+5
2024-09-15also stabilize const_refs_to_cellRalf Jung-2/+2
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-1/+1
2024-09-15stabilize const_mut_refsRalf Jung-3/+3
2024-09-15Rollup merge of #130214 - RalfJung:zeroed, r=Mark-SimulacrumStuart Cook-0/+3
2024-09-14Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errorsLeón Orell Valerian Liehr-1/+1
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-1/+1
2024-09-14Rollup merge of #130053 - glowcoil:next_if-docs, r=jhprattStuart Cook-2/+2
2024-09-14add core::panic::abort_unwindChristopher Durham-0/+30
2024-09-13[`cfg_match`] Generalize inputsCaio-5/+5
2024-09-13Fix awkward wording.Tim (Theemathas) Chirananthavat-10/+9
2024-09-13Address WaffleLapkin's commentsTim (Theemathas) Chirananthavat-9/+11
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-52/+25
2024-09-12Document subtleties of `ManuallyDrop`Tim (Theemathas) Chirananthavat-11/+115
2024-09-12Stabilize `const_float_classify`Eduardo Sánchez Muñoz-31/+28
2024-09-12also update the wrapping_ docs to use similar wordingRalf Jung-20/+13
2024-09-12Rollup merge of #130160 - Scripter17:fix-slice-first_mut-doc, r=AmanieuStuart Cook-1/+1
2024-09-12simplify float::classify logicRalf Jung-109/+31
2024-09-12Auto merge of #130183 - Marcondiro:unicode-16.0.0, r=Manishearthbors-708/+743
2024-09-11various updates based on reviewRalf Jung-24/+38
2024-09-11ptr::add/sub: these are *not* equivalent to offset(count as isize)Ralf Jung-16/+19
2024-09-11MaybeUninit::zeroed: mention that padding is not zeroedRalf Jung-0/+3
2024-09-10clean up internal comments about float semanticsRalf Jung-8/+3
2024-09-10Bump unicode printable to version 16.0.0Marcondiro-57/+73
2024-09-10Bump unicode_data to version 16.0.0Marcondiro-651/+670
2024-09-09Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnayJubilee-16/+16
2024-09-09Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=AmanieuJubilee-0/+14
2024-09-09move const fn with a null check into const_ptr_is_null gateRalf Jung-3/+3
2024-09-09move some const fn out of the const_ptr_as_ref featureRalf Jung-13/+13
2024-09-09Fix slice::first_mut docsJames C. Wise-1/+1
2024-09-09Stabilize `char::MIN`okaneco-4/+1
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-15/+45
2024-09-09bootstrap `naked_asm!` for `compiler-builtins`Folkert de Vries-0/+14
2024-09-09Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubileeJubilee-4/+4
2024-09-09Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obkJubilee-20/+7
2024-09-09Rollup merge of #130090 - RalfJung:result-copied, r=NoratriebJubilee-6/+18
2024-09-09Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubileeJubilee-2/+1
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-18/+0
2024-09-08add FIXME(const-hack)Ralf Jung-33/+26
2024-09-08move Option::unwrap_unchecked into const_option feature gateRalf Jung-1/+1
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-4/+4
2024-09-08const: make ptr.is_null() stop execution on ambiguityRalf Jung-20/+7
2024-09-08Option, Result: put the &mut variants of 'copied' under the same feature as t...Ralf Jung-3/+9