about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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
2025-07-24Rollup merge of #144278 - Qelxiros:rev-into-inner, r=tgross35León Orell Valerian Liehr-0/+19
2025-07-23add Rev::into_innerJeremy Smart-0/+19
2025-07-23Document (internally) that `Range*<&T> as RangeBounds<T>` impls are intention...Zachary S-0/+48
2025-07-23Disable non_exhaustive_omitted_patterns within matches! macroJonas Platte-0/+2
2025-07-23Hint that choose_pivot returns index in boundsKornel-10/+10
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-62/+57
2025-07-23add links to collectionsgewitternacht-0/+5
2025-07-23remove trailing whitespacegewitternacht-1/+1
2025-07-22document assumptions about `Clone` and `Eq` traitsgewitternacht-0/+24
2025-07-22Auto merge of #144205 - hkBst:flt2dec, r=workingjubileebors-11/+7
2025-07-22Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk许杰友 Jieyou Xu (Joe)-2/+0
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-69/+149
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-69/+149
2025-07-21Stabilize const `TypeId::of`Oli Scherer-2/+2
2025-07-20Option::as_slice: fix commentRalf Jung-1/+1
2025-07-20flt2dec: use fill instead of loopMarijn Schouten-11/+7
2025-07-20Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubileeGuillaume Gomez-32/+28
2025-07-20Rollup merge of #143282 - nxsaken:strict_sub_signed, r=jhprattGuillaume Gomez-4/+41
2025-07-20Remove the ptr_unique lang itembjorn3-2/+0
2025-07-20Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obkMatthias Krüger-1/+1