zig/lib/std/c
Andrew Kelley c9cc09a3bf Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Conflicts:
 * lib/std/os/linux.zig
 * lib/std/os/windows/bits.zig
 * src/Module.zig
 * src/Sema.zig
 * test/stage2/test.zig

Mainly I wanted Jakub's new macOS code for respecting stack size, since
we now depend on it for debug builds able to pass one of the test cases
for recursive comptime function calls with `@setEvalBranchQuota`.

The conflicts were all trivial.
2021-05-12 16:41:20 -07:00
..
builtins.zig translate-c: fix __builtin_object_size 2021-03-17 09:06:47 +02:00
darwin.zig move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
dragonfly.zig std: define pipe2 only for os that support it 2021-01-18 17:24:26 +01:00
emscripten.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
freebsd.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 19:32:57 -07:00
fuchsia.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
haiku.zig std: fix compile errors found by stage2 AstGen 2021-04-29 20:33:29 -07:00
hermit.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
linux.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-12 16:41:20 -07:00
minix.zig Year++ 2020-12-31 15:45:24 -08:00
netbsd.zig netbsd: minor fixes to allow stage1 to build 2021-04-07 16:26:21 -07:00
openbsd.zig std: define pipe2 only for os that support it 2021-01-18 17:24:26 +01:00
solaris.zig Year++ 2020-12-31 15:45:24 -08:00
tokenizer.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
windows.zig Year++ 2020-12-31 15:45:24 -08:00