about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-08-05Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukangSamuel Tardieu-16/+12
2025-08-04remove feature gateKivooeo-2/+2
2025-08-04Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35Stuart Cook-3/+5
2025-08-04Rollup merge of #142205 - paolobarbolini:const_swap_with_slice-impl, r=Mark-S...Stuart Cook-1/+2
2025-08-03add poisoning documentation to `LazyCell`Connor Tsui-2/+59
2025-08-03Use `as_array` in PartialEq for arraysScott McMurray-16/+12
2025-08-02corrected lifetime in core::panic::Location::file return typeIsaac Chen-1/+1
2025-08-02corrected lifetime in core::panic::Location::file return typeIsaac Chen-1/+1
2025-08-02fmt with table lookup for binary, octal and hexPascal S. de Kloe-122/+55
2025-08-02Rollup merge of #144797 - nilehmann:safety-comment-niche, r=NoratriebSamuel Tardieu-3/+3
2025-08-02Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=AmanieuSamuel Tardieu-25/+29
2025-08-01Fix safety comment for new_unchecked in niche_typesNico Lehmann-3/+3
2025-08-01Constify additional Result functionsEvgenii Zheltonozhskii-25/+112
2025-07-31Correct some grammar in integer documentationTrevor Gross-18/+12
2025-07-31add Option::reduceJeremy Smart-0/+36
2025-07-30Stabilize strict_overflow_opsNurzhan Sakén-87/+54
2025-07-30`AlignmentEnum` should just be `repr(usize)` nowScott McMurray-3/+5
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-37/+1
2025-07-29Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhprattbors-1/+41
2025-07-29Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdevJacob Pratt-1/+41
2025-07-29Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35bors-3/+16
2025-07-29Fix Ord, Eq and Hash implementation of panic::LocationOrson Peters-1/+41
2025-07-29Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqdStuart Cook-1/+1
2025-07-29LoongArch64 LSX fast-path for `str.contains(&str)`WANG Rui-3/+16
2025-07-29Fix typo in `DropGuard` docLucas Werkmeister-1/+1
2025-07-29Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35Stuart Cook-0/+48
2025-07-29clearer wording for `unsafe` codegewitternacht-2/+2
2025-07-29Rollup merge of #144582 - usamoi:docs, r=RalfJungStuart Cook-9/+9
2025-07-29Rollup merge of #144575 - xonx4l:patch-6, r=scottmcmStuart Cook-1/+1
2025-07-29Rollup merge of #144539 - RalfJung:const_with_exposed_provenance, r=oli-obkStuart Cook-2/+4
2025-07-29Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-SimulacrumStuart Cook-0/+159
2025-07-29Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhprattbors-326/+1
2025-07-28fix `Atomic*::as_ptr` wordingusamoi-9/+9
2025-07-28Add `core::mem::DropGuard`Yosh-0/+159
2025-07-28fixed typo chunks->as_chunksxonx-1/+1
2025-07-28Rollup merge of #144472 - okaneco:char_bound, r=Mark-SimulacrumMatthias Krüger-14/+26
2025-07-28Rollup merge of #144072 - usamoi:docs, r=Mark-SimulacrumMatthias Krüger-9/+15
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-326/+1
2025-07-27constify with_exposed_provenanceRalf Jung-2/+4
2025-07-26Use `cast_array` in coreScott McMurray-10/+10
2025-07-26Implement `ptr_cast_array`Scott McMurray-0/+25
2025-07-26Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter...Matthias Krüger-0/+2
2025-07-25Add parentheses around expression arguments to `..`Josh Triplett-1/+1
2025-07-25Avoid placing `// FIXME` comments inside doc code blocksJosh Triplett-1/+1
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-23/+27
2025-07-25str: Mark unstable `round_char_boundary` feature functions as constokaneco-14/+26
2025-07-25fmt of non-decimals is always non-negative due to the two's-complement outputPascal S. de Kloe-40/+48
2025-07-25Rollup merge of #144314 - kornelski:pivot-safely, r=jhprattMatthias Krüger-10/+10
2025-07-25Rollup merge of #143970 - SunkenPotato:update_mem_copy_docs, r=scottmcmMatthias Krüger-1/+1
2025-07-25Rollup merge of #143424 - hkBst:auto-deref, r=jhprattMatthias Krüger-7/+7