| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-05 | Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgr | bors | -1177/+1414 |
| 2025-06-05 | Clarify description of `Seek::stream_len` | Tobias Bucher | -1/+1 |
| 2025-06-05 | Optimize `Seek::stream_len` impl for `File` | Tobias Bucher | -10/+89 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -76/+41 |
| 2025-06-05 | Rollup merge of #142036 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -1177/+1414 |
| 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 |