aboutsummaryrefslogtreecommitdiff
path: root/std/c
AgeCommit message (Expand)Author
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
2017-09-26implement setreuid, setregid for darwinAndrew Kelley
2017-09-19std: fix os.sleep on darwin and windowsAndrew Kelley
2017-09-08fix ChildProcess.spawn on darwinAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley
2017-08-27macos passing all tests except for building a shared libraryAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-27progress toward tests passing on MacOSAndrew Kelley
2017-06-14progress toward windows hello world workingAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-03-23improvements for windows and libc integrationAndrew Kelley