about summary refs log tree commit diff
path: root/src/test/ui/unboxed-closures
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3010/+0
2023-01-05Detect closures assigned to binding in blockEsteban Küber-11/+16
2023-01-05Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726bors-1/+6
2023-01-01Verbose suggestionsEsteban Küber-8/+17
2022-12-27Restore cyclic closure messageMichael Goulet-8/+8
2022-12-27Don't deduce a signature that makes a closure cyclicMichael Goulet-8/+13
2022-12-20Re-enable fn trait call notation errorMichael Goulet-0/+26
2022-12-15Trim paths in E0599Esteban Küber-2/+2
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2022-11-05Merge conflicts and rebase onto masterMichael Goulet-12/+10
2022-11-05Adjust diagnostics, bless testsMichael Goulet-11/+11
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-09-26address reviewb-naber-18/+18
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-9/+9
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-9/+9
2022-08-27Only suggest call on nonexistent fields and methods if they make senseMichael Goulet-3/+1
2022-08-21Make check for overlapping closure span more accurateMichael Goulet-4/+2
2022-08-21Note closure kind mismatch causeMichael Goulet-1/+11
2022-08-21Rework point-at-argMichael Goulet-3/+5
2022-08-16Fix error message with non-tupled bare fn traitMichael Goulet-0/+25
2022-08-12Adjust span of closure paramMichael Goulet-1/+1
2022-08-12And for closuresMichael Goulet-3/+3
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-25Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkovbors-0/+5
2022-07-25Report elision failures on the AST.Camille GILLOT-0/+5
2022-07-16Use typeck_results to avoid duplicate ast_ty_to_ty callMichael Goulet-7/+6
2022-07-07Fix borrowck closure span.Camille GILLOT-2/+6
2022-07-07Shorten span for closures.Camille GILLOT-38/+24
2022-07-01Only label place where type is needed if span is meaningfulMichael Goulet-1/+3
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-2/+2
2022-06-16--bless uiMaybe Waffle-4/+3
2022-06-16 fix one more case of trailing spaceklensy-2/+2
2022-06-15Refactor path segment parameter errorEdwinRy-4/+6
2022-06-03Fully stabilize NLLJack Huey-53/+3
2022-06-02add new `emit_inference_failure_err`lcnr-6/+7
2022-05-06Point at closure args tooJack Huey-0/+5
2022-04-26Add new diagnosticGeorge-3/+3
2022-04-16Implementation for 65853Jack Huey-1/+3
2022-04-05Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...Dylan DPC-6/+12
2022-04-05Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obkDylan DPC-7/+21
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-12/+12
2022-04-05unboxed-closures and type-alias-impl-trait nll revisionsJack Huey-7/+21
2022-04-04diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMutMichael Howell-0/+6
2022-03-23Better suggestions for Fn trait selection errorsMichael Goulet-0/+1
2022-03-07Try to normalize associated types before processing obligationsJack Huey-21/+2
2022-03-03Cleanup feature gates.Camille GILLOT-4/+3
2021-11-06Move some tests to more reasonable directoriesCaio-0/+10
2021-10-13Remove textual span from diagnostic stringOli Scherer-2/+2
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+1
2021-09-17Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011Guillaume Gomez-4/+16