zig/std
Andrew Kelley 4c6f1e614a
remove zig build --init. add zig init-lib and zig init-exe
init-lib creates a working static library with tests, and
init-exe creates a working hello world with a `run` target.

both now have test coverage with the new "cli tests" file.

closes #1035
2018-09-17 17:11:18 -04:00
..
atomic Fix additional regressions calling FileOutStream/FileInStream init() 2018-09-14 12:07:21 -04:00
c fix stack traces on linux 2018-08-25 03:07:37 -04:00
crypto remove this. add @This(). 2018-09-13 16:34:33 -04:00
debug fix alignment of structs 2018-09-14 19:08:59 -04:00
event remove this. add @This(). 2018-09-13 16:34:33 -04:00
fmt remove this. add @This(). 2018-09-13 16:34:33 -04:00
hash remove this. add @This(). 2018-09-13 16:34:33 -04:00
math remove this. add @This(). 2018-09-13 16:34:33 -04:00
os remove this. add @This(). 2018-09-13 16:34:33 -04:00
rand Fix the start-less-than-end assertion in std.rand.Random.range (#1325) 2018-08-03 11:44:39 -04:00
special remove zig build --init. add zig init-lib and zig init-exe 2018-09-17 17:11:18 -04:00
zig Fix additional regressions calling FileOutStream/FileInStream init() 2018-09-14 12:07:21 -04:00
array_list.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
base64.zig remove integer and float casting syntax 2018-06-17 02:57:07 -04:00
buf_map.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
buf_set.zig breaking syntax change: orelse keyword instead of ?? (#1096) 2018-06-10 01:13:51 -04:00
buffer.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
build.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
coff.zig fix zig fmt on windows 2018-09-12 14:26:21 -04:00
cstr.zig fix windows 2018-08-21 16:07:28 -04:00
dwarf.zig self-hosted: create tmp dir for .o files and emit .o file for fn 2018-07-16 20:52:50 -04:00
dynamic_library.zig update std.DynLib to use @intCast 2018-06-18 00:52:55 -04:00
elf.zig fix regressions 2018-09-02 18:35:32 -04:00
empty.zig recognize ar program and pass --gc-sections to ld 2016-05-11 14:44:10 -07:00
event.zig WIP: Channel.getOrNull 2018-08-02 17:04:17 -04:00
hash_map.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
heap.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
index.zig Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into Sahnvour-windows-coff-issue721 2018-08-28 17:32:32 -04:00
io.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
io_test.zig fix regressions 2018-09-02 18:35:32 -04:00
json.zig self-hosted: watch files and trigger a rebuild 2018-08-03 17:22:17 -04:00
json_test.zig Fix json parser comma after empty object case 2018-06-08 17:43:13 +12:00
lazy_init.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
linked_list.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
macho.zig zig fmt 2018-08-27 19:25:40 -04:00
mem.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
mutex.zig add std.event.RwLock and a few more std changes 2018-08-01 16:26:37 -04:00
net.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
pdb.zig fix zig fmt on windows 2018-09-12 14:26:21 -04:00
rb.zig std/rb.zig: fix comment 2018-09-01 22:23:34 -07:00
segmented_list.zig remove this. add @This(). 2018-09-13 16:34:33 -04:00
sort.zig Add generic comparator generator functions for sorting 2018-07-11 18:44:30 +12:00
unicode.zig fix linux 2018-08-21 20:31:50 -04:00