about summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-8/+8
2022-08-21Targeted fixes addressing erroneous suggestionsMichael Goulet-8/+0
2022-08-21Note closure kind mismatch causeMichael Goulet-3/+27
2022-08-21Rework point-at-argMichael Goulet-8/+24
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-08-14Rollup merge of #99582 - compiler-errors:issue-99566, r=cjgillotDylan DPC-0/+28
2022-08-07Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-SimulacrumMatthias Krüger-6/+4
2022-08-07Remove even more box syntax uses from src/testest31-6/+4
2022-08-07Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnrMatthias Krüger-5/+0
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-6/+6
2022-08-04Don't point out return span on every E0308Michael Goulet-5/+0
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-6/+6
2022-08-03add regression test for #90871Takayuki Maeda-0/+28
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-0/+21
2022-07-22Delay a span bug if we see ty/const generic params during writebackMichael Goulet-0/+28
2022-07-19Mention first and last macro in backtraceMichael Goulet-5/+5
2022-07-12add test for implicit stuff in signatures of closures with `for<>`Maybe Waffle-0/+134
2022-07-12Lower closure binders to hir & properly check themMaybe Waffle-3/+12
2022-07-12Parse closure bindersMaybe Waffle-0/+71
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-52/+37
2022-07-07Tweak wording and spansEsteban Küber-17/+17
2022-07-07On partial uninit error point at where we need initEsteban Küber-29/+41
2022-07-07Shorten span for closures.Camille GILLOT-52/+37
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-2/+2
2022-06-23Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebankMichael Goulet-2/+14
2022-06-22Uniform spans in dead code lint.Camille GILLOT-2/+2
2022-06-19Greatly improve error reporting for futures and generators in `note_obligatio...Joshua Nelson-2/+14
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-17/+15
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-3/+3
2022-06-16--bless uiMaybe Waffle-12/+9
2022-06-16 fix one more case of trailing spaceklensy-3/+3
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-0/+18
2022-06-10Bless tests.Camille GILLOT-0/+18
2022-06-07Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-amanDylan DPC-0/+27
2022-06-03Fully stabilize NLLJack Huey-105/+9
2022-06-02add new `emit_inference_failure_err`lcnr-1/+6
2022-05-24Suggest adding a semicolon to a closure without blockChayim Refael Friedman-0/+27
2022-05-23Fix precise field capture of univariant enumsTomasz Miąsko-0/+27
2022-05-22Use revisions for NLL in closuresJack Huey-18/+36
2022-05-08Move some tests to more reasonable placesCaio-0/+37
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-11/+20
2022-05-06Resolve vars in note_type_errJack Huey-11/+20
2022-05-05Put the 2229 migration errors in alphabetical orderScott McMurray-3/+3
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-1/+1
2022-04-24only show a simple description in E0133 span labelEmil Gardström-2/+2
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+4
2022-04-16Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPCbors-11/+22
2022-04-16Implementation for 65853Jack Huey-5/+25