| 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 |
| 7 years ago | Andrew Kelley | | hook up while on error unions with result locations |
| 7 years ago | Andrew Kelley | | hook up peer result locs to if optional and if err |
| 7 years ago | Andrew Kelley | | fix behavior for peer result locs with one prong unreachable |
| 7 years ago | Andrew Kelley | | fix behavior for non sret fn calls |
| 7 years ago | Andrew Kelley | | no-copy semantics for peer result function calls |
| 7 years ago | Andrew Kelley | | no-copy semantics for switch expressions |
| 7 years ago | Andrew Kelley | | fix the rest of the ir_build_alloca_src callsites |
| 7 years ago | Andrew Kelley | | no-copy semantics for if optional and if error union |
| 7 years ago | Andrew Kelley | | no-copy semantics for for loops |
| 7 years ago | Andrew Kelley | | while loops |
| 7 years ago | Andrew Kelley | | fix alignment of consts |
| 7 years ago | Andrew Kelley | | var types, alignment, and comptime |
| 7 years ago | Andrew Kelley | | add missing ir_expr_wrap calls |
| 7 years ago | Andrew Kelley | | no-copy semantics for function forwarding |
| 7 years ago | Andrew Kelley | | no-copy semantics for function call init var and literal |
| 7 years ago | Andrew Kelley | | peer result locations with mixed runtime/comptime |
| 7 years ago | Andrew Kelley | | local consts with comptime init exprs |
| 7 years ago | Andrew Kelley | | no-copy semantics for nested if |
|