about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-06ci: use ubuntu 24 for x86 large runnersMarcoIeni-3/+3
2025-02-06Auto merge of #136613 - workingjubilee:rollup-ry6rw0m, r=workingjubileebors-594/+613
2025-02-05Rollup merge of #136611 - Zalathar:llvm-underscore, r=workingjubileeJubilee-12/+3
2025-02-05Rollup merge of #136595 - thaliaarchi:hermit-unreachable-pub, r=NoratriebJubilee-2/+2
2025-02-05Rollup merge of #136591 - GuillaumeGomez:expr-to-string, r=UrgauJubilee-0/+4
2025-02-05Rollup merge of #136590 - carolynzech:raw-ptr-kind-internal, r=compiler-errorsJubilee-1/+13
2025-02-05Rollup merge of #136587 - GuillaumeGomez:update-gui-tests, r=notriddleJubilee-2/+1
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-312/+246
2025-02-05Rollup merge of #136573 - oli-obk:document-literal-at-wrong-type-reason, r=co...Jubilee-0/+3
2025-02-05Rollup merge of #136566 - hkBst:patch-1, r=scottmcmJubilee-1/+1
2025-02-05Rollup merge of #136563 - nnethercote:clean-up-Trivials, r=lcnrJubilee-164/+123
2025-02-05Rollup merge of #136558 - madsmtm:apple-host-tooling, r=jieyouxuJubilee-0/+12
2025-02-05Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obkJubilee-0/+32
2025-02-05Rollup merge of #136269 - compiler-errors:spanned, r=lcnrJubilee-61/+139
2025-02-05Rollup merge of #133932 - bjorn3:fix_ptx_kernel_abi, r=wesleywiserJubilee-39/+34
2025-02-06Auto merge of #136409 - TDecking:mul_hi, r=Mark-Simulacrumbors-20/+1
2025-02-06Fix whitespace in lift macros.Nicholas Nethercote-22/+32
2025-02-06Clean up trivial traversal/lift impl generator macro calls.Nicholas Nethercote-151/+100
2025-02-06Remove some unused glob re-exportsZalathar-4/+0
2025-02-06Remove the `mod llvm_` hack, which should no longer be necessaryZalathar-8/+3
2025-02-06Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmeasebors-17/+15
2025-02-05Auto merge of #136572 - jieyouxu:rollup-mtyaisw, r=jieyouxubors-1785/+2359
2025-02-05Pass spans around new solverMichael Goulet-55/+137
2025-02-05Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomezbors-32/+35
2025-02-05Remove span from delegateMichael Goulet-6/+2
2025-02-05Add `rustc_hir_pretty::expr_to_string` functionGuillaume Gomez-0/+4
2025-02-05Implement RustcInternal for RawPtrKindCarolyn Zech-1/+13
2025-02-05Update browser-ui-test version to `0.20.2`Guillaume Gomez-2/+1
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-312/+246
2025-02-05Auto merge of #136302 - oli-obk:push-vvqmwzunxsrk, r=compiler-errorsbors-21/+28
2025-02-05Rollup merge of #136567 - adetaylor:test-for-recursion, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+71
2025-02-05Rollup merge of #136555 - cramertj:split_off, r=dtolnay许杰友 Jieyou Xu (Joe)-95/+134
2025-02-05Rollup merge of #136537 - tgross35:update-builtins, r=tgross35许杰友 Jieyou Xu (Joe)-6/+6
2025-02-05Rollup merge of #136536 - DuskyElf:master, r=jieyouxu许杰友 Jieyou Xu (Joe)-36/+21
2025-02-05Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt许杰友 Jieyou Xu (Joe)-22/+180
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-1037/+114
2025-02-05Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt许杰友 Jieyou Xu (Joe)-3/+62
2025-02-05Rollup merge of #136304 - oli-obk:push-ymxoklvzrpvx, r=Nadrieril许杰友 Jieyou Xu (Joe)-2/+75
2025-02-05Rollup merge of #136154 - taiki-e:ppc-secure-plt, r=nikic许杰友 Jieyou Xu (Joe)-1/+7
2025-02-05Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril许杰友 Jieyou Xu (Joe)-181/+12
2025-02-05Rollup merge of #135572 - jieyouxu:migrate-split-debuginfo, r=davidtwco许杰友 Jieyou Xu (Joe)-377/+1652
2025-02-05Rollup merge of #132547 - workingjubilee:rustc-abi-in-cg-gcc, r=GuillaumeGomez许杰友 Jieyou Xu (Joe)-25/+25
2025-02-05Document why some "type mismatches" existOli Scherer-0/+3
2025-02-05Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obkbors-3/+3
2025-02-05Only allow negation on literals in patterns if it's on integers or floatsOli Scherer-4/+38
2025-02-05Add regression test for negative unsigned literals in patternsOli Scherer-0/+39
2025-02-05Arbitrary self types v2: recursion testAdrian Taylor-0/+71
2025-02-05Fix link in from_fn.rsMarijn Schouten-1/+1
2025-02-04Fix unreachable_pub lint for hermit targetThalia Archibald-2/+2
2025-02-05Auto merge of #136564 - fmease:rollup-qcjjcm7, r=fmeasebors-341/+2376