| Age | Commit message (Expand) | Author | Lines |
| 2025-06-05 | jsondocck: Explain what `KNOWN_DIRECTIVE_NAMES` is doing | Alona Enraght-Moony | -1/+1 |
| 2025-06-05 | Check documentation of bootstrap in PR CI | Jakub Beránek | -0/+1 |
| 2025-06-05 | correct the imports in flags, tests and download | bit-aloo | -5/+8 |
| 2025-06-05 | Move opaque type checks from the hir item types visitor onto the wfcheck of t... | Oli Scherer | -141/+151 |
| 2025-06-05 | doc: Fix inverted meaning in E0783.md | maflcko | -1/+1 |
| 2025-06-05 | Rollup merge of #141970 - onur-ozkan:skip-stage1-std, r=Kobzol | Matthias Krüger | -48/+217 |
| 2025-06-05 | Rollup merge of #141965 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -96/+112 |
| 2025-06-05 | Rollup merge of #141962 - BoxyUwU:rdg-push, r=jieyouxu | Matthias Krüger | -15/+35 |
| 2025-06-05 | Rollup merge of #141938 - ZuseZ4:offload-updates, r=Kobzol | Matthias Krüger | -6/+9 |
| 2025-06-05 | Rollup merge of #141777 - Kobzol:dist-linux-alt-no-pgo-bolt, r=marcoieni | Matthias Krüger | -17/+45 |
| 2025-06-05 | Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub... | Matthias Krüger | -22/+142 |
| 2025-06-05 | Auto merge of #135054 - cramertj:file-cstr, r=m-ou-se | bors | -24/+63 |
| 2025-06-05 | Rustup to rustc 1.89.0-nightly (4b27a04cc 2025-06-04) | bjorn3 | -1/+1 |
| 2025-06-05 | Sync from rust 4b27a04cc8ed4da10a546a871e23e665d03f7a79 | bjorn3 | -30/+27 |
| 2025-06-05 | Clean `rustc_attr_parsing` documentation | xizheyin | -37/+37 |
| 2025-06-05 | doc_suspicious_footnotes: lint text that looks like a footnote (#14708) | Alejandra González | -2/+714 |
| 2025-06-05 | canon_abi: make to_erased_extern_abi just a detail in formatting | Ralf Jung | -13/+6 |
| 2025-06-05 | Add missing `dyn` keywords to tests that do not test for them | Lukas Wirth | -129/+87 |
| 2025-06-05 | Add more missing 2015 edition directives | Lukas Wirth | -63/+90 |
| 2025-06-05 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -179/+179 |
| 2025-06-05 | Stabilize `const_eq_ignore_ascii_case` | Paolo Barbolini | -16/+2 |
| 2025-06-05 | Merge pull request #4377 from rust-lang/rustup-2025-06-05 | Ralf Jung | -1659/+1706 |
| 2025-06-05 | Merge pull request #19928 from Veykril/push-kznpuqllrvvq | Lukas Wirth | -297/+160 |
| 2025-06-05 | Auto merge of #140466 - amandasystems:move-to-preprocessing-step, r=lcnr | bors | -313/+423 |
| 2025-06-05 | Deduplicate code in proc-macro-srv | Lukas Wirth | -297/+160 |
| 2025-06-05 | Merge from rustc | The Miri Cronjob Bot | -1658/+1705 |
| 2025-06-05 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-05 | feat: ide-assist, generate single field struct From | A4-Tacks | -6/+1043 |
| 2025-06-05 | Fix suggestion-causes-error of `manual_swap` | relaxcn | -5/+66 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -534/+478 |
| 2025-06-05 | Bump object | WANG Rui | -20/+32 |
| 2025-06-04 | compiler: Document the offset invariant of `OperandValue::Pair` | Jubilee Young | -2/+8 |
| 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 | Ensure stack in `Parser::parse_ty` | Josh Stone | -8/+12 |
| 2025-06-04 | Ensure stack in `ThirBuildCx::mirror_exprs` | Josh Stone | -1/+4 |
| 2025-06-04 | add Vec::peek_mut | Jeremy Smart | -0/+102 |
| 2025-06-04 | codegen: test frame pointer attr prefers CLI opt | Jubilee Young | -0/+35 |
| 2025-06-04 | `panic-handler`: Remove the `no_core` feature | Trevor Gross | -9/+3 |
| 2025-06-04 | Verbose suggestion to make param `const` | Esteban Küber | -10/+22 |
| 2025-06-04 | Auto merge of #141309 - RalfJung:x86-simd-abi, r=tgross35,nikic,workingjubilee | bors | -51/+34 |
| 2025-06-04 | Detect method not being present that is present in other tuple types | Esteban Küber | -2/+218 |
| 2025-06-04 | Merge ref 'df8102fe5f24:/library/compiler-builtins' from https://github.com/r... | Trevor Gross | -31161/+49960 |
| 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 | Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmann | Matthias Krüger | -4/+10 |
| 2025-06-04 | Rollup merge of #142024 - m-ou-se:what-tail-expression, r=petrochenkov | Matthias Krüger | -5/+5 |
| 2025-06-04 | Rollup merge of #142017 - Rageking8:fix-incorrect-use-of-recommend-over-recom... | Matthias Krüger | -1/+1 |
| 2025-06-04 | Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub... | Matthias Krüger | -31/+33 |
| 2025-06-04 | Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors | Matthias Krüger | -2/+3 |