| Age | Commit message (Expand) | Author | Lines |
| 2025-05-31 | terminology: allocated object → allocation | Ralf Jung | -142/+145 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -44/+80 |
| 2025-05-31 | Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-05-31 | std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f... | xizheyin | -0/+8 |
| 2025-05-31 | Auto merge of #141678 - Kobzol:revert-141516, r=workingjubilee | bors | -32/+2 |
| 2025-05-31 | std: clarify Clone trait documentation about duplication semantics | xizheyin | -2/+37 |
| 2025-05-30 | Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingj... | Jubilee | -123/+67 |
| 2025-05-30 | Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubilee | Jubilee | -1/+207 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -20/+120 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -2/+46 |
| 2025-05-29 | Rollup merge of #141715 - heiher:loong64-f32-midpoint, r=the8472 | Guillaume Gomez | -0/+1 |
| 2025-05-29 | Remove `i128` and `u128` from `improper_ctypes_definitions` | Trevor Gross | -0/+14 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -0/+24 |
| 2025-05-29 | Rollup merge of #139994 - tamird:cstr-display, r=Amanieu | Jacob Pratt | -0/+24 |
| 2025-05-29 | Rollup merge of #141687 - RalfJung:atomic_compare_exchange, r=bjorn3 | Jacob Pratt | -1/+4 |
| 2025-05-29 | Rollup merge of #141612 - jhpratt:phantom-docs, r=tgross35 | Jacob Pratt | -0/+8 |
| 2025-05-29 | Rollup merge of #141533 - RalfJung:rintf, r=bjorn3 | Jacob Pratt | -12/+0 |
| 2025-05-29 | Add `loongarch64` with `d` feature to `f32::midpoint` fast path | WANG Rui | -0/+1 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -2/+46 |
| 2025-05-28 | Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4 | Trevor Gross | -12/+34 |
| 2025-05-28 | core: unstably expose atomic_compare_exchange so stdarch can use it | Ralf Jung | -1/+4 |
| 2025-05-28 | UnsafePinned: also include the effects of UnsafeCell | Ralf Jung | -22/+11 |
| 2025-05-28 | Revert "increase perf of charsearcher for single ascii characters" | Jakub Beránek | -32/+2 |
| 2025-05-28 | Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35 | bors | -0/+60 |
| 2025-05-27 | Rollup merge of #141659 - tkr-sh:map-or-default, r=Amanieu | Trevor Gross | -0/+60 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -53/+86 |
| 2025-05-27 | ✨ feat: map_or_default for result and option | tk | -0/+60 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -20/+9 |
| 2025-05-26 | Minor macro docs fixes | Marcelo Domínguez | -5/+6 |
| 2025-05-26 | core: begin deduplicating pointer docs | binarycat | -123/+67 |
| 2025-05-26 | Call out possibility of invariant result | Jacob Pratt | -0/+8 |
| 2025-05-27 | Rollup merge of #141516 - bend-n:okay, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+32 |
| 2025-05-26 | impl `Default` for `array::IntoIter` | Deadbeef | -0/+7 |
| 2025-05-26 | Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnay | Jacob Pratt | -1/+3 |
| 2025-05-26 | increase perf of charsearcher for single ascii characters | bendn | -2/+32 |
| 2025-05-25 | Auto merge of #141086 - a1phyr:spec_advance_by, r=jhpratt | bors | -5/+31 |
| 2025-05-25 | clean up old rintf leftovers | Ralf Jung | -12/+0 |
| 2025-05-25 | Rollup merge of #141361 - folkertdev:varargs-cfg, r=workingjubilee | Jacob Pratt | -175/+136 |
| 2025-05-24 | Rollup merge of #141498 - tamird:cstr-example-noise, r=jhpratt | Guillaume Gomez | -34/+7 |
| 2025-05-24 | Rollup merge of #140066 - thaliaarchi:const-array-as-mut-slice, r=jhpratt | Guillaume Gomez | -1/+1 |
| 2025-05-24 | Rollup merge of #137323 - joshlf:transmute-npo, r=RalfJung | Matthias Krüger | -14/+16 |
| 2025-05-24 | intrinsics: reduce references to LLVM and update notes on where the implement... | Ralf Jung | -20/+9 |
| 2025-05-24 | Use C-string literals to reduce boilerplate | Tamir Duberstein | -34/+7 |
| 2025-05-24 | add CStr::display | Tamir Duberstein | -0/+24 |
| 2025-05-24 | Auto merge of #141415 - est31:let_chains_libcore, r=tgross35 | bors | -1/+0 |
| 2025-05-23 | Rollup merge of #141065 - ehuss:wasm-doctest-xcompile, r=Mark-Simulacrum | Matthias Krüger | -8/+8 |
| 2025-05-23 | document representation of `Option<unsafe fn()>` | Benno Lossin | -1/+1 |
| 2025-05-23 | use `cfg_select!` to select the right `VaListImpl` definition | Folkert de Vries | -175/+136 |
| 2025-05-23 | Remove #![feature(let_chains)] from libcore | est31 | -1/+0 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -69/+66 |