summary refs log tree commit diff
path: root/src/test/ui/where-clauses
AgeCommit message (Expand)AuthorLines
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-4/+6
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-9/+9
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-25/+16
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+23
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+159
2019-05-29Update ui test suite to use dynmemoryruins-12/+12
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-21update test files to reflect new outputNiko Matsakis-7/+14
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-1/+1
2019-01-27Update test expectations for new placeholder error messagesRemy Rakic-2/+2
2019-01-12Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkovMazdak Farrokhzad-2/+2
2019-01-08Consolidate equality constraints error messagevarkor-2/+2
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-1/+1
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-9/+7
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-15/+9
2018-12-25Remove licensesMark Rousskov-106/+16
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+371