about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2024-02-22Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errorsbors-5/+5
2024-02-22Deduplicate some logic and reword outputEsteban Küber-9/+9
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-7/+7
2024-02-22Better account for associated const found for fn call exprEsteban Küber-8/+10
2024-02-22Make confusable suggestions `verbose`Esteban Küber-5/+25
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-3/+33
2024-02-22change error messages to be incorrect, but more helpfullcnr-4/+4
2024-02-22Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnrMatthias Krüger-15/+1
2024-02-22do not use <: in subtyping overflow msglcnr-5/+5
2024-02-21Rollup merge of #121406 - compiler-errors:tests, r=NilstriebMatthias Krüger-0/+60
2024-02-21Add a non-lifetime-binders testMichael Goulet-0/+60
2024-02-21Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errorsLeón Orell Valerian Liehr-8/+8
2024-02-20some type system cleanuplcnr-8/+8
2024-02-20Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnrMatthias Krüger-0/+26
2024-02-20Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnayNilstrieb-1/+0
2024-02-20Simply do not ICEMichael Goulet-0/+26
2024-02-19Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwUbors-2/+2
2024-02-17Implement `NonZero` traits generically.Markus Reiter-1/+0
2024-02-17move ty var instantiation into the generalize modulelcnr-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-620/+620
2024-02-16Fix an ICE in the recursion lintOli Scherer-0/+70
2024-02-15Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnrbors-0/+14
2024-02-15Consider principal trait ref's auto-trait super-traits in dyn upcastingMichael Goulet-0/+14
2024-02-14Continue compilation even if inherent impl checks failOli Scherer-3/+39
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-14/+113
2024-02-14Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkovGuillaume Gomez-0/+34
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-14/+113
2024-02-14Rollup merge of #121049 - estebank:issue-121009, r=fmeaseOli Scherer-5/+0
2024-02-14Rollup merge of #120915 - OdenShirataki:master, r=fmeaseOli Scherer-4/+4
2024-02-14Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errorsOli Scherer-6/+6
2024-02-13Move testsCaio-0/+34
2024-02-13Do not point at `#[allow(_)]` as the reason for compat lint triggeringEsteban Küber-5/+0
2024-02-13use alias-relate to structurally normalize in the solverlcnr-23/+24
2024-02-12Fix suggestion span for ?SizedOdenShirataki-4/+4
2024-02-09Be less confident when `dyn` suggestion is not checked for object safetytrevyn-6/+6
2024-02-10Rollup merge of #120629 - c410-f3r:testsssssss, r=petrochenkovMatthias Krüger-0/+81
2024-02-09Move some testsCaio-0/+81
2024-02-09Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwUMatthias Krüger-82/+316
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-0/+56
2024-02-09hide impls if trait bound is proven from envlcnr-82/+316
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-0/+194
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-3/+14
2024-02-08Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errorsMatthias Krüger-0/+194
2024-02-08Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebankbors-15/+89
2024-02-07address review comments and add more testsLukas Markeffsky-33/+72
2024-02-07improve pretty printing for trait objectsLukas Markeffsky-25/+25
2024-02-07add test for pretty printing trait objectsLukas Markeffsky-0/+155
2024-02-07Update testsr0cky-24/+177
2024-02-06Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnrMatthias Krüger-3/+41
2024-02-06Rollup merge of #120507 - estebank:issue-108428, r=davidtwcoMatthias Krüger-6/+16