| 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 |
| 7 years ago | Andrew Kelley |  | result location semantics for optional wrap |
| 7 years ago | Andrew Kelley |  | result location semantics for slices |
| 7 years ago | Andrew Kelley |  | result location semantics for `@bitCast` |
| 7 years ago | Andrew Kelley |  | hook up result locations for union initializations |
| 7 years ago | Andrew Kelley |  | inferred array size of array literals works |
| 7 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/master' into copy-elision-3 |
| 7 years ago | Andrew Kelley |  | result loc semantics for array initialization |
| 7 years ago | Andrew Kelley |  | remove ResultLocField dead code |
| 7 years ago | Andrew Kelley |  | result location mechanism for struct initialization |
| 7 years ago | Andrew Kelley |  | hook up result locs for `try` |
| 7 years ago | Andrew Kelley |  | hook up peer result locs to orelse keyword |
| 7 years ago | Andrew Kelley |  | hook up peer result locs to catch |
| 7 years ago | Andrew Kelley |  | hook up result locs to for loops |
| 7 years ago | Andrew Kelley |  | hook up peer result locs to while bool and optional |
|