about summary refs log tree commit diff
path: root/src/test/ui/binop
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1595/+0
2022-12-13Stop pointing to operators if their libcore method source is not availableOli Scherer-52/+12
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-10/+10
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-66/+40
2022-12-05Tweak "the following other types implement trait"Esteban Küber-8/+3
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-0/+4
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-1/+1
2022-10-19Standardize arg suggestions between typeck and trait selectionMichael Goulet-1/+1
2022-09-26address reviewb-naber-8/+8
2022-09-08Avoid source-map call in operator errorMichael Goulet-1/+1
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-1/+1
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-1/+1
2022-08-28More descriptive argument placeholdersMichael Goulet-2/+2
2022-08-28Suggest calling when operator types mismatchMichael Goulet-0/+5
2022-07-01Shorten def_span for more items.Camille GILLOT-95/+35
2022-06-28Remove redundant logic to suggest `as_ref`Michael Goulet-2/+14
2022-05-17Taking review into accountricked-twice-10/+4
2022-04-26Move some tests to more reasonable placesCaio-0/+43
2022-04-25Replace suggest_constraining_param with suggest_restricting_param_boundWill Crichton-0/+36
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-4/+4
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-17/+17
2022-04-04Fix list lengthEsteban Kuber-0/+20
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+30
2022-02-16Make implementation genericLucas Kent-8/+8
2021-12-14test should pass :sweat_smile:ouz-a-0/+1
2021-12-14Add regression test and commentouz-a-0/+8
2021-11-18Move some tests to more reasonable directoriesCaio-0/+136
2021-11-14Move some tests to more reasonable directoriesCaio-0/+72
2021-11-06Move some tests to more reasonable directoriesCaio-0/+30
2021-10-15Bless testsCameron Steffen-2/+2
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-15/+198
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-08-11Modify structured suggestion outputEsteban Küber-23/+23
2021-06-16Update test stderr filesAris Merchant-5/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-02-14Apply suggestionsBenoît du Garreau-2/+5
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+216
2020-12-31Move binop-related testsYuki Okushi-0/+155
2020-12-21Move test from compile-fail to ui/binopDonough Liu-0/+57
2020-10-17Improve wording of "cannot multiply" type errorCamelid-2/+18
2020-09-02pretty: trim paths of unique symbolsDan Aloni-4/+4
2020-07-27mv std libs to library/mark-11/+11
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-17/+74
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-74/+17
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-17/+74
2020-05-08Skip tests on emscriptenYuki Okushi-0/+2
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+21
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-88/+66
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-6/+0
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-66/+154