| 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 |
| 7 years ago | Andrew Kelley |  | remove the final legacy stack allocation |
| 7 years ago | Andrew Kelley |  | use result loc for ref instruction |
| 7 years ago | Andrew Kelley |  | fix peer result locations in the face of unreachable |
| 7 years ago | Andrew Kelley |  | result location semantics for vector to array |
| 7 years ago | Andrew Kelley |  | result loc semantics for loading packed struct pointer to packed struct |
| 7 years ago | Andrew Kelley |  | result loc semantics for `@sliceToBytes` and `@bytesToSlice` |
| 7 years ago | Andrew Kelley |  | result location semantics for cmpxchg |
| 7 years ago | Andrew Kelley |  | result location semantics for error union wrapping an error |
| 7 years ago | Andrew Kelley |  | result location semantics for error union wrapping a payload |
|