about summary refs log tree commit diff
path: root/src/test/compile-fail/coercion-slice.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-18/+0
2017-04-21Update testsGuillaume Gomez-1/+0
2016-08-11Improve &-ptr printingJonathan Turner-1/+1
2016-07-28Move to {integer} and {float}Jonathan Turner-1/+1
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-1/+1
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+3
2015-03-05Fix compile-fail error messages after integer suffix removal.Eduard Burtescu-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-01-31Kill more `isize`sTobias Bucher-3/+3
2015-01-12Fix testsuite errorsmdinger-1/+6
2015-01-06test fallout from isize/usizeCorey Richardson-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-2/+2
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
2014-11-18Regression testNick Cameron-0/+15