| Age | Commit message (Expand) | Author | Lines |
| 2025-06-07 | Rollup merge of #142148 - workingjubilee:dont-ice-on-force-warn, r=Urgau | Guillaume Gomez | -1/+42 |
| 2025-06-07 | Rollup merge of #142140 - workingjubilee:sort-extern-abi-variants, r=bjorn3 | Guillaume Gomez | -36/+63 |
| 2025-06-07 | Rollup merge of #142126 - compiler-errors:normalize-uv-via-relate, r=BoxyUwU | Guillaume Gomez | -76/+64 |
| 2025-06-07 | Rollup merge of #142116 - jieyouxu:fix-tracing, r=Mark-Simulacrum | Guillaume Gomez | -4/+0 |
| 2025-06-07 | Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case... | Guillaume Gomez | -16/+2 |
| 2025-06-07 | Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscross | Guillaume Gomez | -94/+100 |
| 2025-06-07 | Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-06-07 | Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomez | Guillaume Gomez | -101/+704 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -79/+45 |
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -17/+2 |
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -63/+37 |
| 2025-06-07 | Auto merge of #141950 - oli-obk:big-body-owner-loop, r=compiler-errors | bors | -9/+7 |
| 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 | -15/+13 |
| 2025-06-07 | cci_inrinsic tets: do not use atomic intrinsic | Ralf Jung | -29/+14 |
| 2025-06-07 | move all intrinsic typeck logic into the one big match | Ralf Jung | -495/+457 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -1469/+648 |
| 2025-06-07 | Address documentation issues identified with Future | Diggory Blake | -7/+16 |
| 2025-06-07 | Use `Command::exec` to run `rustc`/`cargo` commands to ensure that if they ex... | Guillaume Gomez | -24/+23 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -25/+5 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -24/+4 |
| 2025-06-07 | Merge pull request #2458 from fmease/followup-type-rustdoc-test-suite | León Orell Valerian Liehr | -3/+4 |
| 2025-06-07 | Fix typo | León Orell Valerian Liehr | -3/+4 |
| 2025-06-08 | fix: `iter_on_single_items` FP on function pointers | yanglsh | -33/+56 |
| 2025-06-07 | Merge pull request #2298 from fmease/rustdoc-testing-addendum | León Orell Valerian Liehr | -127/+200 |
| 2025-06-07 | rustdoc: Further improve chapters and sections on testing | León Orell Valerian Liehr | -127/+200 |
| 2025-06-07 | Fix usage of `bootstrap` in core | Urgau | -4/+1 |
| 2025-06-07 | Only allow `bootstrap` cfg in rustc, related and tool-std | Urgau | -8/+13 |
| 2025-06-08 | Add missing word to `cloned_ref_to_slice_refs` docs | Vincent Ging Ho Yim | -1/+1 |
| 2025-06-07 | Auto merge of #141927 - compiler-errors:perf-select, r=lcnr | bors | -41/+70 |
| 2025-06-07 | Rustup to rustc 1.89.0-nightly (44f415c1d 2025-06-06) | bjorn3 | -1/+1 |
| 2025-06-07 | Fix `branches_sharing_code` suggests wrongly when dealing with macros (#14907) | dswij | -5/+215 |
| 2025-06-07 | Sync from rust 44f415c1d617ebc7b931a243b7b321ef8a6ca47c | bjorn3 | -21/+21 |
| 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 | -9/+9 |
| 2025-06-07 | Auto merge of #141964 - sayantn:update-stdarch, r=Amanieu | bors | -17/+9 |
| 2025-06-07 | bless non-Linux tests | Ralf Jung | -21/+19 |
| 2025-06-07 | make better use of label for data-race and some other errors | Ralf Jung | -388/+240 |
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -578/+581 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -952/+938 |
| 2025-06-07 | Make NonZero<char> possible | Marijn Schouten | -5/+19 |
| 2025-06-07 | rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wording | Martin Nordholts | -35/+78 |
| 2025-06-07 | Add test renamed_feature.rs | xizheyin | -0/+12 |
| 2025-06-07 | get rid of spurious cfg(bootstrap) | Ralf Jung | -3/+0 |
| 2025-06-07 | Auto merge of #141917 - petrochenkov:nobinroot, r=jieyouxu | bors | -4/+2 |
| 2025-06-07 | compiler: Treat ForceWarning as a Warning for diagnostic level | Jubilee Young | -1/+42 |
| 2025-06-07 | test_dup: ensure the FDs remain in sync even after dup'ing | Ralf Jung | -2/+3 |
| 2025-06-07 | Merge pull request #4381 from rust-lang/rustup-2025-06-07 | Ralf Jung | -3661/+3570 |
| 2025-06-07 | Auto merge of #142142 - jhpratt:rollup-frlezq2, r=jhpratt | bors | -570/+815 |