| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+10 |
| 2024-09-18 | Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=Amanieu | Jubilee | -0/+1 |
| 2024-09-18 | library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut | Jubilee Young | -0/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -0/+2 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-08-23 | library: Move unstable API of new_uninit to new features | Jubilee Young | -0/+1 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -0/+1 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -0/+2 |
| 2024-08-10 | Update std and compiler | Nadrieril | -1/+1 |
| 2024-08-07 | Add tracking issue to core-pattern-type | ltdk | -1/+1 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -0/+1 |
| 2024-08-03 | Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-08-03 | Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpuid-move-a... | bors | -4/+0 |
| 2024-08-01 | std: Remove has_cpuid | Jubilee Young | -4/+0 |
| 2024-08-01 | Dogfood | Caio | -0/+1 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-07-30 | Move a comment. | Nicholas Nethercote | -1/+1 |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+1 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -44/+41 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-24 | Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton | bors | -0/+2 |
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -0/+2 |
| 2024-07-19 | uefi: process: Fixes from PR | Ayush Singh | -0/+1 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -1/+0 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -1/+0 |
| 2024-07-14 | std: deny(unsafe_op_in_unsafe_fn) but allow sites | Jubilee Young | -1/+2 |
| 2024-07-04 | Rollup merge of #126792 - wooden-worm:master, r=Mark-Simulacrum | Jacob Pratt | -0/+1 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+0 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -2/+0 |
| 2024-06-23 | wasm64 build with target-feature=+simd128,+atomics | wooden-worm | -0/+1 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -1/+0 |
| 2024-06-20 | Stabilize `PanicInfo::message()` and `PanicMessage` | StackOverflowExcept1on | -1/+0 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -1/+0 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-05-23 | Replace fake "restricted-std" Cargo feature by custom cfg | Urgau | -2/+2 |