aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2019-08-02assignment participates in result locationAndrew Kelley
2019-08-02implement async await and returnAndrew Kelley
2019-08-01more passing coroutine testsAndrew Kelley
2019-08-01fix calling an inferred async functionAndrew Kelley
2019-08-01reimplement async with function splitting instead of switchAndrew Kelley
2019-08-01disable behavior test for 128-bit cmpxchgAndrew Kelley
2019-08-01allow 128 bit cmpxchg on x86_64Andrew Kelley
2019-07-29improve support for anyframe and anyframe->TAndrew Kelley
2019-07-26add the `anyframe` and `anyframe->T` typesAndrew Kelley
2019-07-25implement `@frameSize`Andrew Kelley
2019-07-25implement `@frame` and `@Frame`Andrew Kelley
2019-07-25calling an inferred async functionAndrew Kelley
2019-07-24add test for previous commitAndrew Kelley
2019-07-24implement local variables in async functionsAndrew Kelley
2019-07-22fix multiple coroutines existing clobbering each otherAndrew Kelley
2019-07-21implement async function parametersAndrew Kelley
2019-07-21implement coroutine resumeAndrew Kelley
2019-07-21simple async function passing testAndrew Kelley
2019-07-19remove coroutines implementation and promise typeAndrew Kelley
2019-07-19fix usingnamespaceAndrew Kelley
2019-07-06Add implicit cast for *[N]T to [*c]TSamTebbs33
2019-07-04Unicode escapes: stage1 tokenizer and behavior testshryx
2019-07-04improve the error message and test coverageAndrew Kelley
2019-07-03Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107Andrew Kelley
2019-07-03added tests for #1107 and a note in the referenceemekoi
2019-07-03Merge branch 'comptime-union-init' of https://github.com/rbscott/zig into rbs...Andrew Kelley
2019-07-02fixupsAndrew Kelley
2019-07-02Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-fieldAndrew Kelley
2019-06-27fix for with null and T peer types and inferred result location typeAndrew Kelley
2019-06-27fix switch with null and T peer types and inferred result location typeAndrew Kelley
2019-06-26add test case for defer modifying return value before returnedAndrew Kelley
2019-06-26Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-26fix peer type resolution: unreachable, error set, unreachableAndrew Kelley
2019-06-26fix peer type resolution with nullAndrew Kelley
2019-06-25fix implicit cast vector to arrayAndrew Kelley
2019-06-25fix union init with void payloadAndrew Kelley
2019-06-23Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2Andrew Kelley
2019-06-23Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-22stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...Shawn Landden
2019-06-22heap: make one global instance of DirectAllocatorSahnvour
2019-06-22fix implicit cast fn call result to optional in field resultAndrew Kelley
2019-06-21fix return result loc and then switch with range...Andrew Kelley
2019-06-21fix implicit cast to optional to error union to return result locAndrew Kelley
2019-06-21fix implicit cast bitcast result to error union by returningAndrew Kelley
2019-06-21fix extern functions returning byval structsAndrew Kelley
2019-06-21fix nested orelse and nested catchAndrew Kelley
2019-06-21fix regression with zero sized arrayAndrew Kelley
2019-06-20fix loops with multiple break statementsAndrew Kelley
2019-06-19fix peer result loc fn call with comptime conditionAndrew Kelley
2019-06-19fix labeled break inside comptime if inside runtime ifAndrew Kelley