aboutsummaryrefslogtreecommitdiff
path: root/test/cli.zig
AgeCommit message (Expand)Author
2019-03-10Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-02-09Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-17Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-05fix broken cli test and translate-c: support no-op castAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-24fix godbolt cli test on non-linux-x86_64 hostsAndrew Kelley
2018-09-24add panic function to godbolt CLI API testAndrew Kelley
2018-09-24add test to cover the CLI API that godbolt is usingAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley