Jonathan Marler
|
9e8db5b750
|
Remove const on argsAlloc
|
2019-06-13 11:42:17 -04:00 |
Andrew Kelley
|
b735764898
|
different array literal syntax when inferring the size
old syntax: []i32{1, 2, 3}
new syntax: [_]i32{1, 2, 3}
closes #1797
|
2019-06-09 19:26:32 -04:00 |
Andrew Kelley
|
6be79d79aa
|
fixes for Windows and WASI
|
2019-05-27 00:48:56 -04:00 |
Andrew Kelley
|
0c6ab61b22
|
tests passing on linux
|
2019-05-26 23:35:26 -04:00 |
Andrew Kelley
|
2f040a23c8
|
clean up references to os
|
2019-05-26 18:32:44 -04:00 |
Andrew Kelley
|
7cb6279ac0
|
clean up references to posix
|
2019-05-26 18:32:44 -04:00 |
Andrew Kelley
|
17b0166e00
|
do Jay's suggestion with posix/os API naming & layout
|
2019-05-26 18:32:44 -04:00 |