about summary refs log tree commit diff
path: root/src/test/ui/binop
AgeCommit message (Expand)AuthorLines
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
2019-12-12Update testsLeSeulArtichaut-3/+3
2019-12-12Update UI test expectationsLeSeulArtichaut-3/+3
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-22/+22
2019-11-28Use structured suggestion when requiring `Copy` constraint in type paramEsteban Küber-34/+34
2019-11-18Surround types with backticks in type errorsEsteban Küber-4/+4
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-6/+0
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-6/+6
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-415/+122
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-2/+2
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-6/+12
2019-03-11Update NLL testsVadim Petrochenkov-38/+38
2019-03-11Update testsVadim Petrochenkov-38/+38
2019-01-24Fix --compare-mode=nll testsEsteban Küber-4/+261
2018-12-31Improve type mismatch error messagesYuning Zhang-2/+2
2018-12-25Remove licensesMark Rousskov-113/+43
2018-11-05Make `ui/binop-move-semantics.rs` robust w.r.t. NLL.Felix S. Klock II-4/+30
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-13/+1
2018-10-17Update output for borrowck=migrate compare mode.David Wood-1/+13
2018-10-03Clearer later use messages for callsMatthew Jasper-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+651