aboutsummaryrefslogtreecommitdiff
path: root/std/special/test_runner.zig
AgeCommit message (Expand)Author
2018-07-21rename error.skip to error.SkipZigTestAndrew Kelley
2018-07-22std.special.test_runner.zig: make tests skippable;kristopher tate
2018-01-31*WIP* error setsAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-15clean up error return tracingAndrew Kelley
2018-01-14fix duplicate stack trace codeAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-27zig test no longer requires a separate test_runner.o fileAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley