| Age | Commit message (Expand) | Author | Lines |
| 2025-07-30 | ci: Don't print output twice in `ci-util` | Trevor Gross | -3/+1 |
| 2025-07-30 | ci: Switch to strongly typed directives | Trevor Gross | -25/+54 |
| 2025-07-30 | `AlignmentEnum` should just be `repr(usize)` now | Scott McMurray | -3/+5 |
| 2025-07-30 | const-eval: full support for pointer fragments | Ralf Jung | -45/+5 |
| 2025-07-29 | Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhpratt | bors | -3/+123 |
| 2025-07-29 | Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdev | Jacob Pratt | -3/+123 |
| 2025-07-29 | Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35 | bors | -3/+16 |
| 2025-07-29 | Fix Ord, Eq and Hash implementation of panic::Location | Orson Peters | -3/+123 |
| 2025-07-29 | ci: Simplify tests for verbatim paths | Trevor Gross | -5/+4 |
| 2025-07-29 | cleanup: Trim trailing whitespace | Trevor Gross | -4/+4 |
| 2025-07-29 | Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqd | Stuart Cook | -1/+1 |
| 2025-07-29 | LoongArch64 LSX fast-path for `str.contains(&str)` | WANG Rui | -3/+16 |
| 2025-07-29 | Fix typo in `DropGuard` doc | Lucas Werkmeister | -1/+1 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -29/+78 |
| 2025-07-29 | Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35 | Stuart Cook | -0/+48 |
| 2025-07-29 | Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35 | Stuart Cook | -202/+1038 |
| 2025-07-29 | add extra drop, panic, and unwind tests | Connor Tsui | -22/+80 |
| 2025-07-29 | add nonpoison and poison mutex tests | Connor Tsui | -146/+260 |
| 2025-07-29 | reorder mutex tests | Connor Tsui | -144/+158 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -0/+650 |
| 2025-07-29 | clean up existing poison files | Connor Tsui | -5/+5 |
| 2025-07-29 | Switch to using a GH app for authenticating sync PRs | Jakub Beránek | -5/+3 |
| 2025-07-29 | Use GitHub app for authenticating sync workflows | Jakub Beránek | -1/+2 |
| 2025-07-29 | clearer wording for `unsafe` code | gewitternacht | -2/+2 |
| 2025-07-29 | Rollup merge of #144582 - usamoi:docs, r=RalfJung | Stuart Cook | -9/+9 |
| 2025-07-29 | Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm | Stuart Cook | -1/+1 |
| 2025-07-29 | Rollup merge of #144539 - RalfJung:const_with_exposed_provenance, r=oli-obk | Stuart Cook | -2/+4 |
| 2025-07-29 | Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-Simulacrum | Stuart Cook | -0/+207 |
| 2025-07-29 | Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhpratt | bors | -539/+22 |
| 2025-07-28 | Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 |
| 2025-07-28 | thread name in stack overflow message | joboet | -29/+78 |
| 2025-07-28 | fix `Atomic*::as_ptr` wording | usamoi | -9/+9 |
| 2025-07-28 | Add `core::mem::DropGuard` | Yosh | -0/+207 |
| 2025-07-28 | fixed typo chunks->as_chunks | xonx | -1/+1 |
| 2025-07-28 | Rollup merge of #144472 - okaneco:char_bound, r=Mark-Simulacrum | Matthias Krüger | -14/+26 |
| 2025-07-28 | Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simul... | Matthias Krüger | -3/+19 |
| 2025-07-28 | Rollup merge of #144072 - usamoi:docs, r=Mark-Simulacrum | Matthias Krüger | -9/+15 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -539/+22 |
| 2025-07-28 | Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgr | bors | -6/+0 |
| 2025-07-28 | Rollup merge of #144471 - tgross35:compiler-builtins-asm, r=Amanieu | Matthias Krüger | -6/+0 |
| 2025-07-27 | Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikic | bors | -0/+10 |
| 2025-07-27 | Remove `no-asm` gating when there is no alternative implementation | Trevor Gross | -29/+12 |
| 2025-07-27 | Implement `floor` and `ceil` in assembly on `i586` | Folkert de Vries | -52/+55 |
| 2025-07-27 | constify with_exposed_provenance | Ralf Jung | -2/+4 |
| 2025-07-27 | chore: handling the case where --generate-only flag is passed | Madhav Madhusoodanan | -24/+37 |
| 2025-07-27 | feat: updated Argument<T> type for functional compatibility with other | Madhav Madhusoodanan | -30/+32 |
| 2025-07-27 | Avoid inlining `floor` into `rem_pio2` | quaternic | -1/+9 |
| 2025-07-26 | Rollup merge of #144422 - itf:itf-patch-2-1, r=ChrisDenton | Jacob Pratt | -13/+3 |
| 2025-07-26 | Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDenton | Jacob Pratt | -2/+5 |
| 2025-07-26 | libm: Update for new warn-by-default clippy lints | Trevor Gross | -1/+4 |