Alex Crichton
|
43bfaa4a33
|
Mass rename uint/int to usize/isize
Now that support has been removed, all lingering use cases are renamed.
|
2015-03-26 12:10:22 -07: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
|
409182de6d
|
Update the compiler to not use printf/printfln
|
2013-09-26 17:05:59 -07:00 |
|
Birunthan Mohanathas
|
206ae5752e
|
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
|
2013-07-24 09:45:20 -04:00 |
|
Patrick Walton
|
1be40be613
|
test: Update tests to use the new syntax.
|
2013-05-22 21:57:10 -07:00 |
|
Daniel Micay
|
86efd97a10
|
add gitattributes and fix whitespace issues
|
2013-05-03 20:01:42 -04:00 |
|
Tim Chevalier
|
fad05591e5
|
testsuite: more pub fn main
|
2013-03-27 10:09:03 -07:00 |
|
Patrick Walton
|
b0bea10898
|
libsyntax: Accept the new [T, ..N] style for vec.
|
2013-03-19 15:40:04 -07:00 |
|