| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | `missing_const_for_fn`: consider constness of instance (#14759) | Jason Newcomb | -2/+99 |
| 2025-06-03 | `zombie_processes`: do not complain about early early returns (#14912) | Jason Newcomb | -15/+21 |
| 2025-06-03 | Update stdarch submodule | sayantn | -0/+0 |
| 2025-06-03 | Merge pull request #2450 from jieyouxu/pr_message | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2025-06-03 | Auto merge of #136942 - Kobzol:stage0-sccache, r=jieyouxu | bors | -0/+22 |
| 2025-06-03 | Rename `LifetimeSyntax` variants to lang-team-approved names | Jake Goulding | -43/+39 |
| 2025-06-03 | Rollup merge of #141956 - bjorn3:minor_cg_ssa_cleanup, r=oli-obk | Matthias Krüger | -25/+11 |
| 2025-06-03 | Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercote | Matthias Krüger | -90/+147 |
| 2025-06-03 | Rollup merge of #141923 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-06-03 | Rollup merge of #141918 - ArtemIsmagilov:issue-141849, r=nnethercote | Matthias Krüger | -10/+16 |
| 2025-06-03 | Rollup merge of #141914 - onur-ozkan:follow-ups, r=Kobzol | Matthias Krüger | -18/+56 |
| 2025-06-03 | Rollup merge of #141861 - jieyouxu:windows-server-2025-20250527, r=Kobzol | Matthias Krüger | -8/+2 |
| 2025-06-03 | Rollup merge of #141833 - Kivooeo:test-reform1, r=jieyouxu | Matthias Krüger | -32/+51 |
| 2025-06-03 | Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercote | Matthias Krüger | -58/+390 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -40/+68 |
| 2025-06-03 | Merge pull request #2451 from jieyouxu/rustc-pull | 许杰友 Jieyou Xu (Joe) | -1602/+3224 |
| 2025-06-03 | Merge from rustc | Jieyou Xu | -1601/+3223 |
| 2025-06-03 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-06-03 | triagebot: configure PR welcome message for no auto/explicit reviewer | Jieyou Xu | -0/+17 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -290/+290 |
| 2025-06-03 | Add missing `dyn` keywords to tests that do not test for them Part 2 | Lukas Wirth | -31/+26 |
| 2025-06-03 | Deconstruct values in the THIR visitor | ArtemIsmagilov | -90/+147 |
| 2025-06-03 | Deconstruct values in the THIR visitor | ArtemIsmagilov | -10/+16 |
| 2025-06-03 | Move placeholder handling to a proper preprocessing step | Amanda Stjerna | -299/+414 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -4/+2 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -48/+3 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -220/+92 |
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -13/+2 |
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -18/+4 |
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -91/+90 |
| 2025-06-03 | Remove type_test from IntrinsicCallBuilderMethods | bjorn3 | -5/+0 |
| 2025-06-03 | Remove type_test from IntrinsicCallBuilderMethods | bjorn3 | -16/+5 |
| 2025-06-03 | Remove get_dbg_loc from DebugInfoBuilderMethods | bjorn3 | -4/+0 |
| 2025-06-03 | Remove get_dbg_loc from DebugInfoBuilderMethods | bjorn3 | -9/+6 |
| 2025-06-03 | use better default stage for `check::Std` when stage isn't explicit | onur-ozkan | -9/+29 |
| 2025-06-03 | Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgr | bors | -725/+1009 |
| 2025-06-03 | Add missing 2015 edition directives | Lukas Wirth | -46/+74 |
| 2025-06-03 | Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol | Matthias Krüger | -10/+10 |
| 2025-06-03 | Rollup merge of #141936 - WaffleLapkin:report-in-deps-decoupling, r=oli-obk | Matthias Krüger | -82/+67 |
| 2025-06-03 | Rollup merge of #141930 - Urgau:triagebot_concern, r=Kobzol | Matthias Krüger | -0/+5 |
| 2025-06-03 | Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-06-03 | Rollup merge of #141898 - LukeMathWalker:patch-1, r=aDotInTheVoid | Matthias Krüger | -1/+1 |
| 2025-06-03 | Rollup merge of #141881 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -298/+641 |
| 2025-06-03 | Rollup merge of #141843 - fee1-dead-contrib:ast_visitor_visit_id, r=oli-obk | Matthias Krüger | -327/+232 |
| 2025-06-03 | Rollup merge of #141817 - mati865:fix-system-libs-when-cross-compiling, r=cuv... | Matthias Krüger | -2/+2 |
| 2025-06-03 | Rollup merge of #141554 - Noratrieb:document-codegen-opts-better, r=bjorn3 | Matthias Krüger | -3/+49 |
| 2025-06-03 | Add new lint: `ip_consant` | relaxcn | -3/+699 |
| 2025-06-03 | chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/code | dependabot[bot] | -3/+3 |
| 2025-06-03 | run `x check` on mingw-check-2 | onur-ozkan | -0/+1 |
| 2025-06-03 | handle stage0 on `Std::check` | onur-ozkan | -11/+24 |