summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2016-09-26Update E0425, E0446, E0449Jonathan Turner-3/+36
2016-09-24Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakisGuillaume Gomez-6/+6
2016-09-16fix top level attr spansMikhail Modin-0/+32
2016-09-15Specify when type parameter shadows primitive typeEsteban Küber-0/+36
2016-09-15Fix wording for out-of-crate macro errorJonathan Turner-6/+6
2016-09-12Auto merge of #36354 - mikhail-m1:master, r=jonathandturnerbors-0/+66
2016-09-10fix span for errors E0537, E0535 & E0536Mikhail Modin-0/+66
2016-09-04Rollup merge of #36212 - razielgn:updated-e0493-to-new-format, r=jonathandturnerManish Goregaokar-0/+41
2016-09-02Rollup merge of #36171 - jonathandturner:temporary_value, r=nikomatsakisJonathan Turner-2/+33
2016-09-02Moved test on E0493 from compile-fail to ui.Federico Ravasio-0/+41
2016-08-31Update error message for lifetime of borrowed valuesJonathan Turner-2/+33
2016-08-30Guard against platforms on which the sysv64 calling convention is not valid i...CensoredUsername-1/+1
2016-08-27Add UI test for E0379Keith Yeung-0/+39
2016-08-19wording fixes in error messagesJonathan Turner-3/+3
2016-08-18Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakisbors-0/+37
2016-08-18Auto merge of #35769 - eddyb:rollup, r=eddybbors-0/+50
2016-08-17Add UI test for E0053Keith Yeung-0/+50
2016-08-17Move 'doesn't live long enough' errors to labelsJonathan Turner-0/+37
2016-08-17Rebase. Fix mutable iteration nit.Jonathan Turner-2/+2
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-0/+361
2016-08-17Fix merge conflictJonathan Turner-2/+6
2016-08-17Rollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakisJonathan Turner-0/+53
2016-08-16Use UI test to test spans, instead of forced line breakSeo Sanghyeon-0/+53
2016-08-16RUST_NEW_ERROR_FORMAT is no moreSeo Sanghyeon-41/+24
2016-08-12Correct span for pub_restricted fieldSeo Sanghyeon-0/+41
2016-08-05Update E0404 to new format.Ryan Scott-1/+1
2016-08-01Fix fallout in `ui/codemap_tests`.Jeffrey Seyfried-5/+2
2016-07-28Move to {integer} and {float}Jonathan Turner-1/+1
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-1/+1
2016-07-14Add unicode test to ui testsJonathan Turner-0/+22
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-0/+391
2016-07-14Fix up some tidy-unfriendly spacingJonathan Turner-4/+4
2016-07-14Fix a couple UI test failuresJonathan Turner-15/+18
2016-05-24Satisfy tidyJonathan Turner-1/+1
2016-05-24Back to single line between errors. Add header space to secondary filesJonathan Turner-3/+0
2016-05-24Move issue-26480 cfail to ui test. Fix #33763Jonathan Turner-0/+57
2016-05-23Fix #33819 and update ui testJonathan Turner-0/+2
2016-05-16pacify the mercilous tidyNiko Matsakis-1/+20
2016-05-13add UI testing frameworkNiko Matsakis-0/+133