| Age | Commit message (Expand) | Author | Lines |
| 2025-08-02 | added regression test for `core::panic::Location::file`'s lifetime | Isaac Chen | -0/+39 |
| 2025-08-02 | corrected lifetime in core::panic::Location::file return type | Isaac Chen | -1/+1 |
| 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 | add Option::reduce | Jeremy Smart | -0/+37 |
| 2025-07-31 | [Doc] Add links to the various collections | Bruno Roy | -6/+6 |
| 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 |
| 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 |