summary refs log tree commit diff
path: root/src/test/ui/traits/trait-alias
AgeCommit message (Expand)AuthorLines
2020-04-08Small tweaks to required bound spanEsteban Küber-3/+3
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-7/+2
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-4/+3
2020-03-21Add explanation message for E0224Nixon Enraght-Moony-0/+1
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-3/+7
2020-02-02Deal with spans showing `std` libEsteban Küber-2/+7
2020-02-02Point at reason in object unsafe trait with `Self` in supertraits or `where`-...Esteban Küber-1/+4
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-1/+1
2020-02-02Use more accurate failed predicate spansEsteban Küber-5/+4
2019-12-24Tweak errors for missing associated types and type parametersEsteban Küber-3/+3
2019-10-24syntax: reject `trait Foo: Bar = Baz;`.Mazdak Farrokhzad-5/+20
2019-10-15Consider trait aliasesEsteban Küber-3/+4
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-4/+4
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-2/+2
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-15/+8
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-22adding in these files that didn't get added in previous commitAndrew-2/+2
2019-06-21changed expected output in tests so it now passes with changed outputAndrew-2/+2
2019-05-29Update ui test suite to use dynmemoryruins-13/+13
2019-05-20Addressed more points raised in review.Alexander Regueiro-93/+335
2019-05-20Addressed points raised in review.Alexander Regueiro-27/+65
2019-05-20Update tests.Alexander Regueiro-0/+1333