| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -180/+107 |
| 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 | 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 | 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 |
| 2024-05-30 | Fix copy-paste error in `Duration::from_weeks` panic message. | John Millikin | -1/+1 |
| 2024-05-30 | Rollup merge of #125733 - compiler-errors:async-fn-assoc-item, r=fmease | León Orell Valerian Liehr | -1/+5 |
| 2024-05-29 | Elaborate about modifying env vars in multi-threaded programs | Tobias Bucher | -18/+28 |
| 2024-05-29 | Add note about safety of `std::env::set_var` on Windows | Tobias Bucher | -5/+11 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -53/+63 |
| 2024-05-29 | drop_in_place: weaken the claim of equivalence with drop(ptr.read()) | Ralf Jung | -1/+1 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -0/+1 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -1/+1 |
| 2024-05-29 | Add lang items for AsyncFn's associated types | Michael Goulet | -0/+3 |
| 2024-05-29 | [ACP 362] genericize `ptr::from_raw_parts` | Scott McMurray | -12/+12 |
| 2024-05-29 | Add safety comment to fix tidy | Daria Sukhonina | -0/+2 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -0/+11 |
| 2024-05-29 | Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -4/+48 |
| 2024-05-28 | Add custom mir support for `PtrMetadata` | Scott McMurray | -0/+4 |