about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-11remove unused getLongestEntryLengthklensy-8/+0
2025-09-11remove unused macroklensy-116/+0
2025-09-11Auto merge of #146429 - Zalathar:rollup-eivhl6u, r=Zalatharbors-534/+576
2025-09-11Auto merge of #146400 - nikic:llvm-21.1.1, r=dianqkbors-0/+0
2025-09-11Rollup merge of #146428 - jieyouxu:revert-assert-desugaring, r=estebank,jackh726Stuart Cook-135/+74
2025-09-11Rollup merge of #146425 - ferrocene:pvdrz/improve-array-coverage, r=workingju...Stuart Cook-0/+7
2025-09-11Rollup merge of #146424 - ferrocene:pvdrz/improve-ops-coverage, r=workingjubileeStuart Cook-1/+75
2025-09-11Rollup merge of #146422 - fmease:less-greedy-maybe-const-bounds, r=estebankStuart Cook-105/+156
2025-09-11Rollup merge of #146415 - RalfJung:s390x-softfloat, r=workingjubileeStuart Cook-31/+45
2025-09-11Rollup merge of #146380 - rperier:unify_and_dedup_bits_conv_float_tests, r=tg...Stuart Cook-110/+63
2025-09-11Rollup merge of #146379 - madsmtm:fix-platform_version-test, r=tgross35Stuart Cook-3/+3
2025-09-11Rollup merge of #146370 - heiher:update-loong-linux-docs, r=jieyouxuStuart Cook-8/+11
2025-09-11Rollup merge of #146347 - folkertdev:duplicate-symbol-panic, r=fee1-deadStuart Cook-6/+15
2025-09-11Rollup merge of #146335 - arielb1:dont-dump-core, r=nnethercoteStuart Cook-1/+16
2025-09-11Rollup merge of #142315 - lolbinarycat:core-dedup-ptr-docs-139190-pt3, r=work...Stuart Cook-134/+111
2025-09-11Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov"Jieyou Xu-150/+53
2025-09-11Add regression test for assert desugaring changeJieyou Xu-0/+36
2025-09-10Improve `core::array` coverageChristian Poveda-0/+7
2025-09-10Update library/coretests/tests/ops.rsChristian Poveda Ruiz-1/+2
2025-09-10Improve `core::ops` coverageChristian Poveda-1/+74
2025-09-10Auto merge of #146418 - matthiaskrgr:rollup-za0lrux, r=matthiaskrgrbors-863/+1612
2025-09-10Less greedily parse `[const]` boundsLeón Orell Valerian Liehr-5/+33
2025-09-10Restore the test intention of several MBE trait bound modifier testsLeón Orell Valerian Liehr-100/+123
2025-09-10s390x: mark soft-float target feature as incompatibleRalf Jung-31/+45
2025-09-10Rollup merge of #146342 - folkertdev:c-variadic-errors-take-3, r=workingjubileeMatthias Krüger-167/+357
2025-09-10Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,UrgauMatthias Krüger-128/+226
2025-09-10Rollup merge of #146327 - Darksonn:pin-deref-tests, r=lcnrMatthias Krüger-0/+382
2025-09-10Rollup merge of #146322 - weiznich:fix/146087, r=joboetMatthias Krüger-0/+13
2025-09-10Rollup merge of #146311 - nnethercote:symbol-comments, r=petrochenkovMatthias Krüger-7/+6
2025-09-10Rollup merge of #146123 - IoaNNUwU:issue-68293, r=estebankMatthias Krüger-0/+143
2025-09-10Rollup merge of #145879 - Bryanskiy:supertraits-2, r=lcnrMatthias Krüger-345/+209
2025-09-10Rollup merge of #145327 - joboet:net-addr-sgx-hack, r=tgross35Matthias Krüger-216/+276
2025-09-10core::ptr: deduplicate docs for as_ref, addr, and as_uninit_refbinarycat-134/+111
2025-09-10Auto merge of #146409 - matthiaskrgr:rollup-thju381, r=matthiaskrgrbors-97/+530
2025-09-10Unify and deduplicate bits conv float testsRomain Perier-110/+63
2025-09-10Rollup merge of #146391 - beepster4096:trimnt, r=saethlinMatthias Krüger-10/+12
2025-09-10Rollup merge of #146378 - alexcrichton:update-wasm-component-ld, r=lqdMatthias Krüger-26/+26
2025-09-10Rollup merge of #146368 - ojeda:rfl, r=lqdMatthias Krüger-3/+1
2025-09-10Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr...Matthias Krüger-5/+246
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-53/+245
2025-09-10Permit `more_maybe_bounds` in supertraits and trait objects onlyBryanskiy-18/+60
2025-09-10Default auto traits: revert to the default supertraitsBryanskiy-333/+155
2025-09-10Update to LLVM 21.1.1Nikita Popov-0/+0
2025-09-10Add suggestionsGeorg Semmler-3/+2
2025-09-09don't trim paths in mir dumping when filtering and at the top of the filebeepster4096-10/+12
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-5/+246
2025-09-09c-variadic: reject functions with unsupported extern ABIFolkert de Vries-40/+79
2025-09-09c-variadic: reject non-unsafe functionsFolkert de Vries-21/+98
2025-09-09Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgrbors-129/+416
2025-09-09Strip frontmatter in fewer placesLeón Orell Valerian Liehr-115/+208