zig/std/special
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
..
bootstrap.zig change while syntax 2017-05-03 18:12:07 -04:00
build_file_template.zig add safe release build mode 2017-05-02 17:34:21 -04:00
build_runner.zig change while syntax 2017-05-03 18:12:07 -04:00
builtin.zig change while syntax 2017-05-03 18:12:07 -04:00
compiler_rt.zig change while syntax 2017-05-03 18:12:07 -04:00
test_runner.zig @import("builtin") instead of @compileVar 2017-05-01 13:12:38 -04:00
zigrt.zig make debug safety stuff lazy 2017-05-01 19:16:48 -04:00