summary refs log tree commit diff
path: root/tests/ui/closures
AgeCommit message (Expand)AuthorLines
2024-08-23document & impl the transmutation modeled by `BikeshedIntrinsicFrom`Jack Wrenn-2/+2
2024-08-19Fix wrong argument for `get_fn_decl`Wafarm-2/+5
2024-08-10Update testsNadrieril-2/+1
2024-07-22Note closure captures when reporting deferred cast to fn ptr failedMichael Goulet-0/+6
2024-07-20Just totally fully deny late-bound constsMichael Goulet-2/+9
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-12/+1
2024-07-04More accurate mutability suggestionEsteban Küber-11/+20
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-2/+12
2024-07-02Re-implement a type-size based limitMichael Goulet-2/+12
2024-07-02chore: remove duplicate wordshattizai-2/+2
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-3/+3
2024-06-10Make suggestion to change `Fn` to `FnMut` work with methods wellGurinder Singh-0/+57
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-27/+2
2024-05-20Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re...Michael Goulet-0/+3
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-27/+2
2024-04-25hir typeck: look into nested goalslcnr-3/+84
2024-04-21Move some testsCaio-0/+40
2024-04-16Fail candidate assembly for erroneous typesGurinder Singh-12/+5
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-2/+2
2024-04-11Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebankbors-0/+48
2024-04-10Handle more cases of value suggestionsEsteban Küber-2/+2
2024-04-05Provide suggestion to dereference closure tail if appropriateEsteban Küber-0/+48
2024-03-31Move some testsCaio-0/+18
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-1/+1
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-1/+2
2024-02-27when defining opaques, require the hidden type to be well-formedlcnr-5/+5
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-12/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-263/+263
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-1/+18
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-1/+18
2024-02-13Move testsCaio-0/+13
2024-02-13Unmark the feature gate as incompleteNadrieril-12/+0
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-1/+15
2024-02-08Test `min_exhaustive_patterns` in more casesNadrieril-1/+15
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-4/+14
2024-02-06Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkovMatthias Krüger-1/+12
2024-02-06Bless tests, add commentsMichael Goulet-19/+4
2024-02-05update the tracking issue for structural match violationsRalf Jung-2/+2
2024-02-05show indirect_structural_match and pointer_structural_match in future compat ...Ralf Jung-0/+11
2024-02-04Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgrbors-1/+1
2024-02-03Rollup merge of #120531 - oli-obk:track_errors7, r=estebankMatthias Krüger-5/+12
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-1/+1
2024-01-31Remove a has_errors check that only hides errors after unrelated items have e...Oli Scherer-5/+12
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-10/+10
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-8/+9
2024-01-23Random type checker changesMichael Goulet-3/+3
2024-01-17Eagerly instantiate closure tyMichael Goulet-3/+3
2024-01-13Bless testsGeorge-lewis-261/+359
2024-01-07update ui testsGray Olson-1/+1