summary refs log tree commit diff
path: root/src/test/ui/block-result
AgeCommit message (Expand)AuthorLines
2018-03-14update testsGuillaume Gomez-14/+14
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-26Update UI testsVadim Petrochenkov-40/+40
2018-02-25Update ui testsGuillaume Gomez-0/+14
2018-01-15Further tweaks to the outputEsteban Küber-1/+1
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-10/+10
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-6/+5
2017-11-18move the signature into the closure typeNiko Matsakis-12/+1
2017-09-21Add suggestions for misspelled method namesThomas Jespersen-0/+2
2017-08-09Readd backticks around ()Esteban Küber-4/+4
2017-08-08Only refer to return type when it matchesEsteban Küber-4/+4
2017-07-25Point at return type always when type mismatch against itEsteban Küber-0/+9
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-2/+2
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-2/+6
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-12/+12
2017-06-27Review commentsEsteban Küber-4/+0
2017-06-24Don't naively point to return type on type errorEsteban Küber-17/+2
2017-06-24Do not specify return type in suggestion for some `Ty`sEsteban Küber-2/+2
2017-06-24Suggest removal of semicolon (instead of being help)Esteban Küber-25/+5
2017-06-24Detect missing `;` on methods with return type `()`Esteban Küber-0/+23
2017-06-23Move tests to `ui`Esteban Küber-0/+499