about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-10Rollup merge of #120584 - compiler-errors:u, r=lcnrMatthias Krüger-288/+100
2024-02-09Rollup merge of #120844 - compiler-errors:async-di, r=oli-obkMatthias Krüger-6/+21
2024-02-09Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwUMatthias Krüger-82/+316
2024-02-09Rollup merge of #120822 - gurry:120756-terse-non-prim-cast-diag, r=petrochenkovMatthias Krüger-2/+86
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-0/+56
2024-02-09Build DebugInfo for coroutine-closureMichael Goulet-6/+21
2024-02-09Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgrbors-510/+369
2024-02-09Rollup merge of #120817 - compiler-errors:more-mir-errors, r=oli-obkMatthias Krüger-0/+40
2024-02-09Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkovMatthias Krüger-510/+329
2024-02-09Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obkbors-1150/+1147
2024-02-09hide impls if trait bound is proven from envlcnr-82/+316
2024-02-09Emit more specific diagnostics when enums fail to cast with `as`Gurinder Singh-2/+86
2024-02-08Bless/fix testsBen Kimock-1150/+1113
2024-02-08Add new ui testsBen Kimock-0/+34
2024-02-09Don't ice in validation when error body is createdMichael Goulet-0/+18
2024-02-09Don't ICE in ByMoveBody when coroutine is taintedMichael Goulet-0/+22
2024-02-09Add tests for untested capabilitiesMichael Goulet-0/+54
2024-02-09For a rigid projection, recursively look at the self type's item boundsMichael Goulet-288/+46
2024-02-08Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=NilstriebMatthias Krüger-0/+22
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-23/+188
2024-02-08Avoid ICE in drop recursion check in case of invalid drop implsOli Scherer-0/+22
2024-02-08Add some tests for associated type normalization edge casesOli Scherer-0/+194
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-301/+866
2024-02-08Test `min_exhaustive_patterns` in more casesNadrieril-23/+188
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-473/+3163
2024-02-08Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errorsMatthias Krüger-6/+200
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-12/+7
2024-02-08Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errorsMatthias Krüger-45/+189
2024-02-08Rollup merge of #120702 - bvanjoi:fix-120444, r=notriddleMatthias Krüger-0/+78
2024-02-08Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obkMatthias Krüger-3/+76
2024-02-08Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelixMatthias Krüger-208/+263
2024-02-08Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obkMatthias Krüger-20/+51
2024-02-08Rollup merge of #119592 - petrochenkov:unload, r=compiler-errorsMatthias Krüger-7/+2
2024-02-08Taint borrowck results without running any borrowck if the MIR body was alrea...Oli Scherer-154/+33
2024-02-08Already poison the `type_of` result of the anon const used in the `typeof` ex...Oli Scherer-4/+4
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-97/+444
2024-02-08Auto merge of #120521 - reitermarkus:generic-nonzero-constructors, r=dtolnaybors-2/+6
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-12/+7
2024-02-08Auto merge of #120381 - fee1-dead-contrib:reconstify-add, r=compiler-errorsbors-13/+17
2024-02-07Prefer "0..MAX not covered" to "_ not covered"Nadrieril-29/+29
2024-02-07Add testsNadrieril-32/+176
2024-02-07address review comments and add more testsLukas Markeffsky-33/+72
2024-02-07Rollup merge of #120746 - compiler-errors:kind-ty, r=oli-obkGuillaume Boisseau-0/+17
2024-02-07Rollup merge of #120664 - SparrowLii:parallel_test, r=nnethercoteGuillaume Boisseau-0/+77
2024-02-07Rollup merge of #120479 - estebank:issue-61788, r=wesleywiserGuillaume Boisseau-0/+114
2024-02-07Rollup merge of #120470 - estebank:issue-54196, r=compiler-errorsGuillaume Boisseau-1/+1
2024-02-07Rollup merge of #120455 - JarlEvanson:sroa-miri-tests, r=cjgillotGuillaume Boisseau-9/+131
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+21
2024-02-07Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiserGuillaume Boisseau-0/+3
2024-02-07Record coroutine kind in genericsMichael Goulet-0/+17