| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -69/+66 |
| 2025-05-22 | try_cast_aligned: avoid bare int-to-ptr casts | Ralf Jung | -21/+15 |
| 2025-05-22 | Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu | bors | -27/+27 |
| 2025-05-21 | Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubilee | Matthias Krüger | -27/+45 |
| 2025-05-21 | Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnay | Matthias Krüger | -5/+5 |
| 2025-05-21 | limit impls of `VaArgSafe` to just types that are actually safe | Folkert de Vries | -27/+45 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -53/+86 |
| 2025-05-21 | Disable autodiff bootstrapping | Marcelo Domínguez | -17/+24 |
| 2025-05-21 | Rollup merge of #141222 - mathisbot:ptr_trycastaligned, r=tgross35 | Matthias Krüger | -0/+85 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -27/+27 |
| 2025-05-20 | Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`. | Mathis Bottinelli | -0/+85 |
| 2025-05-20 | Rollup merge of #141289 - compiler-errors:more-self, r=jhpratt | Matthias Krüger | -1/+1 |
| 2025-05-20 | Rollup merge of #141282 - DJMcNab:core-float-math-math, r=tgross35 | Matthias Krüger | -772/+828 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -772/+828 |
| 2025-05-20 | use Self alias in self types rather than manually substituting it | Michael Goulet | -1/+1 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -1/+15 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -303/+309 |
| 2025-05-18 | add exact_div functions | Jeremy Smart | -1/+207 |
| 2025-05-19 | Rollup merge of #141110 - xizheyin:issue-141107, r=workingjubilee | Stuart Cook | -2/+2 |
| 2025-05-18 | Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum | bors | -4/+113 |
| 2025-05-18 | Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -1/+1 |
| 2025-05-18 | float: Add `f16` parsing and printing | Trevor Gross | -4/+113 |
| 2025-05-18 | [std] fix the presentation of `split_off_mut` and `split_off` documentation | xizheyin | -2/+2 |
| 2025-05-18 | Rollup merge of #140511 - mathisbot:master, r=dtolnay | León Orell Valerian Liehr | -3/+4 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -1/+1 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -2/+1684 |
| 2025-05-17 | Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcm | Matthias Krüger | -0/+63 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -69/+66 |
| 2025-05-17 | Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2025-05-16 | Implement `advance_by` via `try_fold` for `Sized` iterators | Benoît du Garreau | -5/+31 |
| 2025-05-16 | Add assert_unsafe_precondition!()s to as_ascii_unchecked() methods | sam skeoch | -0/+20 |
| 2025-05-16 | Add as_ascii_unchecked() methods to char, str, and u8 | sam skeoch | -0/+43 |
| 2025-05-16 | Updated feature and stable flags | Ryan van Polen | -4/+3 |
| 2025-05-16 | Rollup merge of #140791 - xizheyin:issue-140761, r=ibraheemdev | Matthias Krüger | -2/+8 |
| 2025-05-15 | Updated std doctests for wasm | Eric Huss | -8/+8 |