zig/std
Andrew Kelley f7e9d7aa5d ability to implicitly cast integer literal to &const Int
where Int is an integer type

also introduce `@intToPtr` builtin for converting a usize
to a pointer. users now have to use this instead of `(&T)(int)`.

closes #311
2017-04-07 15:35:38 -04:00
..
c organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
os std: ChildProcess.spawn looks at PATH env var 2017-04-05 17:55:50 -04:00
special zig build: use -D for options instead of -O 2017-04-06 13:59:11 -04:00
buf_map.zig Update zig build system to support user defined options 2017-04-06 05:34:04 -04:00
buf_set.zig Update zig build system to support user defined options 2017-04-06 05:34:04 -04:00
build.zig peer resolve types [N]T, [M]T as []const T 2017-04-06 18:07:38 -04:00
cstr.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
debug.zig ability to implicitly cast integer literal to &const Int 2017-04-07 15:35:38 -04:00
dwarf.zig
elf.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
empty.zig
endian.zig
fmt.zig Update zig build system to support user defined options 2017-04-06 05:34:04 -04:00
hash_map.zig ability to implicitly cast integer literal to &const Int 2017-04-07 15:35:38 -04:00
index.zig first pass at zig build system 2017-03-31 05:55:41 -04:00
io.zig zig build system: add setLinkerScript and setTarget 2017-04-03 05:04:46 -04:00
list.zig
math.zig replace "&&" and "||" with "and" and "or" 2017-03-26 05:21:28 -04:00
mem.zig Update zig build system to support user defined options 2017-04-06 05:34:04 -04:00
net.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00
rand_test.zig
rand.zig
sort.zig
target.zig organize std and make import relative to current file 2017-03-26 06:39:28 -04:00