| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+4 |
| 2025-01-18 | Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcm | Matthias Krüger | -1/+0 |
| 2025-01-17 | Stabilize `float_next_up_down` | Trevor Gross | -1/+0 |
| 2025-01-17 | Move `std::pipe::*` into `std::io` | Jiahao XU | -2/+0 |
| 2025-01-11 | Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt | Jacob Pratt | -0/+1 |
| 2025-01-11 | Implement `ByteStr` and `ByteString` types | Josh Triplett | -0/+4 |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -0/+1 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -0/+1 |
| 2025-01-02 | path in detail | Liigo Zhuang | -1/+1 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -1/+0 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -0/+1 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+2 |
| 2024-12-11 | Stabilize the Rust 2024 prelude | Eric Huss | -1/+0 |
| 2024-12-05 | Added struct `fmt::FormattingOptions` | Elias Holzmann | -0/+1 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -1/+1 |
| 2024-12-02 | stabilize const_collections_with_hasher and build_hasher_default_const_new | Ralf Jung | -1/+0 |
| 2024-12-01 | Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt | Jacob Pratt | -2/+0 |
| 2024-11-30 | remove a whole bunch of unnecessary const feature gates | Ralf Jung | -2/+0 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -4/+2 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -0/+1 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -1/+0 |
| 2024-11-27 | update cfgs | Boxy | -4/+2 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -0/+1 |
| 2024-11-25 | std: expose `const_io_error!` as `const_error!` | joboet | -0/+1 |
| 2024-11-25 | Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -3/+0 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-11-20 | re-export `is_loongarch_feature_detected` | WANG Rui | -0/+2 |
| 2024-11-19 | UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc | Zachary S | -0/+1 |
| 2024-11-18 | std: allow after-main use of synchronization primitives | joboet | -3/+0 |
| 2024-11-05 | Change some code blocks to quotes in rendered std doc | uellenberg | -6/+4 |
| 2024-11-03 | Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-11-02 | remove const_hash feature leftovers | Ralf Jung | -1/+0 |
| 2024-11-02 | const_with_hasher test: actually construct a usable HashMap | Ralf Jung | -0/+1 |
| 2024-11-02 | fix some stability annotations | Lukas Markeffsky | -1/+1 |
| 2024-10-24 | Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb | bors | -0/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -2/+2 |
| 2024-10-19 | Remove the Arc rt::init allocation for thread info | GnomedDev | -0/+1 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -1/+0 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -0/+1 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -0/+1 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -1/+8 |
| 2024-10-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -3/+0 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -1/+8 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -1/+3 |
| 2024-09-24 | Pre-allocate buffers in `File::open_buffered` and `create_buffered` | Josh Stone | -0/+1 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -7/+11 |
| 2024-09-23 | Fix up standard library intro | Michael Howell | -7/+11 |
| 2024-09-23 | random: add tracking issue, address other comments | joboet | -1/+1 |
| 2024-09-23 | std: implement the `random` feature | joboet | -0/+4 |