aboutsummaryrefslogtreecommitdiff
path: root/std
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-28build system: remove setLinkerScriptContentsAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
2017-04-27add compile error for returning local variable addressAndrew Kelley
2017-04-27zig test no longer requires a separate test_runner.o fileAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-26build system: addAssembly and addObject functionsAndrew Kelley
2017-04-24update READMEAndrew Kelley
2017-04-24stack traces support compile units with no pc rangeAndrew Kelley
2017-04-24better stack traces for ELF x86_64Andrew Kelley
2017-04-23fix check-statement-is-void. add testsJosh Wolfe
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-23zig build system: installFile and installClibraryAndrew 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-21add example which exercises addObject in the zig build systemAndrew Kelley
2017-04-21zig build system supports building a libraryAndrew Kelley
2017-04-20delete test_artifacts directory when tests completeAndrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley
2017-04-19convert compare-output tests to use zig build systemAndrew Kelley
2017-04-18error when building exe with no entry pointAndrew Kelley
2017-04-18std.rand API follows idiomatic convention for initAndrew Kelley
2017-04-18add `@fieldParentPtr` builtin functionAndrew 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-17zig build system: implement custom command stepAndrew 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-13zig build system understands the concept of dependenciesAndrew Kelley
2017-04-11zig build system writes template build.zig file when none existsAndrew Kelley
2017-04-08add enumTagName builtin functionAndrew Kelley
2017-04-07allow implicit cast from `[N]T` to `&const []const T`Andrew Kelley
2017-04-07fix std.mem.IncrementingAllocatorAndrew Kelley
2017-04-07ability to implicitly cast integer literal to &const IntAndrew Kelley
2017-04-06peer resolve types [N]T, [M]T as []const TAndrew Kelley
2017-04-06zig build: use -D for options instead of -OAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew 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