| Age | Commit message (Expand) | Author | Lines |
| 2025-06-05 | add comments to Zip unsoundness regression test | The 8472 | -2/+24 |
| 2025-06-05 | fix Zip unsoundness (again) | The 8472 | -75/+99 |
| 2025-06-04 | add Vec::peek_mut | Jeremy Smart | -0/+102 |
| 2025-06-04 | `panic-handler`: Remove the `no_core` feature | Trevor Gross | -9/+3 |
| 2025-06-04 | Merge ref 'df8102fe5f24:/library/compiler-builtins' from https://github.com/r... | Trevor Gross | -3408/+5701 |
| 2025-06-04 | Update the upstream Rust version | Trevor Gross | -0/+1 |
| 2025-06-04 | Add tooling for `josh` syncs | Trevor Gross | -0/+424 |
| 2025-06-04 | Add an empty rust-version file | Trevor Gross | -0/+0 |
| 2025-06-04 | Replace the musl submodule with a download script | Trevor Gross | -18/+30 |
| 2025-06-04 | Add Location::file_with_nul | Taylor Cramer | -16/+25 |
| 2025-06-04 | coretests: move float tests from num to floats module and use a more flexible... | Ralf Jung | -353/+548 |
| 2025-06-04 | Rollup merge of #141939 - Qelxiros:139911-exact-div-tests, r=workingjubilee | Matthias Krüger | -0/+62 |
| 2025-06-04 | Rollup merge of #141924 - rs-sac:extr-doc, r=jhpratt | Matthias Krüger | -7/+7 |
| 2025-06-04 | Rollup merge of #141893 - usamoi:lossless, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-06-04 | Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu | Matthias Krüger | -5/+7 |
| 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 | add tests for negative numbers | Jeremy Smart | -0/+14 |
| 2025-06-03 | Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgr | bors | -145/+58 |
| 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 | -134/+14 |
| 2025-06-03 | Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35 | Matthias Krüger | -11/+10 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -0/+52996 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -0/+34 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -39/+86 |
| 2025-06-04 | std: simplify `NonNull` variance documentation | xizheyin | -11/+16 |
| 2025-06-03 | Update stdarch submodule | sayantn | -0/+0 |
| 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-03 | Rollup merge of #140715 - lukaslueg:oncecellsyncdocs, r=tgross35 | Matthias Krüger | -5/+13 |
| 2025-06-02 | add tests | Jeremy Smart | -0/+48 |
| 2025-06-02 | compiler-builtins: Eliminate symlinks | Trevor Gross | -2/+1 |
| 2025-06-02 | libm-test: Fix unintentional skips in `binop_common` | Trevor Gross | -12/+34 |
| 2025-06-02 | Remove more library bootstrap | Josh Stone | -12/+1 |
| 2025-06-02 | ci: Refactor benchmark regression checks | Trevor Gross | -74/+29 |
| 2025-06-02 | Stabilize AVX512 intrinsics | Amanieu d'Antras | -4595/+4595 |
| 2025-06-02 | Fix incorrect intrinsic name in WASM | sayantn | -2/+2 |
| 2025-06-02 | Fix incorrect intrinsic name in X86 | sayantn | -11/+11 |
| 2025-06-02 | Remove uses of deprecated type-specific pointers from ARM | sayantn | -380/+380 |
| 2025-06-02 | Use correct LLVM intrinsic for `vmull` and `vaddv` | sayantn | -36/+36 |
| 2025-06-02 | Use rust intrinsics for more ARM intrinsics | sayantn | -527/+73 |
| 2025-06-02 | Mark Neon f16 vectors as unstable | Adam Gemmell | -4/+9 |
| 2025-06-02 | Revert vbsl[q]_f16 to unstable | Adam Gemmell | -18/+3 |