summary refs log tree commit diff
path: root/src/test/ui/traits/trait-alias
AgeCommit message (Expand)AuthorLines
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