| 7 years ago | Andrew Kelley | | fix implicit cast to optional to error union to return result loc |
| 7 years ago | Andrew Kelley | | fix implicit cast bitcast result to error union by returning |
| 7 years ago | Andrew Kelley | | fix extern functions returning byval structs |
| 7 years ago | Andrew Kelley | | fix nested orelse and nested catch |
| 7 years ago | Andrew Kelley | | blocks have result location semantics |
| 7 years ago | Andrew Kelley | | fix regression with zero sized array |
| 7 years ago | Andrew Kelley | | BRANCH_TODO file moved to the pull request comments |
| 7 years ago | Andrew Kelley | | fix loops with multiple break statements |
| 7 years ago | Andrew Kelley | | fix coroutines |
| 7 years ago | Andrew Kelley | | one more test passing |
| 7 years ago | Andrew Kelley | | fix peer result loc fn call with comptime condition |
| 7 years ago | Andrew Kelley | | fix labeled break inside comptime if inside runtime if |
| 7 years ago | Andrew Kelley | | fix double getelementptr of runtime global |
| 7 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into copy-elision-3 |
| 7 years ago | Andrew Kelley | | fix optional pointer to size zero struct |
| 7 years ago | Andrew Kelley | | fix `try` not setting error code on result location |
| 7 years ago | Andrew Kelley | | fix comptime test error for empty error set |
| 7 years ago | Andrew Kelley | | fix extraneous nested union field instruction |
| 7 years ago | Andrew Kelley | | fix detection of unable to evaluate constant expression |
| 7 years ago | Andrew Kelley | | fix comptime modification of const struct field |
| 7 years ago | Andrew Kelley | | fix inline loop behavior with variable result loc |
| 7 years ago | Andrew Kelley | | back to many behavioral tests passing |
| 7 years ago | Andrew Kelley | | fix problem with inferred error set return result |
| 7 years ago | Andrew Kelley | | fix bitcast |
| 7 years ago | Andrew Kelley | | more miscellaneous fixes |
| 7 years ago | Andrew Kelley | | fix zero length array literal casted to slice |
| 7 years ago | Andrew Kelley | | misc fixes |
| 7 years ago | Andrew Kelley | | inferred comptime array inits |
| 7 years ago | Andrew Kelley | | fix function calls |
| 7 years ago | Andrew Kelley | | inferred comptime union inits |
| 7 years ago | Andrew Kelley | | inferred comptime values rather than elided scopes |
| 7 years ago | Andrew Kelley | | better result location handling of inline loops |
| 7 years ago | Andrew Kelley | | better result location semantics with optionals and return locations |
| 7 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into copy-elision-3 |
| 7 years ago | Andrew Kelley | | uncomment more passing tests |
| 7 years ago | Andrew Kelley | | fix peer result locs with switch |
| 7 years ago | Andrew Kelley | | fix peer result location with error code and payload |
| 7 years ago | Andrew Kelley | | fix a couple more test regressions |
| 7 years ago | Andrew Kelley | | fix bitcast packed struct to integer and back |
| 7 years ago | Andrew Kelley | | fix atomic builtin functions |
| 7 years ago | Andrew Kelley | | allow comptime array literals casted to slices |
| 7 years ago | Andrew Kelley | | fix behavior for nested array literals |
| 7 years ago | Andrew Kelley | | fix runtime initialize array elem and then implicit cast to slice |
| 7 years ago | Andrew Kelley | | comment out the behavior tests that are failing |
| 7 years ago | Andrew Kelley | | fix result loc implicit casting optionals and error unions |
| 7 years ago | Andrew Kelley | | fix double nested peer result locations |
| 7 years ago | Andrew Kelley | | fix declref not writing to result loc |
| 7 years ago | Andrew Kelley | | fix nested peer result locs with no memory loc |
| 7 years ago | Andrew Kelley | | fix `@bitCast` with runtime scalar and dest result loc var |
| 7 years ago | Andrew Kelley | | fix alignment problem with `@bitCast` result location |
|