zig/std/os
Andrew Kelley 698829b772 change while syntax
Old:

```
while (condition; expression) {}
```

New:

```
while (condition) : (expression) {}
```

This is in preparation to allow nullable and
error union types as the condition. See #357
2017-05-03 18:12:07 -04:00
..
child_process.zig remove test and try expressions in favor of if expressions 2017-05-03 17:23:11 -04:00
darwin_x86_64.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
darwin.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
errno.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
index.zig change while syntax 2017-05-03 18:12:07 -04:00
linux_i386.zig back to AT&T syntax for assembly 2017-04-30 11:28:11 -04:00
linux_x86_64.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
linux.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
path.zig change while syntax 2017-05-03 18:12:07 -04:00
windows.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00