summary refs log tree commit diff
path: root/src/test/ui/issue-22644.stderr
AgeCommit message (Expand)AuthorLines
2018-03-16Update testsJohn Kåre Alsaker-0/+2
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-8/+8
2018-03-01Fix spelling s/casted/cast/Lukas Lueg-8/+8
2018-02-26Update UI testsVadim Petrochenkov-9/+9
2018-02-26Update UI testsVadim Petrochenkov-11/+11
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-25/+25
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-2/+0
2017-10-09Fix a bug in diagnostics for `x as usize < y`Vadim Petrochenkov-2/+11
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-1/+1
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-42/+22
2017-07-17Add flag to hide code on inline suggestionsEsteban Küber-1/+1
2017-07-07syntax: Apply recovery for casts to type ascriptionVadim Petrochenkov-24/+80
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-8/+28
2017-07-06Add extra whitespace for suggestionsEsteban Küber-0/+4
2017-07-06Make suggestion include the line numberEsteban Küber-2/+2
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-1/+1
2017-06-15Review commentsEsteban Küber-2/+4
2017-06-12Change `<` interpreted as generic arg start warningEsteban Küber-4/+6
2017-06-12Fix affected testsEsteban Küber-4/+4
2017-06-11Suggest non-ambiguous comparison after castEsteban Küber-0/+20