| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -16/+15 |
| 2024-06-04 | std::unix::fs::get_mode implementation for illumos/solaris. | David Carlier | -0/+4 |
| 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 | impl OsString::leak & PathBuf::leak | schvv31n | -0/+67 |
| 2024-06-04 | Add function `core::iter::chain` | Ross MacArthur | -2/+49 |
| 2024-06-04 | update tracking issue for `const_binary_heap_new_in` | coekjan | -1/+1 |
| 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 | more explicitly state the basic rules of working with the obtained raw pointers | Ralf Jung | -0/+12 |
| 2024-06-04 | Windows: Use futex implementation for `Once` | Timo Kröger | -0/+1 |
| 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 |
| 2024-06-02 | Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboet | bors | -1/+10 |
| 2024-06-02 | from_ref, from_mut: clarify domain of quantification | Ralf Jung | -4/+4 |
| 2024-06-02 | Implement feature `integer_sign_cast` | Rua | -0/+48 |
| 2024-06-01 | Change f32::midpoint to upcast to f64 | RustyYato | -22/+62 |
| 2024-06-02 | Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472 | bors | -2/+5 |
| 2024-06-01 | stablize `const_binary_heap_constructor` & create an unstable feature `const_... | coekjan | -2/+5 |
| 2024-05-31 | Rollup merge of #125730 - mu001999-contrib:clippy-fix, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -0/+13 |
| 2024-05-30 | Avoid `mut` and simplify initialization of `TASK_QUEUE` | Raoul Strackx | -9/+5 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -69/+95 |
| 2024-05-30 | Rollup merge of #125746 - jmillikin:duration-from-weeks-typo, r=lqd | Matthias Krüger | -1/+1 |
| 2024-05-30 | Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubilee | Matthias Krüger | -1/+6 |
| 2024-05-30 | Rollup merge of #125342 - tbu-:pr_doc_write, r=ChrisDenton | Matthias Krüger | -0/+76 |
| 2024-05-30 | explain what the open questions are, and add a Miri test for that | Ralf Jung | -0/+5 |
| 2024-05-30 | Apply x clippy --fix and x fmt | r0cky | -6/+6 |