about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-09-13Rebase fallout.Camille GILLOT-12/+8
2022-09-13Use def_span for external requirements.Camille GILLOT-419/+134
2022-09-13Compute explicit MIR params on THIR.Camille GILLOT-0/+1
2022-09-13Simplify MIR building entry.Camille GILLOT-0/+10
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-91/+171
2022-09-13Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obkbors-10/+5
2022-09-13Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPCbors-201/+134
2022-09-13Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwcoDylan DPC-201/+134
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-760/+306
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-0/+351
2022-09-12Move dyn* tests to their own directoryEric Holk-1/+1
2022-09-12Update feature flags on dyn-star testsEric Holk-4/+4
2022-09-12Construct dyn* during const interpMichael Goulet-1/+1
2022-09-12Add test to make sure we run custom destructorsEric Holk-0/+23
2022-09-12Add test case for calling methods on dyn* objectEric Holk-0/+25
2022-09-12Call destructors when dyn* object goes out of scopeEric Holk-1/+1
2022-09-12dyn* through more typechecking and MIREric Holk-7/+19
2022-09-12Typecheck dyn* coercionsEric Holk-2/+36
2022-09-12Introduce dyn_star feature flagEric Holk-0/+32
2022-09-12Adding ignore-fuchsia arg to non-applicable compiler ui testsAndrew Pollack-0/+6
2022-09-12Don't trim substitution if it's only whitespaceMichael Goulet-14/+14
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-187/+120
2022-09-12Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errorsGuillaume Gomez-12/+41
2022-09-12Rollup merge of #101677 - winxpqq955:issue-101211, r=fee1-deadGuillaume Gomez-0/+29
2022-09-12Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiserGuillaume Gomez-0/+20
2022-09-12Impove diagnostic for .await-ing non-futuresLukas Markeffsky-12/+41
2022-09-12Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPCbors-0/+152
2022-09-12Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnrDylan DPC-0/+72
2022-09-12Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnrDylan DPC-0/+49
2022-09-12Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8KiDylan DPC-0/+31
2022-09-12Auto merge of #101604 - compiler-errors:issue-101465, r=lcnrbors-0/+50
2022-09-12Auto merge of #100502 - chenyukang:fix-100478, r=jackh726bors-0/+314
2022-09-12Normalize closure signature after constructionMichael Goulet-0/+36
2022-09-12Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726bors-3/+97
2022-09-12fn pointers don't implement Fn/FnMut/FnOnce traits if its return type is unsizedMichael Goulet-1/+66
2022-09-12Fix ICE in opt_suggest_box_spanMichael Goulet-0/+50
2022-09-11Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-deadbors-0/+9
2022-09-11Only encode RPITIT when trait method has default bodyMichael Goulet-0/+9
2022-09-11Deny RPITIT for object safetyMichael Goulet-0/+72
2022-09-11Add test for #101211winxpqq955-0/+29
2022-09-11Check that the types in RPITITs are WFMichael Goulet-0/+49
2022-09-11Update unit test outputsCharles Lew-80/+51
2022-09-11fix tests after rebaseAndrew Cann-18/+26
2022-09-11test async diagnostics for feature(generator_clone)Andrew Cann-0/+242
2022-09-11Add feature gate tests for generator_cloneAndrew Cann-0/+284
2022-09-11fix #101626, suggest pub instead of public for const type itemyukang-0/+31
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-3/+3
2022-09-10Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3bors-0/+21
2022-09-10Fix pointer value punning.Charles Lew-0/+21
2022-09-10Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726Dylan DPC-2/+2