about summary refs log tree commit diff
path: root/src/test/compile-fail/index-bot.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-13/+0
2017-06-12Add E0608Guillaume Gomez-1/+1
2017-03-30do not eagerly convert `!` to a diverging variableNiko Matsakis-1/+1
Instead, wait until coercion time. This has some small effects on a few tests (one less temporary, generally better errors when trying to call methods or otherwise "force" the type).
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-10-28Update tests with the new error messagesJakub Bukaj-1/+1
2014-09-20Add test that `!` cannot be indexedBrian Koropoff-0/+13