summary refs log tree commit diff
path: root/tests/ui/closures
AgeCommit message (Expand)AuthorLines
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
2024-01-05Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-...Matthias Krüger-2/+2
2024-01-05Remove `hir::Guard`Matthew Jasper-2/+2
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-40/+3
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-10/+10
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-10/+10
2024-01-01Deny defaults for higher-ranked generic parametersLeón Orell Valerian Liehr-38/+0
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-4/+4
2023-12-21Simple modification of diagnostic informationsurechen-0/+28
2023-12-19rename to verbose-internalsjyn-4/+4
2023-12-18Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkinbors-0/+27
2023-12-18Fix ICE `ProjectionKinds Deref and Field were mismatched`Gurinder Singh-0/+27
2023-12-14update use of feature flagslcnr-1/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-72/+72
2023-11-20Add allow-by-default lint for unit bindings许杰友 Jieyou Xu (Joe)-0/+1
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-1/+14
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-2/+2
2023-11-03Tweak spans for "adt defined here" noteNadrieril-2/+2
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-4/+4
2023-10-28make pointer_structural_match warn-by-defaultRalf Jung-1/+14
2023-10-20s/generator/coroutine/Oli Scherer-2/+2
2023-10-18Add a test showing failing closure signature inference in new solverMichael Goulet-0/+36
2023-10-04Point to where missing return type should goMichael Goulet-5/+5