| Age | Commit message (Expand) | Author | Lines |
| 2025-06-05 | Auto merge of #142070 - matthiaskrgr:rollup-e7lxtuo, r=matthiaskrgr | bors | -22/+11 |
| 2025-06-05 | Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub... | Matthias Krüger | -22/+11 |
| 2025-06-05 | Auto merge of #135054 - cramertj:file-cstr, r=m-ou-se | bors | -16/+25 |
| 2025-06-05 | Stabilize `const_eq_ignore_ascii_case` | Paolo Barbolini | -2/+2 |
| 2025-06-05 | fix Zip unsoundness (again) | The 8472 | -41/+33 |
| 2025-06-04 | Add Location::file_with_nul | Taylor Cramer | -16/+25 |
| 2025-06-04 | Rollup merge of #141893 - usamoi:lossless, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-06-04 | Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis... | Matthias Krüger | -0/+14 |
| 2025-06-04 | Rollup merge of #136687 - joshtriplett:improve-display-and-fromstr-docs, r=Am... | Matthias Krüger | -0/+28 |
| 2025-06-03 | `Display`: Rework explanation of `FromStr`/`Display` round-tripping | Josh Triplett | -2/+7 |
| 2025-06-03 | `FromStr`: Rework explanation of `FromStr`/`Display` round-tripping | Josh Triplett | -6/+5 |
| 2025-06-03 | Add some more description of interactions between `Display` and `FromStr` | Josh Triplett | -0/+6 |
| 2025-06-03 | Improve the documentation of `Display` and `FromStr`, and their interactions | Josh Triplett | -0/+18 |
| 2025-06-03 | Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubilee | Matthias Krüger | -115/+12 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -0/+34 |
| 2025-06-04 | std: simplify `NonNull` variance documentation | xizheyin | -11/+16 |
| 2025-06-03 | Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgr | bors | -3/+3 |
| 2025-06-03 | Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-06-03 | Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-06-03 | move `test-float-parse` tool into `src/tools` dir | onur-ozkan | -1/+1 |
| 2025-06-03 | Update ABI compatibility docs about null-pointer-optimized enums. | zachs18 | -0/+3 |
| 2025-06-03 | Rollup merge of #141873 - neeko-cat:patch-1, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-06-02 | Remove more library bootstrap | Josh Stone | -1/+0 |
| 2025-06-02 | Remove bootstrap cfgs from library/ | Josh Stone | -114/+12 |
| 2025-06-02 | Disable f64 minimum/maximum tests for arm 32 | Eric Huss | -2/+2 |
| 2025-06-02 | Rollup merge of #141874 - usamoi:eps, r=tgross35 | Jakub Beránek | -0/+2 |
| 2025-06-02 | Rollup merge of #141858 - zacryol:spe-docs-typo, r=aDotInTheVoid | Jakub Beránek | -1/+1 |
| 2025-06-02 | remove f16: From<u16> | usamoi | -1/+0 |
| 2025-06-02 | add f16_epsilon and f128_epsilon | usamoi | -0/+2 |
| 2025-06-02 | Fixed a typo in `ManuallyDrop`'s doc | neeko-cat | -1/+1 |
| 2025-06-01 | Rollup merge of #141224 - RalfJung:no-objects, r=traviscross | Guillaume Gomez | -142/+145 |
| 2025-06-01 | Fix typo in `StructuralPartialEq` docs | zacryol | -1/+1 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -50/+120 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -44/+80 |
| 2025-06-01 | Rollup merge of #141215 - xizheyin:issue-141138, r=workingjubilee | Jacob Pratt | -2/+37 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -4/+3 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -20/+120 |
| 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 | Stabilize `ip_from` | Pavel Grigorenko | -6/+6 |
| 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 |