Felix S. Klock II
d82f9123b2
Fallout from this change.
2015-04-14 14:23:02 +02:00
Felix S. Klock II
8491c82c90
Update tests for const-eval error handling changes.
2015-03-03 12:10:58 +01:00
Huon Wilson
0c70ce1424
Update compile fail tests to use isize.
2015-01-08 11:02:24 -05:00
Nick Cameron
2e86929a4a
Allow use of [_ ; n]
syntax for fixed length and repeating arrays.
...
This does NOT break any existing programs because the `[_, ..n]` syntax is also supported.
2014-12-20 15:23:29 +13:00
Alex Crichton
dce0be03d9
Test fixes and rebase conflicts
2014-11-03 11:02:36 -08:00
Jakub Wieczorek
f3d46bda65
Unignore a few tests
...
Also, remove one that has an exact duplicate.
2014-10-16 21:40:12 +02:00
Patrick Walton
086a5ca7d2
librustc: Allow trait bounds on structures and enumerations, and check
...
them during kind checking.
This implements RFC #11 .
Closes #15759 .
2014-08-17 01:39:10 -07:00
mr.Shu
ee3fa68fed
Fixed error starting with uppercase
...
Error messages cleaned in librustc/middle
Error messages cleaned in libsyntax
Error messages cleaned in libsyntax more agressively
Error messages cleaned in librustc more aggressively
Fixed affected tests
Fixed other failing tests
Last failing tests fixed
2014-02-08 20:59:38 +01:00
Derek Guenther
730bdb6403
Added tests to make tidy
2014-02-07 12:49:24 -06:00
Patrick Walton
8b56a8380b
librustc: Modify all code to use new lifetime binder syntax
2013-03-26 21:30:17 -07:00
Luqman Aden
d7d17dc14e
Add tests for const exprs in fixed vec length type and vec repeat.
2013-03-18 17:31:42 -07:00