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
|
d03a4b0046
|
test: Convert statics to constants
Additionally, add lots of tests for new functionality around statics and
`static mut`.
|
2014-10-09 09:44:52 -07:00 |
|
Piotr Jawniak
|
46cf384ba9
|
Fix const evaluation of cast expression from bool
|
2014-08-24 09:14:41 +02:00 |
|
Piotr Jawniak
|
ed18baeb49
|
Add test for #10618 and #16382
Closes #10618
Closes #16382
|
2014-08-23 12:31:48 +02:00 |
|