| Age | Commit message (Expand) | Author | Lines |
| 2025-06-09 | Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35 | Matthias Krüger | -180/+4 |
| 2025-06-09 | Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35 | Matthias Krüger | -10/+8 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -6/+4 |
| 2025-06-09 | Rollup merge of #142224 - joshtriplett:remove-gratuitous-wait-in-stress-test,... | Matthias Krüger | -6/+16 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-06-09 | compiler-builtins: Emit `rustc-check-cfg` earlier | Trevor Gross | -2/+3 |
| 2025-06-09 | compiler-builtins: Specify `:r` registers for `usize` | Trevor Gross | -3/+3 |
| 2025-06-09 | compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 Android | Trevor Gross | -10/+30 |
| 2025-06-08 | Avoid a gratuitous 10s wait in a stress test | Josh Triplett | -6/+16 |
| 2025-06-08 | Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis... | Jubilee | -17/+16 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -6/+17 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -9/+0 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -991/+217 |
| 2025-06-08 | Mark `slice::swap_with_slice` unstably const | Paolo Barbolini | -1/+2 |
| 2025-06-08 | De-duplicate f16 & f128 doctest attributes | Urgau | -180/+4 |
| 2025-06-08 | compiler-builtins: Fix a `rustdoc::bare-urls` error | Trevor Gross | -1/+1 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -11/+14 |
| 2025-06-07 | Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obk | Guillaume Gomez | -3/+0 |
| 2025-06-07 | Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case... | Guillaume Gomez | -2/+2 |
| 2025-06-07 | Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-06-07 | centralize aliasing rules discussion in UnsafeCell docs | Ralf Jung | -15/+11 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -991/+217 |
| 2025-06-07 | Address documentation issues identified with Future | Diggory Blake | -7/+16 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -1/+0 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -1/+0 |
| 2025-06-07 | Fix usage of `bootstrap` in core | Urgau | -4/+1 |
| 2025-06-07 | UnsafePinned: update get() docs and signature to allow shared mutation | Ralf Jung | -9/+12 |
| 2025-06-07 | fix wording in assert | Amogh Shivaram | -1/+1 |
| 2025-06-07 | Auto merge of #141964 - sayantn:update-stdarch, r=Amanieu | bors | -0/+0 |
| 2025-06-07 | Make NonZero<char> possible | Marijn Schouten | -5/+19 |
| 2025-06-07 | get rid of spurious cfg(bootstrap) | Ralf Jung | -3/+0 |
| 2025-06-07 | cfg for no no_global_oom_handling | Amogh Shivaram | -0/+1 |
| 2025-06-07 | Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35 | Jacob Pratt | -353/+548 |
| 2025-06-07 | Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=... | Jacob Pratt | -3/+2 |
| 2025-06-06 | put feature attribute in example | Amogh Shivaram | -0/+2 |
| 2025-06-06 | Add `into_chunks` | Amogh Shivaram | -0/+52 |
| 2025-06-06 | fix tests | Jeremy Smart | -4/+9 |
| 2025-06-06 | Rollup merge of #142114 - GuillaumeGomez:u128-const, r=Urgau | Guillaume Gomez | -2/+2 |
| 2025-06-06 | Rollup merge of #142105 - tshepang:basic-usage, r=workingjubilee | Guillaume Gomez | -39/+0 |
| 2025-06-06 | Rollup merge of #141471 - RalfJung:unsafe-fn-in-trait, r=traviscross | Guillaume Gomez | -16/+11 |
| 2025-06-06 | Rollup merge of #140418 - tgross35:std-c-size_t, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-06-06 | unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to c... | Ralf Jung | -16/+11 |
| 2025-06-06 | Stabilised `os_string_pathbuf_leak` | schvv31n | -3/+2 |
| 2025-06-06 | Compute number of digits instead of relying on constant value for u128 displa... | Guillaume Gomez | -2/+2 |
| 2025-06-06 | std: sys: random: uefi: Provide rdrand based fallback | Ayush Singh | -19/+150 |
| 2025-06-06 | remove extraneous text | Tshepang Mbambo | -39/+0 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -6/+17 |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #125087 - tbu-:pr_file_stream_len, r=ChrisDenton | Matthias Krüger | -11/+90 |
| 2025-06-05 | Fix AIX build | Thalia Archibald | -1/+1 |