aboutsummaryrefslogtreecommitdiff
path: root/std/test_runner.zig
AgeCommit message (Expand)Author
2016-08-16std: replace print_u64/i64 with printIntAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-09if statements can be const expr evaluatedAndrew Kelley
2016-02-05update for loop syntaxAndrew Kelley
2016-02-03fix running tests when linking with libcAndrew Kelley
2016-02-03add ability to call function pointer fieldAndrew Kelley
2016-02-03fix handling of implicit casts in binary operatorsAndrew Kelley
2016-02-03test runner prints test namesAndrew Kelley
2016-02-03basic support for building a test targetAndrew Kelley