aboutsummaryrefslogtreecommitdiff
path: root/std/os/linux.zig
AgeCommit message (Expand)Author
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-11-10fix windows trying to run linux-only testsAndrew Kelley
2017-11-10rename testAndrew Kelley
2017-11-10add epoll and timerfd support on linuxBrendon Scheinman
2017-09-26std.os.ChildProcess: ability to set both uid and gidAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-08fix ChildProcess.spawn on darwinAndrew Kelley
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-09-06std: add os.sleepAndrew Kelley
2017-08-27all tests passing in MacOSAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-27progress toward tests passing on MacOSAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley
2017-04-17zig build system creates symlinks atomicallyAndrew Kelley
2017-04-17improvements to zig build system and unwrap error safetyAndrew Kelley
2017-04-17zig build system: ability to link against dynamic library stepAndrew Kelley
2017-04-03fix std build for darwinAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-04-02proof of concept build systemAndrew Kelley
2017-04-02zig build system progressAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley