summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2025-03-28Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obkMatthias Krüger-1/+39
2025-03-28Fix TAIT & ATPIT feature gating in the presence of anon constsLeón Orell Valerian Liehr-1/+39
2025-03-25Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obkJacob Pratt-0/+42
2025-03-25Test define opaques in extern itemsMichael Goulet-0/+30
2025-03-25Allow defining opaques in statics and constsMichael Goulet-0/+12
2025-03-23Stabilize precise_capturing_in_traitsMichael Goulet-37/+20
2025-03-19merge opaque types of nested bodieslcnr-39/+6
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-254/+360
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-15/+0
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-48/+11
2025-02-27Delete tuple unsizingAlice Ryhl-15/+0
2025-02-27Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdevMatthias Krüger-1/+2
2025-02-22Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgrbors-51/+19
2025-02-22Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obkMatthias Krüger-51/+19
2025-02-21More sophisticated span trimmingMichael Goulet-18/+12
2025-02-19add `IntoBounds::intersect` and `RangeBounds::is_empty`Peter Jaszkowiak-1/+2
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-0/+6
2025-02-14Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkinJubilee-0/+37
2025-02-14Add new ui test for returning an Fn trait that returns impl TraitXelph-0/+37
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-6/+6
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-18/+12
2025-02-13Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errorsJubilee-21/+21
2025-02-14fallout :skull_emoji:lcnr-21/+21
2025-02-13adjust derive_errorlcnr-4/+18
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-0/+27
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-139/+211
2025-02-09Remove lifetime_capture_rules_2024 featureMichael Goulet-51/+19
2025-02-08Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgrbors-0/+37
2025-02-07Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnrMatthias Krüger-0/+37
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-3/+1
2025-02-06Add opt_alias_variances and use it in outlives codeMichael Goulet-0/+37
2025-02-06Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obkMatthias Krüger-5/+2
2025-02-05Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obkJubilee-0/+23
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-5/+2
2025-02-04Fix rustc_hidden_type_of_opaques for RPITITs with no default bodyMichael Goulet-0/+23
2025-02-03Make error message less awkwardMichael Goulet-15/+15
2025-02-03Check Sizedness of return type in WFMichael Goulet-156/+186
2025-02-02Rollup merge of #136415 - estebank:highlight-clarification, r=compiler-errorsMatthias Krüger-4/+4
2025-02-02Highlight clarifying information in "expected/found" errorEsteban Küber-4/+4
2025-02-01Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnrMatthias Krüger-0/+5
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-12/+12
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-0/+5
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-12/+12
2025-01-30Filter out RPITITs when suggesting unconstrained assoc type on too many genericsMichael Goulet-0/+31
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-52/+0
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-12/+12
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-7/+13
2025-01-24Reword "crate not found" resolve messageEsteban Küber-7/+13
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-9/+0
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-5/+38