aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
AgeCommit message (Expand)Author
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
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
2019-06-18fix problem with inferred error set return resultAndrew Kelley
2019-06-18fix bitcastAndrew Kelley
2019-06-18more miscellaneous fixesAndrew Kelley
2019-06-18when resolving slice types, might need to...Andrew Kelley
2019-06-18Revert "fixes resolving aligment of child type in slice"Andrew Kelley
2019-06-18fix zero length array literal casted to sliceAndrew Kelley
2019-06-17misc fixesAndrew Kelley
2019-06-17inferred comptime array initsAndrew Kelley
2019-06-17fix function callsAndrew Kelley
2019-06-17inferred comptime union initsAndrew Kelley