aboutsummaryrefslogtreecommitdiff
path: root/std/os
AgeCommit message (Expand)Author
2017-04-30back to AT&T syntax for assemblyAndrew Kelley
2017-04-29add implicit cast from [0]T to %[]TAndrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-22std.os.ChildProcess: fix closing wrong file descriptorsAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-21std: fix PATH resolution when spawning childAndrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew 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-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-04-17zig build system creates symlinks atomicallyAndrew Kelley
2017-04-17zig build system: progress toward install and uninstallAndrew 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-08add enumTagName builtin functionAndrew Kelley
2017-04-05std: ChildProcess.spawn looks at PATH env varAndrew Kelley
2017-04-04zig build system: fix cleanup on error, report spawn errorAndrew Kelley
2017-04-04zig build system improvements, add some std APIAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2017-04-03fix std build for darwinAndrew Kelley
2017-04-03delete alloca builtin functionAndrew Kelley
2017-04-03zig build system: add setLinkerScript and setTargetAndrew Kelley
2017-04-02proof of concept build systemAndrew Kelley
2017-04-02expose environment variables in standard libraryAndrew 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