aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2018-03-12some return types disqualify comptime fn call cachingAndrew Kelley
2018-03-02add optnone noinline to async functionsAndrew Kelley
2018-02-28run coroutine tests only in Debug modeAndrew Kelley
2018-02-28better coroutine codegen, now passing first coro testAndrew Kelley
2018-02-15fix compiler crash when struct contains...Andrew Kelley
2017-12-20add labeled loops, labeled break, labeled continue. remove gotoAndrew Kelley
2017-12-14fix compiler crash in a nullable if after an if in...Andrew Kelley
2017-12-13fix const and volatile qualifiers being dropped sometimesAndrew Kelley
2017-11-03more compile-time type reflectionAndrew Kelley
2017-10-27add test case for previous commitAndrew Kelley
2017-09-30remove zigrtAndrew Kelley
2017-08-29fix bitfield pointer syntaxAndrew Kelley
2017-06-17allow trailing commasscurest
2017-06-15fix alignOf builtinAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-09ability to slice ptr to hard coded integer at comptimeAndrew Kelley
2017-05-02fix compiler crash when referencing a variable...Andrew Kelley
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley