summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+6
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-4/+9
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-0/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-24syntax: reject `trait Foo: Bar = Baz;`.Mazdak Farrokhzad-5/+20
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-0/+2
2019-10-22review comments: move code, fix indentation and change spanEsteban Küber-7/+6
2019-10-22Point at associated type for some obligationsEsteban Küber-5/+11
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-0/+2
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-18/+21
2019-10-16update ui testsGuillaume Gomez-0/+1
2019-10-15Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew...Tyler Mandry-0/+1
2019-10-15Remove useless `help`Esteban Küber-2/+0
2019-10-15Consider trait aliasesEsteban Küber-3/+4
2019-10-15Handle more casesEsteban Küber-7/+7
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-6/+10
2019-10-14Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,CentrilMazdak Farrokhzad-6/+6
2019-10-13Update ui testsGuillaume Gomez-0/+1
2019-10-11Print lifetimes with backticksYuki Okushi-6/+6
2019-10-10Update ui testsGuillaume Gomez-1/+2
2019-10-07update ui testsGuillaume Gomez-0/+1
2019-09-30Fixed grammar in one diagnostic and blessed tests.Alexander Regueiro-4/+4
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-0/+145
2019-09-25address rebase damageAriel Ben-Yehuda-2/+2
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-2/+2
2019-09-24nit: update text to avoid "lattice specialization" termNiko Matsakis-5/+8
2019-09-24improve commentAriel Ben-Yehuda-4/+4
2019-09-24add test for lattice specializationAriel Ben-Yehuda-0/+56
2019-09-24add error message for caseAriel Ben-Yehuda-3/+5
2019-09-24improve and add testsAriel Ben-Yehuda-0/+84
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-8/+8
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-7/+9
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-15/+31
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-14/+14
2019-09-09Auto merge of #64237 - estebank:tweak-method-not-found, r=Centrilbors-3/+3
2019-09-08Give method not found a primary span labelEsteban Küber-3/+3
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-12/+25
2019-09-03Rollup merge of #64056 - estebank:arbitrary-self-types, r=CentrilMazdak Farrokhzad-0/+7
2019-09-02account for DUMMY_SP and correct wordingEsteban Küber-2/+2
2019-09-02On object safety violation, point at source when possibleEsteban Küber-12/+25
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-2/+2
2019-09-01Account for arbitrary self types in E0599Esteban Küber-0/+7
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-163/+89
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-1/+0
2019-08-16Remove meaningless comments in src/testsd234678-6/+0
2019-08-02Address review commentsvarkor-1/+1
2019-08-02Fix fallout after rebasevarkor-1/+1
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+42