| Age | Commit message (Expand) | Author | Lines |
| 2025-08-04 | Correct the use of `must_use` on btree::IterMut | Jonathan Brouwer | -1/+1 |
| 2025-08-04 | std: sys: io: io_slice: Add UEFI types | Ayush Singh | -0/+196 |
| 2025-08-04 | Add new `test::print_merged_doctests_times` used by rustdoc to display more d... | Guillaume Gomez | -11/+76 |
| 2025-08-04 | remove begin prefix | Kivooeo | -1/+1 |
| 2025-08-04 | remove feature gate | Kivooeo | -3/+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-04 | remove gate | Kivooeo | -9/+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 | removed gate | Kivooeo | -3/+1 |
| 2025-08-03 | rename rust_panic_without_hook | Kivooeo | -2/+2 |
| 2025-08-03 | Merge pull request #1889 from rust-lang/rustc-pull | Folkert de Vries | -909/+1814 |
| 2025-08-03 | feat: Added another variant of the Constraint enum | Madhav Madhusoodanan | -6/+13 |
| 2025-08-03 | cargo update | github-actions | -7/+6 |
| 2025-08-02 | Change visibility of Args new function | Christopher Hotchkiss | -1/+1 |
| 2025-08-02 | use gcc 15 as the linker on loongarch | Folkert de Vries | -11/+11 |
| 2025-08-02 | fmt with table lookup for binary, octal and hex | Pascal S. de Kloe | -122/+55 |
| 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-31 | Merge ref '32e7a4b92b10' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -908/+1813 |
| 2025-07-31 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-30 | Stabilize strict_overflow_ops | Nurzhan Sakén | -87/+54 |
| 2025-07-30 | Implement push_mut | Balt | -29/+243 |
| 2025-07-30 | Simplify the configuration for no-panic | Trevor Gross | -174/+174 |
| 2025-07-30 | ci: Set pipefail before running ci-util | Trevor Gross | -1/+3 |
| 2025-07-30 | ci: Add a way to run `libm` tests that would otherwise be skipped | Trevor Gross | -0/+13 |
| 2025-07-30 | ci: Commonize the way `PrInfo` is loaded from env | Trevor Gross | -10/+22 |