| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | std_detect: Use elf_aux_info on FreeBSD | Taiki Endo | -60/+27 |
| 2024-09-18 | Auto merge of #129845 - scottmcm:redo-layout, r=Noratrieb | bors | -56/+110 |
| 2024-09-17 | Take more advantage of the `isize::MAX` limit in `Layout` | Scott McMurray | -56/+110 |
| 2024-09-17 | read_volatile __rust_no_alloc_shim_is_unstable in alloc_zeroed | Ben Kimock | -1/+7 |
| 2024-09-17 | add `Thread::{into_raw, from_raw}` | Ibraheem Ahmed | -0/+48 |
| 2024-09-18 | Rollup merge of #130481 - krtab:clamp_partial_ord, r=cuviper | Matthias Krüger | -1/+0 |
| 2024-09-17 | Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgr | bors | -84/+172 |
| 2024-09-17 | Remove uneeded PartialOrd bound in cmp::Ord::clamp | Arthur Carcano | -1/+0 |
| 2024-09-17 | Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnay | Matthias Krüger | -84/+172 |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -13/+333 |
| 2024-09-17 | Rollup merge of #128535 - mmvanheusden:master, r=workingjubilee | Matthias Krüger | -66/+107 |
| 2024-09-17 | Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee | bors | -15/+69 |
| 2024-09-17 | Rollup merge of #130448 - alilleybrinker:master, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-09-16 | Update library/alloc/src/sync.rs | matthewpipie | -1/+1 |
| 2024-09-16 | Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnay | bors | -5/+9 |
| 2024-09-16 | fix: Remove duplicate `LazyLock` example. | Andrew Lilley Brinker | -2/+0 |
| 2024-09-15 | Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee | Jubilee | -2/+10 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -109/+31 |
| 2024-09-15 | update docs for `catch_unwind` & related funcs | Kyle J Strand | -30/+70 |
| 2024-09-15 | Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay | Matthias Krüger | -0/+28 |
| 2024-09-15 | simplify abort_unwind | Christopher Durham | -7/+2 |
| 2024-09-15 | Rollup merge of #129439 - okaneco:vec_string_lossy, r=Noratrieb | Matthias Krüger | -0/+74 |
| 2024-09-15 | Rollup merge of #130381 - workingjubilee:sometimes-code-really-is-self-descri... | Matthias Krüger | -6/+3 |
| 2024-09-15 | Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -10/+10 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -3/+3 |
| 2024-09-15 | const_refs_to_cell: dont let mutable references sneak past the interior mutab... | Ralf Jung | -1/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -7/+7 |
| 2024-09-14 | library: Compute Rust exception class from its string repr | Jubilee Young | -6/+3 |
| 2024-09-15 | Rollup merge of #130214 - RalfJung:zeroed, r=Mark-Simulacrum | Stuart Cook | -0/+3 |
| 2024-09-15 | Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki... | Stuart Cook | -16/+531 |
| 2024-09-15 | Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=Amanieu | Stuart Cook | -4/+12 |
| 2024-09-15 | Add tracking issue number for `box_vec_non_null` | Tim (Theemathas) Chirananthavat | -8/+8 |
| 2024-09-14 | std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4. | David Carlier | -0/+1 |
| 2024-09-14 | Rollup merge of #130290 - passcod:stabilise-entry-insert, r=ChrisDenton | León Orell Valerian Liehr | -4/+2 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -5/+13 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -5/+13 |
| 2024-09-14 | Rollup merge of #130053 - glowcoil:next_if-docs, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-09-14 | add std::panic::abort_unwind | Christopher Durham | -0/+3 |
| 2024-09-14 | add core::panic::abort_unwind | Christopher Durham | -0/+30 |
| 2024-09-14 | Enable feature detection on all Apple/Darwin targets | Mads Marquart | -10/+12 |
| 2024-09-14 | Add Mac Catalyst to CI | Mads Marquart | -1/+6 |
| 2024-09-14 | Remove unnecessary SDKROOT/MACOS_DEPLOYMENT_TARGET setup in CI | Mads Marquart | -5/+0 |
| 2024-09-13 | Rustfmt | Caio | -1/+1 |
| 2024-09-13 | [`cfg_match`] Generalize inputs | Caio | -5/+25 |
| 2024-09-13 | Fix awkward wording. | Tim (Theemathas) Chirananthavat | -10/+9 |
| 2024-09-13 | Address WaffleLapkin's comments | Tim (Theemathas) Chirananthavat | -9/+11 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+29 |
| 2024-09-13 | Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=Amanieu | Stuart Cook | -0/+14 |
| 2024-09-13 | Stabilize entry_insert | Félix Saparelli | -4/+2 |