about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-09-16Rollup merge of #101843 - chenyukang:fix-101797, r=oli-obkGuillaume Gomez-0/+28
2022-09-16Rollup merge of #101753 - oli-obk:tait_closure_args, r=compiler-errorsDylan DPC-8/+47
2022-09-15Auto merge of #101831 - compiler-errors:issue-75899, r=jackh726bors-0/+39
2022-09-16tweak suggestionyukang-1/+1
2022-09-15Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726bors-1/+22
2022-09-15fix #101797: Suggest associated const for incorrect use of let in traitsyukang-0/+28
2022-09-15Rollup merge of #101740 - andrewpollack:add-ignore-fuchsia-ui-tests, r=tmandryMatthias Krüger-0/+6
2022-09-15enclose else block in terminating scopeDing Xiang Fei-2/+1
2022-09-15add test for #99975Ding Xiang Fei-0/+20
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-1/+3
2022-09-15Normalize struct types in confirm_builtin_unsize_candidateMichael Goulet-0/+39
2022-09-15Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-19/+74
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-3/+134
2022-09-14Bless ui test.Camille GILLOT-11/+66
2022-09-14Compute `lint_levels` by definitionDeadbeef-8/+8
2022-09-14Rollup merge of #101779 - eholk:drop-tracking-test-output, r=jyn514Dylan DPC-72/+372
2022-09-14Prefer explict closure sig types over expected onesOli Scherer-8/+47
2022-09-13Use Predicate ConstraintCategory when normalizingJack Huey-0/+133
2022-09-13Better errors for implied static boundJack Huey-0/+67
2022-09-13Update parsing testEric Holk-3/+3
2022-09-13Update must_not_suspend/ref.rsEric Holk-10/+37
2022-09-13Update partial-drop-partial-reinit.rsEric Holk-7/+45
2022-09-13Update issue-65436-raw-ptr-not-send.rsEric Holk-6/+10
2022-09-13Update issue-70935-complex-spans.rsEric Holk-10/+11
2022-09-13Address code review commentsEric Holk-2/+7
2022-09-13Update issue-68114.rsEric Holk-16/+103
2022-09-13Update issue-64130-4-async-move.rsEric Holk-6/+36
2022-09-13Update async-await-let-else for drop trackingEric Holk-17/+130
2022-09-13Auto merge of #101086 - cjgillot:thir-param, r=oli-obkbors-309/+111
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