summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-02-13Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]`Frank Steffahn-3/+0
2025-02-06Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+2
2025-02-01Fix core AsyncFn stability attributeEric Huss-1/+2
2025-02-01Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errorsMatthias Krüger-0/+3
2025-01-16do not in-place-iterate over flatmap/flattenThe 8472-32/+2
2025-01-07update version placeholdersPietro Albini-59/+59
2025-01-01Rollup merge of #134985 - mgsloan:remove-unnecessary-qualification-in-Ord-tra...Matthias Krüger-1/+1
2025-01-01Auto merge of #134969 - Marcondiro:master, r=jhpratt,programmerjakebors-7/+11
2024-12-31Remove qualification of `std::cmp::Ordering` in `Ord` docMichael Sloan-1/+1
2024-12-31Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcmbors-116/+265
2024-12-31char to_digit: avoid unnecessary casts to u64Marcondiro-7/+11
2024-12-31Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJungMatthias Krüger-4/+0
2024-12-31Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhprattStuart Cook-2/+2
2024-12-31Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcmStuart Cook-1/+2
2024-12-31fix doc for read write unaligned in zst operationLemonJ-4/+0
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-11/+25
2024-12-30ptr docs: make it clear that we are talking only about memory accessesRalf Jung-2/+2
2024-12-30Make slice::as_flattened_mut unstably constDaniPopes-1/+2
2024-12-28Fix sentence fragment in `pin` module docsGeoffrey Thomas-1/+1
2024-12-27Tidy up bigint mul methodsltdk-116/+265
2024-12-27Rollup merge of #133663 - scottmcm:carrying_mul_add, r=AmanieuMatthias Krüger-135/+257
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-2/+2
2024-12-27Move `{widening, carrying}_mul` to an intrinsic with fallback MIRScott McMurray-135/+257
2024-12-27Rollup merge of #134606 - RalfJung:ptr-copy-docs, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-5/+3
2024-12-26Rollup merge of #134791 - notriddle:notriddle/inline-ffi-error-types, r=tgross35Jacob Pratt-2/+2
2024-12-26Rollup merge of #134782 - wtlin1228:docs/iter-rposition, r=Mark-SimulacrumJacob Pratt-0/+1
2024-12-26docs: inline `core::ffi::c_str` types to `core::ffi`Michael Howell-2/+2
2024-12-26Impl FromIterator for tuples with arity 1-12Sebastian Hahn-33/+35
2024-12-26Fix formattingSebastian Hahn-19/+19
2024-12-26docs: update code example for Iterator#rpositionwtlin1228-0/+1
2024-12-25stabilize const_alloc_layoutRalf Jung-10/+5
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-3/+18
2024-12-25stabilize const_swapRalf Jung-8/+7
2024-12-24chore: fix typosoliveredget-3/+3
2024-12-24Rollup merge of #134689 - RalfJung:ptr-swap-test, r=oli-obkStuart Cook-38/+49
2024-12-24Rollup merge of #134662 - ionicmc-rs:any-safety-docs, r=AmanieuStuart Cook-2/+12
2024-12-23core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...Ralf Jung-38/+49
2024-12-23Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiserTrevor Gross-6/+4
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-6/+4
2024-12-23Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgrbors-1/+35
2024-12-22Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errorsMatthias Krüger-1/+15
2024-12-22Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubileeMatthias Krüger-0/+20
2024-12-22Fixes safety docs for `dyn Any + Send {+ Sync}`Mostafa Khaled-2/+12
2024-12-22Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy...Kevin Reid-1/+15
2024-12-22Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasperbors-2/+1
2024-12-22Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472bors-0/+11
2024-12-22Delete `Rvalue::Len`Scott McMurray-2/+1
2024-12-22docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf...Martin Nordholts-0/+20
2024-12-22Rollup merge of #134602 - kpreid:pointerlike-doc, r=tgross35Matthias Krüger-2/+8
2024-12-22Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgrbors-5/+5