aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2018-08-03better support for `_` identifierkristopher tate
2018-07-30add behavior tests for cancel semanticsAndrew Kelley
2018-07-14codegen: Store returned value if type is 'handle_is_ptr' and function is not ...Eduardo Sánchez Muñoz
2018-07-07add @popCount intrinsicAndrew Kelley
2018-07-04fix await on early return when return type is structAndrew Kelley
2018-06-26fix crash for optional pointer to empty structAndrew Kelley
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-21Add test caseIsaac Hier
2018-06-16disable byvalAndrew Kelley
2018-06-12add docs and missing test case for merging error setsAndrew Kelley
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-12add @newStackCall builtin functionAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-03Merge pull request #951 from alexnask/reflect_reifyAndrew Kelley
2018-05-02Fixed inlining determination test (#972)Alexandros Naskos
2018-05-01Added type info tests to behavior test listingAlexandros Naskos
2018-04-30support foo.* for ptr derefAndrew Kelley
2018-04-15std.math.ln and std.math.exp use float strict modeAndrew Kelley
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