| Age | Commit message (Expand) | Author | Lines |
| 2024-06-11 | fix rustfmt issue in libstd | Rémy Rakic | -4/+1 |
| 2024-06-10 | replace version placeholder | Pietro Albini | -110/+110 |
| 2024-06-07 | Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcm | Matthias Krüger | -3/+1 |
| 2024-06-07 | Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-06-07 | Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi | Matthias Krüger | -3/+1 |
| 2024-06-07 | Auto merge of #126110 - workingjubilee:backtrace-0.3.73, r=workingjubilee | bors | -2/+2 |
| 2024-06-06 | Update backtrace to 0.3.73 | Jubilee Young | -2/+2 |
| 2024-06-06 | Rollup merge of #125606 - diondokter:opt-size-int-fmt, r=cuviper | Jubilee | -0/+33 |
| 2024-06-06 | Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt | Jubilee | -1/+6 |
| 2024-06-06 | [RFC-2011] Allow `core_intrinsics` when activated | Caio | -1/+6 |
| 2024-06-06 | Stabilize Option::take_if | Daniel Sedlak | -3/+1 |
| 2024-06-05 | Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB | Jubilee Young | -4/+4 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -17/+11 |
| 2024-06-05 | Rollup merge of #126032 - ChrisDenton:update-docs, r=joboet | Matthias Krüger | -3/+2 |
| 2024-06-05 | Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=... | Matthias Krüger | -14/+9 |
| 2024-06-05 | Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviper | Matthias Krüger | -9/+13 |
| 2024-06-05 | Update description of the `IsTerminal` example | Chris Denton | -3/+2 |
| 2024-06-05 | Update `./x fmt` command | Chris Denton | -1/+1 |
| 2024-06-05 | Rollup merge of #125995 - kpreid:const-uninit-stable, r=Nilstrieb | Jubilee | -12/+5 |
| 2024-06-05 | Rollup merge of #125982 - xTachyon:fix-linked-list, r=jhpratt | Jubilee | -2/+41 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -16/+15 |
| 2024-06-04 | Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`. | Kevin Reid | -2/+1 |
| 2024-06-04 | Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp... | Kevin Reid | -10/+4 |
| 2024-06-04 | Rollup merge of #125932 - schvv31n:patch-1, r=lqd | Guillaume Gomez | -1/+1 |
| 2024-06-04 | Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbini | Guillaume Gomez | -0/+1 |
| 2024-06-04 | Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils... | Guillaume Gomez | -59/+88 |
| 2024-06-04 | Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=Amanieu | Guillaume Gomez | -2/+49 |
| 2024-06-04 | Make deleting on LinkedList aware of the allocator | Andrei Damian | -2/+41 |
| 2024-06-04 | Add function `core::iter::chain` | Ross MacArthur | -2/+49 |
| 2024-06-04 | Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-06-04 | Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-06-04 | Let compiler auto impl `Send` for `Task` | Raoul Strackx | -2/+0 |
| 2024-06-04 | Store `Task::p` as `dyn FnOnce() + Send` | Raoul Strackx | -3/+3 |
| 2024-06-04 | Pass function for `Thread` as `Send` to `Thread::imp` | Raoul Strackx | -2/+3 |
| 2024-06-04 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -180/+107 |
| 2024-06-04 | std::unix::fs::get_path: using fcntl codepath for netbsd instead. | David Carlier | -9/+13 |
| 2024-06-03 | Fix typo in the docs of `HashMap::raw_entry_mut` | Tim Kurdov | -1/+1 |
| 2024-06-03 | Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targets | Lukas Wirth | -0/+1 |
| 2024-06-03 | Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obk | bors | -26/+32 |
| 2024-06-03 | Remove stray "this" | Tobias Bucher | -2/+1 |
| 2024-06-02 | Add "OnceList" example to motivate OnceLock | Jubilee Young | -0/+55 |
| 2024-06-02 | Move first OnceLock example to LazyLock | Jubilee Young | -58/+14 |
| 2024-06-02 | Differ LazyLock vs. OnceLock in std::sync overview | Jubilee Young | -1/+4 |
| 2024-06-02 | Explain LazyCell in core::cell overview | Jubilee Young | -0/+15 |
| 2024-06-03 | Reformat `mir!` macro invocations to use braces. | Nicholas Nethercote | -26/+32 |
| 2024-06-02 | Rollup merge of #125898 - RalfJung:typo, r=Nilstrieb | Jubilee | -2/+2 |
| 2024-06-02 | Rollup merge of #125884 - Rua:integer_sign_cast, r=Mark-Simulacrum | Jubilee | -0/+48 |
| 2024-06-02 | Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472 | Jubilee | -22/+62 |
| 2024-06-02 | Wording of the documentation | Rua | -4/+4 |
| 2024-06-02 | typo: depending from -> on | Ralf Jung | -2/+2 |