about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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-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
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-2/+2
2022-07-24Combine redundant obligation cause codesMichael Goulet-2/+2
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-4/+4
2022-07-13remove untagged_union feature gateRalf Jung-7/+7
2022-07-13Always use CreateParameter mode for function definitions.Camille GILLOT-4/+4
2022-07-11Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726Matthias Krüger-0/+38
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-238/+145
2022-07-07Wording tweakEsteban Küber-8/+12
2022-07-07Fix label on uninit binding field assignmentEsteban Küber-4/+4
2022-07-07Avoid misleading message/label in `match-cfg-fake-edges.rs` testEsteban Küber-2/+5
2022-07-07Review comments: wordingEsteban Küber-2/+2
2022-07-07Tweak wording and spansEsteban Küber-52/+50
2022-07-07On partial uninit error point at where we need initEsteban Küber-96/+147
2022-07-07Fix borrowck closure span.Camille GILLOT-6/+18
2022-07-07Shorten span for closures.Camille GILLOT-238/+133
2022-06-30promote placeholder bounds to 'static obligationsNiko Matsakis-0/+38
2022-06-24Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726bors-0/+104
2022-06-23Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillotMichael Goulet-0/+69