about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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
2025-07-27cargo updategithub-actions-2/+2
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/+9
2025-07-26Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35bors-6/+11
2025-07-26Rollup merge of #143859 - orlp:thread-into-raw-align, r=jhprattTrevor Gross-1/+7
2025-07-26Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogbTrevor Gross-5/+4
2025-07-26Rollup merge of #144364 - alexcrichton:update-dlmalloc, r=Mark-SimulacrumTrevor Gross-3/+3
2025-07-25Avoid making the start of a doc code block conditionalJosh Triplett-2/+3
2025-07-25Add parentheses around expression arguments to `..`Josh Triplett-1/+1
2025-07-25Avoid placing `// FIXME` comments inside doc code blocksJosh Triplett-7/+7
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-24/+28
2025-07-25str: Mark unstable `round_char_boundary` feature functions as constokaneco-14/+26
2025-07-25Remove `compiler-builtins-mangled-names`Trevor Gross-3/+0
2025-07-25Remove `compiler-builtins-no-asm`Trevor Gross-3/+0
2025-07-25Merge pull request #1863 from folkertdev/combine-rust-filesSayantan Chakraborty-258/+294
2025-07-25Add a note on foreign exceptionsAlisa Sireneva-0/+3
2025-07-25Add a list of failure conditions for poisoningAlisa Sireneva-4/+19