about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-01-11Add #[inline] to copy_from_sliceBen Kimock-0/+1
2025-01-11Auto merge of #135360 - RalfJung:structural-partial-eq, r=compiler-errorsbors-18/+13
2025-01-11update and clarify StructuralPartialEq docsRalf Jung-18/+13
2025-01-11Rename `pos` to `position`Yuri Astrakhan-6/+6
2025-01-11Convert `struct FromBytesWithNulError` into enumYuri Astrakhan-31/+19
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-2/+1
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-84/+215
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+580
2025-01-10Improve the safety documentation on new_uncheckedScott McMurray-1/+7
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-2/+1
2025-01-09Update a bunch of library types for MCP807Scott McMurray-84/+209
2025-01-10Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdevMatthias Krüger-2/+2
2025-01-10Rollup merge of #134619 - hkBst:patch-7, r=jhprattMatthias Krüger-22/+20
2025-01-09Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrumbors-195/+84
2025-01-08fmtPietro Albini-4/+1
2025-01-08update cfg(bootstrap)Pietro Albini-141/+33
2025-01-08update version placeholdersPietro Albini-59/+59
2025-01-08add missing provenance APIs on NonNullRalf Jung-3/+45
2025-01-06Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhprattJacob Pratt-8/+8
2025-01-05[generic_assert] Constify methods used by the formatting systemCaio-8/+8
2025-01-05Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhprattJacob Pratt-3/+5
2025-01-05Mark `slice::reverse` unstably constokaneco-3/+5
2025-01-05Clarified the documentation on core::iter::from_fn and core::iter::successorsranger-ross-0/+3
2025-01-04do not in-place-iterate over flatmap/flattenThe 8472-32/+2
2025-01-04Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35Matthias Krüger-3/+51
2025-01-01Rollup merge of #134985 - mgsloan:remove-unnecessary-qualification-in-Ord-tra...Matthias Krüger-1/+1
2025-01-01Stabilize const_slice_flattenDaniPopes-2/+2
2025-01-01Auto merge of #134969 - Marcondiro:master, r=jhpratt,programmerjakebors-7/+11
2024-12-31Improve `select_nth_unstable` documentation clarityMichael Sloan-42/+40
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-30Fix ptr::from_ref documentation example commentMads Marquart-2/+2
2024-12-28Fix sentence fragment in `pin` module docsGeoffrey Thomas-1/+1
2024-12-27Tidy up bigint mul methodsltdk-116/+265
2024-12-27Implement `int_from_ascii` (#134821)Niklas Fiekas-89/+131
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