| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -0/+8 |
| 2025-08-18 | Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu | bors | -0/+1 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -0/+8 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -0/+1 |
| 2025-08-15 | Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -3/+4 |
| 2025-08-13 | Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcm | Jakub Beránek | -0/+1 |
| 2025-08-13 | Make std use the edition 2024 prelude | Tim (Theemathas) Chirananthavat | -1/+1 |
| 2025-08-12 | Add cast_init and cast_uninit methods for pointers | ltdk | -0/+1 |
| 2025-08-12 | Constify SystemTime methods | ltdk | -0/+6 |
| 2025-08-07 | Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnay | Trevor Gross | -1/+0 |
| 2025-08-04 | remove feature gate | Kivooeo | -1/+0 |
| 2025-08-02 | feat: implement `hash_map!` macro | stifskere | -0/+2 |
| 2025-07-29 | Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-07-28 | Add `core::mem::DropGuard` | Yosh | -0/+1 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -1/+0 |
| 2025-07-20 | Stabilize `const_float_round_methods` | Nurzhan Sakén | -1/+0 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -4/+2 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -1/+0 |
| 2025-06-02 | Remove more library bootstrap | Josh Stone | -6/+1 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -2/+1 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -0/+1 |
| 2025-05-29 | Make `std/src/num` mirror `core/src/num` | Trevor Gross | -2/+4 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -2/+5 |
| 2025-05-21 | Disable autodiff bootstrapping | Marcelo Domínguez | -2/+5 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -2/+2 |
| 2025-05-19 | Add `std::io::Seek` instance for `std::io::Take` | Mario Pastorelli | -0/+1 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-16 | Remove #![feature(let_chains)] from library and src/librustdoc | est31 | -1/+0 |
| 2025-05-13 | Initial implementation of `core_float_math` | Trevor Gross | -0/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-01 | Delegate to inner `vec::IntoIter` from `env::ArgsOs` | Thalia Archibald | -0/+3 |
| 2025-04-28 | Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrum | bors | -0/+1 |
| 2025-04-28 | Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomcc | Chris Denton | -2/+8 |
| 2025-04-27 | Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -0/+1 |
| 2025-04-26 | docs: fix incorrect stability markers on `std::{todo, matches}` | Michael Howell | -2/+8 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+1 |
| 2025-04-16 | Also remove the no_sanitize feature for std | Bastian Kersting | -1/+0 |
| 2025-04-05 | Rollup merge of #136457 - calder:master, r=tgross35 | Stuart Cook | -0/+1 |
| 2025-04-04 | Expose algebraic floating point intrinsics | Calder Coalson | -0/+1 |
| 2025-03-28 | std: deduplicate `errno` accesses | joboet | -0/+1 |
| 2025-03-16 | Rollup merge of #137492 - nabijaczleweli:master, r=thomcc | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2025-03-09 | expose `is_s390x_feature_detected` from `std::arch` | Folkert de Vries | -0/+2 |
| 2025-02-24 | libstd: rustdoc: correct note on fds 0/1/2 pre-main | наб | -1/+3 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-02-22 | Stabilise c_str_module | ltdk | -1/+0 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -0/+1 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -1/+1 |