aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
2019-07-13ir: add an assertion in phi analysisAndrew Kelley
2019-07-10mingw: building and linking msvcrt-os.libAndrew Kelley
2019-07-08std.os.getrandom does a libc version checkAndrew Kelley
2019-07-06Add implicit cast for *[N]T to [*c]TSamTebbs33
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-03update `@unionInit` to integrate with result location semanticsAndrew Kelley
2019-07-03Merge branch 'comptime-union-init' of https://github.com/rbscott/zig into rbs...Andrew Kelley
2019-07-02add missing compile error for comptime continue inside runtime catchAndrew Kelley
2019-07-02fixupsAndrew Kelley
2019-07-02Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-fieldAndrew Kelley
2019-07-01added invalid switch prong erroremekoi
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-27compile error for using slice as array init expr typeAndrew Kelley
2019-06-26Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-26all tests passing on linuxAndrew Kelley
2019-06-26fix peer type resolution: unreachable, error set, unreachableAndrew Kelley
2019-06-26fix peer type resolution with nullAndrew Kelley
2019-06-25all compile error tests passingAndrew Kelley
2019-06-25fix several compile error test regressionsAndrew Kelley
2019-06-25fix infinite loop when error in peer resolutionAndrew Kelley
2019-06-25fix implicit cast vector to arrayAndrew Kelley
2019-06-25fix union init with void payloadAndrew Kelley
2019-06-24fix compile error when building zig w/ clangMichael Dusan
2019-06-23Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2Andrew Kelley
2019-06-23fix some legacy coroutine stuffAndrew Kelley
2019-06-22fix another crashAndrew Kelley
2019-06-22elide redundant safety check when switching on tagged unionsAndrew Kelley
2019-06-22stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...Shawn Landden
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 nested orelse and nested catchAndrew Kelley
2019-06-21blocks have result location semanticsAndrew 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 detection of unable to evaluate constant expressionAndrew Kelley
2019-06-19fix comptime modification of const struct fieldAndrew Kelley