about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-05Merge from rustcRalf Jung-3005/+4728
2025-07-05tests: Use `cfg_target_has_reliable_f16_f128`Trevor Gross-23/+20
2025-07-05Preparing for merge from rustcRalf Jung-1/+1
2025-07-05Pretend in bootstrap snapshot tests that we always build in-tree LLVMJieyou Xu-0/+8
2025-07-04only check for mixed deref/normal constructors when neededdianne-1/+26
2025-07-04always check for mixed deref pattern and normal constructorsdianne-53/+117
2025-07-04`hir_ty::match_check`: remove special handling for box patternsdianne-60/+20
2025-07-05Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkinbors-407/+375
2025-07-04Rollup merge of #143452 - Kobzol:completions-fix, r=jieyouxuJubilee-35/+39
2025-07-04Rollup merge of #143410 - scottmcm:redo-transmute-again, r=RalfJung,workingju...Jubilee-214/+138
2025-07-04Rollup merge of #143397 - folkertdev:test-variadic-call-from-rust-to-c, r=Ral...Jubilee-11/+104
2025-07-04Rollup merge of #143300 - Kivooeo:tf25, r=tgross35Jubilee-97/+155
2025-07-04Rollup merge of #143299 - Kivooeo:tf24, r=tgross35Jubilee-204/+264
2025-07-04Rollup merge of #143297 - Kivooeo:tf22, r=tgross35Jubilee-60/+57
2025-07-04Rollup merge of #143296 - Kivooeo:tf21, r=tgross35Jubilee-55/+70
2025-07-04Rollup merge of #143202 - Kivooeo:tf18, r=tgross35Jubilee-133/+224
2025-07-04Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubileeJubilee-1/+1
2025-07-04Rollup merge of #143040 - SciMind2460:patch-1, r=workingjubileeJubilee-1/+1
2025-07-04Rollup merge of #142440 - Kivooeo:tf14, r=tgross35Jubilee-137/+203
2025-07-05make mark_as_executed privatebit-aloo-17/+5
2025-07-05migrate render test to new bootstrap command streaming API'sbit-aloo-11/+7
2025-07-05migrate cargo streaming to new bootstrap command streaming API'sbit-aloo-14/+11
2025-07-05add streaming command struct for (spawn + piping scenario)bit-aloo-10/+64
2025-07-05std: sys: net: uefi: tcp4: Implement readAyush Singh-6/+52
2025-07-04Test building custom targets and resolve an issue probing `rustc`Trevor Gross-6/+63
2025-07-05Auto merge of #138759 - scottmcm:operand-builder, r=saethlinbors-77/+380
2025-07-04Fix tests/ui/abi/debug.rs to cross-compile for riscv64Jubilee Young-31/+32
2025-07-04Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 archi...YingkaiLi-VM-15/+1009
2025-07-04Remove unused custom target JSON filesTrevor Gross-110/+0
2025-07-04Make Rem const for floatsKurt Heiritz (pseudo)-1/+1
2025-07-04symcheck: Improve diagnostics from spawned CargoTrevor Gross-7/+22
2025-07-05cleaned up some testsKivooeo-61/+101
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-29/+35
2025-07-04Auto merge of #143459 - matthiaskrgr:rollup-gsv6uzl, r=matthiaskrgrbors-180/+385
2025-07-05Rollup merge of #143444 - lukas-code:gvn-test, r=RalfJungMatthias Krüger-34/+95
2025-07-05Rollup merge of #143414 - dianne:box-usefulness-cleanup, r=NadrierilMatthias Krüger-81/+55
2025-07-05Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errorsMatthias Krüger-0/+87
2025-07-05Rollup merge of #143406 - scottmcm:did-we-need-that-unsafe, r=compiler-errorsMatthias Krüger-2/+2
2025-07-05Rollup merge of #143386 - clubby789:dep-bump-me, r=compiler-errorsMatthias Krüger-0/+4
2025-07-05Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkovMatthias Krüger-1/+1
2025-07-05Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkovMatthias Krüger-8/+1
2025-07-05Rollup merge of #143085 - JonathanBrouwer:non_exhaustive_parser, r=jdonszelmannMatthias Krüger-49/+88
2025-07-05Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35Matthias Krüger-6/+53
2025-07-04Remove the `let_chains` feature now that it is stableTrevor Gross-2/+0
2025-07-04Workaround a MemorySanitizer test issueScott McMurray-2/+8
2025-07-05cleaned up some testsKivooeo-68/+126
2025-07-05cleaned up some testsKivooeo-55/+70
2025-07-05Use relative visibility when noting sealed trait to reduce false positivexizheyin-8/+17
2025-07-04Update completionsJakub Beránek-3/+3
2025-07-04Unify completion list between `x test tidy` and `x run generate-completions`Jakub Beránek-32/+36