aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
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-20fix coroutinesAndrew Kelley
2019-06-20one more test passingAndrew 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
2019-06-19fix double getelementptr of runtime globalAndrew Kelley
2019-06-19Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-19fix optional pointer to size zero structAndrew Kelley
2019-06-19fix `try` not setting error code on result locationAndrew Kelley
2019-06-19fix comptime test error for empty error setAndrew Kelley
2019-06-19fix extraneous nested union field instructionAndrew Kelley
2019-06-19fix detection of unable to evaluate constant expressionAndrew Kelley
2019-06-19fix comptime modification of const struct fieldAndrew Kelley
2019-06-19test: include muladd.zig in behavior testsShawn Landden
2019-06-19stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...Shawn Landden
2019-06-18fix inline loop behavior with variable result locAndrew Kelley
2019-06-18back to many behavioral tests passingAndrew Kelley