about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-03Update stdarch submodulesayantn-0/+0
2025-06-03Merge pull request #2450 from jieyouxu/pr_message许杰友 Jieyou Xu (Joe)-0/+17
2025-06-03Auto merge of #136942 - Kobzol:stage0-sccache, r=jieyouxubors-0/+22
2025-06-03Rename `LifetimeSyntax` variants to lang-team-approved namesJake Goulding-43/+39
2025-06-03Rollup merge of #141956 - bjorn3:minor_cg_ssa_cleanup, r=oli-obkMatthias Krüger-25/+11
2025-06-03Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercoteMatthias Krüger-90/+147
2025-06-03Rollup merge of #141923 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-06-03Rollup merge of #141918 - ArtemIsmagilov:issue-141849, r=nnethercoteMatthias Krüger-10/+16
2025-06-03Rollup merge of #141914 - onur-ozkan:follow-ups, r=KobzolMatthias Krüger-18/+56
2025-06-03Rollup merge of #141861 - jieyouxu:windows-server-2025-20250527, r=KobzolMatthias Krüger-8/+2
2025-06-03Rollup merge of #141833 - Kivooeo:test-reform1, r=jieyouxuMatthias Krüger-32/+51
2025-06-03Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercoteMatthias Krüger-58/+390
2025-06-03`FIXME(-Znext-solver)` triagelcnr-40/+68
2025-06-03Merge pull request #2451 from jieyouxu/rustc-pull许杰友 Jieyou Xu (Joe)-1602/+3224
2025-06-03Merge from rustcJieyou Xu-1601/+3223
2025-06-03Preparing for merge from rustcJieyou Xu-1/+1
2025-06-03triagebot: configure PR welcome message for no auto/explicit reviewerJieyou Xu-0/+17
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-290/+290
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-31/+26
2025-06-03Deconstruct values in the THIR visitorArtemIsmagilov-90/+147
2025-06-03Deconstruct values in the THIR visitorArtemIsmagilov-10/+16
2025-06-03Move placeholder handling to a proper preprocessing stepAmanda Stjerna-299/+414
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-4/+2
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-48/+3
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-220/+92
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-13/+2
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-18/+4
2025-06-03Only borrow EncodedMetadata in codegen_cratebjorn3-91/+90
2025-06-03Remove type_test from IntrinsicCallBuilderMethodsbjorn3-5/+0
2025-06-03Remove type_test from IntrinsicCallBuilderMethodsbjorn3-16/+5
2025-06-03Remove get_dbg_loc from DebugInfoBuilderMethodsbjorn3-4/+0
2025-06-03Remove get_dbg_loc from DebugInfoBuilderMethodsbjorn3-9/+6
2025-06-03use better default stage for `check::Std` when stage isn't explicitonur-ozkan-9/+29
2025-06-03Auto merge of #141954 - matthiaskrgr:rollup-zptd6t9, r=matthiaskrgrbors-725/+1009
2025-06-03Add missing 2015 edition directivesLukas Wirth-46/+74
2025-06-03Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=KobzolMatthias Krüger-10/+10
2025-06-03Rollup merge of #141936 - WaffleLapkin:report-in-deps-decoupling, r=oli-obkMatthias Krüger-82/+67
2025-06-03Rollup merge of #141930 - Urgau:triagebot_concern, r=KobzolMatthias Krüger-0/+5
2025-06-03Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35Matthias Krüger-2/+2
2025-06-03Rollup merge of #141898 - LukeMathWalker:patch-1, r=aDotInTheVoidMatthias Krüger-1/+1
2025-06-03Rollup merge of #141881 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-298/+641
2025-06-03Rollup merge of #141843 - fee1-dead-contrib:ast_visitor_visit_id, r=oli-obkMatthias Krüger-327/+232
2025-06-03Rollup merge of #141817 - mati865:fix-system-libs-when-cross-compiling, r=cuv...Matthias Krüger-2/+2
2025-06-03Rollup merge of #141554 - Noratrieb:document-codegen-opts-better, r=bjorn3Matthias Krüger-3/+49
2025-06-03Add new lint: `ip_consant`relaxcn-3/+699
2025-06-03chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/codedependabot[bot]-3/+3
2025-06-03run `x check` on mingw-check-2onur-ozkan-0/+1
2025-06-03handle stage0 on `Std::check`onur-ozkan-11/+24