zig/std
Andrew Kelley 3ca027ca82 first pass at zig build system
* `zig build --export [obj|lib|exe]` changed to `zig build_obj`,
   `zig build_lib` and `zig build_exe` respectively.
 * `--name` parameter is optional when it can be inferred from the
   root source filename. closes #207
 * `zig build` now looks for `build.zig` which interacts with
   `std.build.Builder` to describe the targets, and then the zig
   build system prints TODO: build these targets. See #204
 * add `@bitcast` which is mainly used for pointer reinterpret
   casting and make explicit casting not do pointer reinterpretation.
   Closes #290
 * fix debug info for byval parameters
 * sort command line help options
 * `std.debug.panic` supports format string printing
 * add `std.mem.IncrementingAllocator`
 * fix const ptr to a variable with data changing at runtime.
   closes #289
2017-03-31 05:55:41 -04:00
..
c organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
os first pass at zig build system 2017-03-31 05:55:41 -04:00
special first pass at zig build system 2017-03-31 05:55:41 -04:00
build.zig first pass at zig build system 2017-03-31 05:55:41 -04:00
cstr.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
debug.zig first pass at zig build system 2017-03-31 05:55:41 -04:00
dwarf.zig
elf.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
empty.zig
endian.zig slice and array re-work plus some misc. changes 2017-02-12 17:35:51 -05:00
fmt.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
hash_map.zig first pass at zig build system 2017-03-31 05:55:41 -04:00
index.zig first pass at zig build system 2017-03-31 05:55:41 -04:00
io.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
list.zig introduce copyable concept 2017-03-26 03:39:18 -04:00
math.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
mem.zig first pass at zig build system 2017-03-31 05:55:41 -04:00
net.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
rand.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
rand_test.zig
sort.zig introduce new test syntax 2017-03-16 16:02:35 -04:00
target.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00