summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2022-12-02Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8KiMatthias Krüger-11/+11
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-2/+56
2022-11-22Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-0/+37
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-1/+1
2022-11-20Move testsCaio-0/+37
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-11/+11
2022-11-13Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-SimulacrumManish Goregaokar-0/+16
2022-11-13Add a few known-bug testsJack Huey-0/+16
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-15/+15
2022-11-12Bless ui tests.Camille GILLOT-1/+1
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-15/+15
2022-11-10Tweak span for `#[must_use]`Esteban Küber-1/+1
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-5/+5
2022-11-07Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-0/+21
2022-11-05Move some tests to more reasonable directoriesCaio-0/+21
2022-11-05use spans in TypeTest rather than mir::LocationAli MJ Al-Nasrawy-68/+44
2022-11-05simplify applying closure requirementsAli MJ Al-Nasrawy-2/+5
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-15/+16
2022-10-25Name impl trait in region bound suggestionMichael Goulet-1/+1
2022-10-20Update tests to match error message changesb4den-5/+5
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-16/+15
2022-10-16Auto merge of #102080 - yanchen4791:issue-99824-fix, r=cjgillotbors-6/+10
2022-10-08Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726Michael Howell-0/+135
2022-10-08don't ICE when normalizing closure input tysAli MJ Al-Nasrawy-0/+135
2022-10-06Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnrMatthias Krüger-1/+1
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-2/+2
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-4/+4
2022-09-30blessBoxy-1/+1
2022-09-28Fix missing explanation of where borrowed reference is used when the borrow o...Yan Chen-6/+10
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-26/+26
2022-09-26address reviewb-naber-26/+26
2022-09-26bless testsb-naber-6/+6
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+10
2022-09-17Use Predicate ConstraintCategory when normalizingJack Huey-0/+6
2022-09-16Final bitsJack Huey-0/+12
2022-09-16Revert "Better errors for implied static bound"Jack Huey-12/+0
2022-09-16Revert "Use Predicate ConstraintCategory when normalizing"Jack Huey-6/+0
2022-09-13Use Predicate ConstraintCategory when normalizingJack Huey-0/+6
2022-09-13Better errors for implied static boundJack Huey-0/+12
2022-09-13Use def_span for external requirements.Camille GILLOT-419/+134
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-82/+162
2022-09-08Remove ReEmptyJack Huey-2/+2
2022-09-06Shrink span for bindings with subpatterns.Camille GILLOT-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-17implied_bounds: clarify our assumptionslcnr-4/+4
2022-08-09don't normalize wf predicateslcnr-1/+11
2022-08-02NLL: relate closure to parent fnAli MJ Al-Nasrawy-0/+97
2022-07-31Improve `cannot move out of` error messageObei Sideg-2/+2
2022-07-26Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-deadDylan DPC-2/+2