about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-2/+26
2024-01-15Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errorsMatthias Krüger-17/+14
2024-01-13Bless testsGeorge-lewis-0/+5
2024-01-13Don't consider delayed bugs for `-Ztreat-err-as-bug`.Nicholas Nethercote-12/+10
2024-01-12Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnrGuillaume Gomez-2/+19
2024-01-11Remove special-casing around aliaskind in new solverMichael Goulet-2/+19
2024-01-11Keep error types around, even in obligations.Oli Scherer-17/+14
2024-01-11Use the right level with `-Ztreat-err-as-bug`.Nicholas Nethercote-1/+1
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-27/+277
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-40/+55
2024-01-08Point out source of recursionMichael Goulet-5/+5
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-37/+11
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-100/+200
2024-01-07Make ImplTraitPosition display more descriptiveMichael Goulet-13/+13
2024-01-05Use `resolutions(()).effective_visiblities` to avoid cycle errorsMichael Goulet-0/+106
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-1/+1
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-13/+22
2023-12-29add non-regression test for issue 114325Rémy Rakic-0/+55
2023-12-28Rollup merge of #119376 - msrd0:regression-test-106630, r=petrochenkovMatthias Krüger-0/+33
2023-12-28Add regression test for #106630Dominic-0/+33
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-1/+1
2023-12-19rename to verbose-internalsjyn-1/+1
2023-12-14update use of feature flagslcnr-11/+11
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-2/+2
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-1/+1
2023-12-10Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Kibors-6/+93
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-6/+6
2023-12-05Enable new capture rules by default on edition 2024Michael Goulet-9/+39
2023-12-05Add test for implicitly capturing late-bound var with new capture rulesMichael Goulet-0/+23
2023-12-05Add lifetime_capture_rules_2024Michael Goulet-6/+40
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-11-25Don't ICE when encountering placeholders in implied bounds computationMichael Goulet-0/+14
2023-11-24Manual find replace updatesNilstrieb-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-110/+110
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-1/+1
2023-11-20self ty infer ambiguity: add proof tree candlcnr-2/+0
2023-11-17Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errorsbors-15/+48
2023-11-15Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnrbors-0/+2
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-11-14Add guard checking for associated types before computing intercrate ambiguity...Gavin Gray-0/+2
2023-11-09update testslcnr-15/+48
2023-11-04fallback for `construct_generic_bound_failure`bohan-0/+25
2023-11-02Add all RPITITs when augmenting param-env with GAT bounds in check_type_boundsMichael Goulet-0/+11
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-0/+11
2023-10-29Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r...bors-0/+15
2023-10-27Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obkMatthias Krüger-67/+3
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-67/+3
2023-10-26Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnrbors-1/+1
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-37/+19