| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]` | Frank Steffahn | -3/+0 |
| 2025-02-06 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+2 |
| 2025-02-01 | Fix core AsyncFn stability attribute | Eric Huss | -1/+2 |
| 2025-02-01 | Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2025-01-16 | do not in-place-iterate over flatmap/flatten | The 8472 | -32/+2 |
| 2025-01-07 | update version placeholders | Pietro Albini | -59/+59 |
| 2025-01-01 | Rollup merge of #134985 - mgsloan:remove-unnecessary-qualification-in-Ord-tra... | Matthias Krüger | -1/+1 |
| 2025-01-01 | Auto merge of #134969 - Marcondiro:master, r=jhpratt,programmerjake | bors | -7/+11 |
| 2024-12-31 | Remove qualification of `std::cmp::Ordering` in `Ord` doc | Michael Sloan | -1/+1 |
| 2024-12-31 | Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcm | bors | -116/+265 |
| 2024-12-31 | char to_digit: avoid unnecessary casts to u64 | Marcondiro | -7/+11 |
| 2024-12-31 | Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJung | Matthias Krüger | -4/+0 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-31 | fix doc for read write unaligned in zst operation | LemonJ | -4/+0 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -11/+25 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-28 | Fix sentence fragment in `pin` module docs | Geoffrey Thomas | -1/+1 |
| 2024-12-27 | Tidy up bigint mul methods | ltdk | -116/+265 |
| 2024-12-27 | Rollup merge of #133663 - scottmcm:carrying_mul_add, r=Amanieu | Matthias Krüger | -135/+257 |
| 2024-12-27 | Override `carrying_mul_add` in cg_llvm | Scott McMurray | -2/+2 |
| 2024-12-27 | Move `{widening, carrying}_mul` to an intrinsic with fallback MIR | Scott McMurray | -135/+257 |
| 2024-12-27 | Rollup merge of #134606 - RalfJung:ptr-copy-docs, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -5/+3 |
| 2024-12-26 | Rollup merge of #134791 - notriddle:notriddle/inline-ffi-error-types, r=tgross35 | Jacob Pratt | -2/+2 |
| 2024-12-26 | Rollup merge of #134782 - wtlin1228:docs/iter-rposition, r=Mark-Simulacrum | Jacob Pratt | -0/+1 |
| 2024-12-26 | docs: inline `core::ffi::c_str` types to `core::ffi` | Michael Howell | -2/+2 |
| 2024-12-26 | Impl FromIterator for tuples with arity 1-12 | Sebastian Hahn | -33/+35 |
| 2024-12-26 | Fix formatting | Sebastian Hahn | -19/+19 |
| 2024-12-26 | docs: update code example for Iterator#rposition | wtlin1228 | -0/+1 |
| 2024-12-25 | stabilize const_alloc_layout | Ralf Jung | -10/+5 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -3/+18 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -8/+7 |
| 2024-12-24 | chore: fix typos | oliveredget | -3/+3 |
| 2024-12-24 | Rollup merge of #134689 - RalfJung:ptr-swap-test, r=oli-obk | Stuart Cook | -38/+49 |
| 2024-12-24 | Rollup merge of #134662 - ionicmc-rs:any-safety-docs, r=Amanieu | Stuart Cook | -2/+12 |
| 2024-12-23 | core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse... | Ralf Jung | -38/+49 |
| 2024-12-23 | Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiser | Trevor Gross | -6/+4 |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -6/+4 |
| 2024-12-23 | Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgr | bors | -1/+35 |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-12-22 | Rollup merge of #134583 - Enselic:maybe-uninit-transmute, r=workingjubilee | Matthias Krüger | -0/+20 |
| 2024-12-22 | Fixes safety docs for `dyn Any + Send {+ Sync}` | Mostafa Khaled | -2/+12 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -1/+15 |
| 2024-12-22 | Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper | bors | -2/+1 |
| 2024-12-22 | Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472 | bors | -0/+11 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -2/+1 |
| 2024-12-22 | docs: `transmute<&mut T, &mut MaybeUninit<T>>` is unsound when exposed to saf... | Martin Nordholts | -0/+20 |
| 2024-12-22 | Rollup merge of #134602 - kpreid:pointerlike-doc, r=tgross35 | Matthias Krüger | -2/+8 |
| 2024-12-22 | Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgr | bors | -5/+5 |