summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
AgeCommit message (Collapse)AuthorLines
2016-09-26Update E0425, E0446, E0449Jonathan Turner-1/+1
2016-09-15Fix wording for out-of-crate macro errorJonathan Turner-5/+5
2016-08-30Guard against platforms on which the sysv64 calling convention is not valid ↵CensoredUsername-1/+1
in non-codegen tests. Remove false positive in a test that relied on the exact formatting of an error string and rewrite the sysv64 register allocation test at it was triggering undefined behaviour
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-0/+88
2016-08-16RUST_NEW_ERROR_FORMAT is no moreSeo Sanghyeon-30/+16
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-14Add unicode test to ui testsJonathan Turner-0/+22
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-0/+391