| 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 |
| 7 years ago | Andrew Kelley |  | fix `@bitCast` regressions |
| 7 years ago | Andrew Kelley |  | fix runtime if nested inside comptime if |
| 7 years ago | Andrew Kelley |  | fix returning scalar values |
| 7 years ago | Andrew Kelley |  | fix `@bitCast` semantics when there is no parent result loc |
| 7 years ago | Andrew Kelley |  | temporarily simplify test_runner.zig |
| 7 years ago | Andrew Kelley |  | fix for loop index variable not in scope |
| 7 years ago | Andrew Kelley |  | fix not checking return value of resolving result |
| 7 years ago | Andrew Kelley |  | fix struct and array init when result casted to anyerror!?T |
| 7 years ago | Andrew Kelley |  | fix struct and array init when result casted to anyerror!?T |
| 7 years ago | Andrew Kelley |  | fix implicit casting return value struct/arary init to optional |
| 7 years ago | Andrew Kelley |  | fixes for crashes and compile errors |
| 7 years ago | Andrew Kelley |  | fix comptime variables |
| 7 years ago | Andrew Kelley |  | fix comptime function calls |
| 7 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/master' into copy-elision-3 |
|