aboutsummaryrefslogtreecommitdiff
path: root/std/c
AgeCommit message (Expand)Author
2019-01-04freebsd: add sockaddr structsMarcio Giaxa
2019-01-04freebsd: implement clock related functionsMarcio Giaxa
2018-12-23freebsd: remove syscall and use libcMarcio Giaxa
2018-12-21freebsd: fix Stat mode typeMarcio Giaxa
2018-12-20Add preadv/pwritev on FreeBSDGreg V
2018-12-20Fix stat/timespec definitions for FreeBSDGreg V
2018-12-19freebsd: remove getrandom dependency from libcMarcio Giaxa
2018-12-19freebsd: use libc interface instead system callsMarcio Giaxa
2018-12-19freebsd: add getdirentriesMarcio Giaxa
2018-12-19freebsd: remove syscall filesMarcio Giaxa
2018-11-19zig fmtAndrew Kelley
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-20Support more of std on FreeBSDGreg V
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-21fixupsAndrew Kelley
2018-08-25fix stack traces on linuxAndrew Kelley
2018-08-23MacOS stack traces use the already mmapped executableAndrew Kelley
2018-08-10Merge pull request #1294 from ziglang/async-fsAndrew Kelley
2018-08-07std.event.fs support for macosAndrew Kelley
2018-08-06merge @kristate's std lib changes to darwinAndrew Kelley
2018-08-03Add thread ID support to std.os.Thread (fixes #1316)Matthew D. Steele
2018-07-22re-organize std lib darwin filesAndrew Kelley
2018-07-11add compile error for disallowed types in extern structsAndrew Kelley
2018-07-09zig fmtAndrew Kelley
2018-07-09std.os.cpuCount implementation for macosAndrew Kelley
2018-07-08tests passing with kqueue on macosAndrew Kelley
2018-06-05disallow unknown-length pointer to opaqueAndrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-04-29linux uses pthreads when linking against libcAndrew Kelley
2018-04-28*WIP* use pthreads when linking libcAndrew Kelley
2018-04-22Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...Andrew Kelley
2018-04-18Fixed compiler errors around darwin code.tgschultz
2018-04-18Added unstaged changes.tgschultz
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-03-28std/os: getting dir entries works on OS XAndrew Kelley
2018-02-12introduce std.heap.ArenaAllocator and std.heap.DirectAllocatorAndrew Kelley
2018-02-08std: fix return type of std.c.writeAndrew Kelley
2018-02-05fix test failure, organize code, add new compile errorAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-04self-hosted compiler works on macosAndrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-11-10add a std lib test for reading and writing filesAndrew Kelley
2017-11-09Fix Stat include in darwin land (#605)Jeff Fowler
2017-10-17Add c allocator (#542)Marc Tiehuis