about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-26Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errorsTrevor Gross-8/+41
2024-07-26Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obkTrevor Gross-18/+93
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-4/+2
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-20/+250
2024-07-26Suppress useless clone suggestionMichael Goulet-5/+0
2024-07-26Make coroutine-closures possible to be clonedMichael Goulet-18/+98
2024-07-26Auto merge of #128065 - Oneirical:great-testilence, r=jieyouxubors-59/+84
2024-07-26rewrite export-executable-symbols to rmakeOneirical-16/+30
2024-07-26rewrite foreign-rust-exceptions to rmakeOneirical-13/+23
2024-07-26rewrite c-unwind-abi-catch-lib-panic to rmakeOneirical-35/+36
2024-07-26Forbid `?Trait` bounds repetitionsBryanskiy-1/+56
2024-07-26Improve error message for `extern "C" unsafe fn()`Tamme Dittrich-11/+24
2024-07-26Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errorsbors-41/+22
2024-07-26Add a test case for `extern "C" unsafe` to the ui testsTamme Dittrich-0/+20
2024-07-26Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errorsbors-192/+1173
2024-07-26Rollup merge of #128099 - lolbinarycat:extern-flag-disambiguates-rmake, r=KobzolTrevor Gross-26/+35
2024-07-26Rollup merge of #127989 - Oneirical:testricted-area, r=jieyouxuTrevor Gross-45/+61
2024-07-26Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errorsTrevor Gross-6/+25
2024-07-26Rollup merge of #127523 - Oneirical:treasure-test, r=jieyouxuTrevor Gross-84/+105
2024-07-26Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelixTrevor Gross-0/+65
2024-07-26Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er...Trevor Gross-237/+526
2024-07-26Add a label to point to the lacking macro name definitionLin Yihai-6/+25
2024-07-26Auto merge of #128213 - matthiaskrgr:rollup-v40q1j3, r=matthiaskrgrbors-141/+459
2024-07-26Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler...Matthias Krüger-141/+333
2024-07-26Rollup merge of #126090 - compiler-errors:supertrait-assoc-ty-unsoundness, r=...Matthias Krüger-0/+126
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-19/+19
2024-07-25Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinvalbors-0/+75
2024-07-25Let InstCombine remove Clone shims inside Clone shimsBen Kimock-41/+22
2024-07-25Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgrbors-0/+34
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-20/+195
2024-07-25Rollup merge of #128185 - surechen:fix_128042_2, r=compiler-errorsMatthias Krüger-0/+34
2024-07-25use shorter link and remove entries wrongly added in rebasebinarycat-1/+1
2024-07-25clean up rmake testbinarycat-20/+20
2024-07-25note that rmake.rs files are not subject to automatic formattingbinarycat-0/+5
2024-07-25migrate tests/run-make/extern-flag-disambiguates to rmakebinarycat-26/+30
2024-07-25rewrite panic-abort-eh_frame to rmakeOneirical-35/+66
2024-07-25rewrite dump-ice-to-disk to rmakeOneirical-74/+64
2024-07-25rewrite incr-foreign-head-span to rmakeOneirical-24/+30
2024-07-25rewrite compiler-rt-works-on-mingw to rmakeOneirical-9/+15
2024-07-25rewrite interdependent-c-libraries to rmakeOneirical-15/+19
2024-07-25Rollup merge of #128173 - compiler-errors:misused-intrinsics, r=oli-obkMatthias Krüger-47/+0
2024-07-25Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukangMatthias Krüger-12/+55
2024-07-25Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obkMatthias Krüger-128/+95
2024-07-25Rollup merge of #128138 - folkertdev:asm-option-allowlist, r=lcnrMatthias Krüger-2/+2
2024-07-25Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errorsMatthias Krüger-0/+214
2024-07-25Fix a span error when parsing a wrong param of function.surechen-0/+34
2024-07-25Auto merge of #128102 - Oneirical:real-testate, r=Kobzolbors-26/+52
2024-07-24Don't add crashes for misuses of intrinsicsMichael Goulet-47/+0
2024-07-24Don't ICE if HIR and middle types disagree in borrowck error reportingMichael Goulet-12/+55
2024-07-24Make sure that args are compatible in resolve_associated_itemMichael Goulet-128/+95