| Age | Commit message (Expand) | Author | Lines |
| 2025-08-04 | Merge ref '07b7dc90ee4d' from rust-lang/rust | The Miri Cronjob Bot | -152/+580 |
| 2025-08-05 | Ignore sleep_until test on SGX | Raoul Strackx | -0/+1 |
| 2025-08-05 | Rollup merge of #144872 - connortsui20:once-poison-docs, r=Amanieu | Samuel Tardieu | -5/+118 |
| 2025-08-05 | Rollup merge of #144867 - scottmcm:more-as-array, r=chenyukang | Samuel Tardieu | -16/+12 |
| 2025-08-05 | Rollup merge of #144852 - Kivooeo:rename-panic, r=m-ou-se | Samuel Tardieu | -2/+2 |
| 2025-08-04 | Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-Simulacrum | Stuart Cook | -6/+6 |
| 2025-08-04 | Rollup merge of #144667 - scottmcm:alignment-is-usize, r=tgross35 | Stuart Cook | -3/+5 |
| 2025-08-04 | Rollup merge of #144188 - joshtriplett:available-parallelism, r=Mark-Simulacrum | Stuart Cook | -0/+3 |
| 2025-08-04 | Rollup merge of #142205 - paolobarbolini:const_swap_with_slice-impl, r=Mark-S... | Stuart Cook | -1/+2 |
| 2025-08-03 | add poisoning documentation to `LazyLock` | Connor Tsui | -2/+58 |
| 2025-08-03 | add poisoning documentation to `LazyCell` | Connor Tsui | -2/+59 |
| 2025-08-03 | fix broken doc section link in `poison.rs` | Connor Tsui | -1/+1 |
| 2025-08-03 | Rollup merge of #144843 - rust-lang:cargo_update, r=clubby789 | Samuel Tardieu | -7/+6 |
| 2025-08-03 | Rollup merge of #144070 - stifskere:feat/macros/hash_map, r=Noratrieb | Samuel Tardieu | -0/+76 |
| 2025-08-03 | Use `as_array` in PartialEq for arrays | Scott McMurray | -16/+12 |
| 2025-08-03 | remove rust_ prefixes | Kivooeo | -6/+6 |
| 2025-08-03 | rename rust_panic_without_hook | Kivooeo | -2/+2 |
| 2025-08-03 | cargo update | github-actions | -7/+6 |
| 2025-08-02 | Rollup merge of #144797 - nilehmann:safety-comment-niche, r=Noratrieb | Samuel Tardieu | -3/+3 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -34/+39 |
| 2025-08-02 | Rollup merge of #144185 - purplesyringa:poisoning-wording, r=Amanieu | Samuel Tardieu | -25/+87 |
| 2025-08-02 | Rollup merge of #143771 - Randl:const-result, r=tgross35 | Samuel Tardieu | -25/+197 |
| 2025-08-02 | feat: implement `hash_map!` macro | stifskere | -0/+76 |
| 2025-08-01 | Fix safety comment for new_unchecked in niche_types | Nico Lehmann | -3/+3 |
| 2025-08-01 | Constify additional Result functions | Evgenii Zheltonozhskii | -25/+197 |
| 2025-08-01 | Rollup merge of #144683 - tgross35:builtins-via-std-workspace, r=bjorn3,Norat... | Jacob Pratt | -26/+24 |
| 2025-07-31 | Correct some grammar in integer documentation | Trevor Gross | -18/+12 |
| 2025-07-31 | Remove `std`'s dependency on `compiler-builtins` | Trevor Gross | -2/+0 |
| 2025-07-31 | Use `core` via `rustc-std-workspace-core` in `library/panic*` | Trevor Gross | -13/+13 |
| 2025-07-31 | uefi: Use slice equality rather than `memcmp` | Trevor Gross | -11/+11 |
| 2025-07-31 | Rollup merge of #144721 - a4lg:riscv-hwprobe-linux-6.16, r=Amanieu | Samuel Tardieu | -4/+10 |
| 2025-07-31 | Rollup merge of #144297 - GuillaumeGomez:ERROR_EXIT_CODE, r=Amanieu | Samuel Tardieu | -2/+2 |
| 2025-07-31 | Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdoc | Guillaume Gomez | -2/+2 |
| 2025-07-31 | std_detect: Linux 6.16 support for RISC-V | Tsukasa OI | -4/+10 |
| 2025-07-31 | Rollup merge of #135975 - balt-dev:master, r=tgross35 | Stuart Cook | -29/+243 |
| 2025-07-30 | Implement push_mut | Balt | -29/+243 |
| 2025-07-30 | `AlignmentEnum` should just be `repr(usize)` now | Scott McMurray | -3/+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 | 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 |