about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-09-11Rollup merge of #146428 - jieyouxu:revert-assert-desugaring, r=estebank,jackh726Stuart Cook-62/+47
2025-09-11Rollup merge of #146422 - fmease:less-greedy-maybe-const-bounds, r=estebankStuart Cook-97/+145
2025-09-11Rollup merge of #146415 - RalfJung:s390x-softfloat, r=workingjubileeStuart Cook-31/+37
2025-09-11Rollup merge of #146335 - arielb1:dont-dump-core, r=nnethercoteStuart Cook-1/+16
2025-09-11Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov"Jieyou Xu-77/+26
2025-09-11Add regression test for assert desugaring changeJieyou Xu-0/+36
2025-09-10Less greedily parse `[const]` boundsLeón Orell Valerian Liehr-0/+25
2025-09-10Restore the test intention of several MBE trait bound modifier testsLeón Orell Valerian Liehr-97/+120
2025-09-10s390x: mark soft-float target feature as incompatibleRalf Jung-31/+37
2025-09-10Rollup merge of #146342 - folkertdev:c-variadic-errors-take-3, r=workingjubileeMatthias Krüger-115/+190
2025-09-10Rollup merge of #146340 - fmease:frontmatter-containment, r=fee1-dead,UrgauMatthias Krüger-20/+48
2025-09-10Rollup merge of #146327 - Darksonn:pin-deref-tests, r=lcnrMatthias Krüger-0/+382
2025-09-10Rollup merge of #146123 - IoaNNUwU:issue-68293, r=estebankMatthias Krüger-0/+116
2025-09-10Rollup merge of #145879 - Bryanskiy:supertraits-2, r=lcnrMatthias Krüger-202/+184
2025-09-10Rollup merge of #146391 - beepster4096:trimnt, r=saethlinMatthias Krüger-5/+5
2025-09-10Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr...Matthias Krüger-0/+153
2025-09-10Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhprattMatthias Krüger-20/+20
2025-09-10Permit `more_maybe_bounds` in supertraits and trait objects onlyBryanskiy-11/+52
2025-09-10Default auto traits: revert to the default supertraitsBryanskiy-197/+138
2025-09-09don't trim paths in mir dumping when filtering and at the top of the filebeepster4096-5/+5
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-0/+153
2025-09-09c-variadic: reject functions with unsupported extern ABIFolkert de Vries-34/+57
2025-09-09c-variadic: reject non-unsafe functionsFolkert de Vries-12/+42
2025-09-09Strip frontmatter in fewer placesLeón Orell Valerian Liehr-20/+48
2025-09-09Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwUMatthias Krüger-0/+28
2025-09-09Rollup merge of #145463 - jieyouxu:error-suffix, r=fmeaseMatthias Krüger-44/+304
2025-09-09Rollup merge of #146324 - RalfJung:no-ptr-fragment, r=oli-obkStuart Cook-0/+54
2025-09-09Rollup merge of #146025 - Enselic:big-array-debuginfo-span, r=wesleywiserStuart Cook-3/+42
2025-09-09Rollup merge of #145819 - jdonszelmann:convert-limits, r=fmeaseStuart Cook-231/+218
2025-09-08change end to lastJeremy Smart-20/+20
2025-09-08fixup limit handling codeJana Dönszelmann-231/+218
2025-09-08Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwUbors-270/+183
2025-09-08Apply requested changesIoaNNUwU-18/+10
2025-09-08c-variadic: update cmse-nonsecure exampleFolkert de Vries-19/+15
2025-09-08c-variadic: reject non-extern functionsFolkert de Vries-22/+15
2025-09-08disallow c-variadic associated functions (for now)Folkert de Vries-28/+28
2025-09-08disallow c-variadic coroutinesFolkert de Vries-2/+35
2025-09-08Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgrbors-0/+15
2025-09-08Implement better suggestions based on additional tests and other code pathsIoaNNUwU-9/+40
2025-09-08Suggest examples of format specifiers in error messagesIoaNNUwU-0/+93
2025-09-08disable core dumps for panic-uninitialized-zeroedAriel Ben-Yehuda-1/+16
2025-09-08Rollup merge of #146310 - nnethercote:fix-146249, r=lcnrMatthias Krüger-0/+15
2025-09-08Auto merge of #146165 - folkertdev:c-variadic-errors-take-2, r=lcnrbors-69/+119
2025-09-08fix APITIT being treated as a normal generic parameter in suggestionsJeremy Smart-0/+28
2025-09-08pass `sub_relations` into canonical querieslcnr-221/+183
2025-09-08inline `CanonicalTyVarKind`lcnr-9/+9
2025-09-08remove outdated opaque type testlcnr-49/+0
2025-09-08Add some error message testsAlice Ryhl-0/+382
2025-09-08const-eval: disable pointer fragment supportRalf Jung-0/+54
2025-09-08Allow static regions in `type_name`.Nicholas Nethercote-0/+15