about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-30ci: Don't print output twice in `ci-util`Trevor Gross-3/+1
2025-07-30ci: Switch to strongly typed directivesTrevor Gross-25/+54
2025-07-30`AlignmentEnum` should just be `repr(usize)` nowScott McMurray-3/+5
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-45/+5
2025-07-29Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhprattbors-3/+123
2025-07-29Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdevJacob Pratt-3/+123
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-3/+123
2025-07-29ci: Simplify tests for verbatim pathsTrevor Gross-5/+4
2025-07-29cleanup: Trim trailing whitespaceTrevor Gross-4/+4
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 #144500 - joboet:thread-name-stack-overflow, r=ChrisDentonStuart Cook-29/+78
2025-07-29Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35Stuart Cook-0/+48
2025-07-29Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35Stuart Cook-202/+1038
2025-07-29add extra drop, panic, and unwind testsConnor Tsui-22/+80
2025-07-29add nonpoison and poison mutex testsConnor Tsui-146/+260
2025-07-29reorder mutex testsConnor Tsui-144/+158
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-0/+650
2025-07-29clean up existing poison filesConnor Tsui-5/+5
2025-07-29Switch to using a GH app for authenticating sync PRsJakub Beránek-5/+3
2025-07-29Use GitHub app for authenticating sync workflowsJakub Beránek-1/+2
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/+207
2025-07-29Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhprattbors-539/+22
2025-07-28Auto merge of #144524 - rust-lang:cargo_update, r=clubby789bors-2/+2
2025-07-28thread name in stack overflow messagejoboet-29/+78
2025-07-28fix `Atomic*::as_ptr` wordingusamoi-9/+9
2025-07-28Add `core::mem::DropGuard`Yosh-0/+207
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 #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simul...Matthias Krüger-3/+19
2025-07-28Rollup merge of #144072 - usamoi:docs, r=Mark-SimulacrumMatthias Krüger-9/+15
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-539/+22
2025-07-28Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgrbors-6/+0
2025-07-28Rollup merge of #144471 - tgross35:compiler-builtins-asm, r=AmanieuMatthias Krüger-6/+0
2025-07-27Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikicbors-0/+10
2025-07-27Remove `no-asm` gating when there is no alternative implementationTrevor Gross-29/+12
2025-07-27Implement `floor` and `ceil` in assembly on `i586`Folkert de Vries-52/+55
2025-07-27constify with_exposed_provenanceRalf Jung-2/+4
2025-07-27chore: handling the case where --generate-only flag is passedMadhav Madhusoodanan-24/+37
2025-07-27feat: updated Argument<T> type for functional compatibility with otherMadhav Madhusoodanan-30/+32
2025-07-27Avoid inlining `floor` into `rem_pio2`quaternic-1/+9
2025-07-26Rollup merge of #144422 - itf:itf-patch-2-1, r=ChrisDentonJacob Pratt-13/+3
2025-07-26Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDentonJacob Pratt-2/+5
2025-07-26libm: Update for new warn-by-default clippy lintsTrevor Gross-1/+4