| 7 years ago | Andrew Kelley |  | fix not properly casting align values |
| 7 years ago | Andrew Kelley |  | add a TODO compile error for union field alignment syntax |
| 7 years ago | Andrew Kelley |  | implement and test struct field explicit alignment |
| 7 years ago | Andrew Kelley |  | fix regression in one of the doc examples |
| 7 years ago | Andrew Kelley |  | fix more compile error regressions |
| 7 years ago | Andrew Kelley |  | miscellaneous fixes regarding compile errors |
| 7 years ago | Andrew Kelley |  | fix regression in ir_get_ref |
| 7 years ago | Andrew Kelley |  | fix regression with global variable assignment... |
| 7 years ago | Andrew Kelley |  | fix regression on struct field with undefined type |
| 7 years ago | Andrew Kelley |  | fix some compile error regressions |
| 7 years ago | Andrew Kelley |  | fix some std lib dependency loops |
| 7 years ago | Andrew Kelley |  | fix dependency loop errors with zig build |
| 7 years ago | Andrew Kelley |  | make `@alignOf` lazily evaluate the target type |
| 7 years ago | Andrew Kelley |  | fix assertion tripped instead of reporting compile error |
| 7 years ago | Andrew Kelley |  | fix resolution detection of pointer types |
| 7 years ago | Andrew Kelley |  | behavior tests passing |
| 7 years ago | Andrew Kelley |  | make the zero-bit-ness of pointers lazy |
| 7 years ago | Andrew Kelley |  | fix behavior test regressions with unions |
| 7 years ago | Andrew Kelley |  | hook up unions with lazy values |
| 7 years ago | Andrew Kelley |  | tracking these issues on github now |
| 7 years ago | Andrew Kelley |  | fix regression on `@ptrCast` |
| 7 years ago | Andrew Kelley |  | add lazy value support for optional types |
| 7 years ago | Andrew Kelley |  | fix regression with simple pointer to self |
| 7 years ago | Andrew Kelley |  | better handling of lazy structs |
| 7 years ago | Andrew Kelley |  | pointer types lazily evaluate their element type |
| 7 years ago | Andrew Kelley |  | allow top level declarations to be lazy |
| 7 years ago | Andrew Kelley |  | add lazy value for fn prototypes |
| 7 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/master' into fix-field-alignment-kludge |
| 7 years ago | Andrew Kelley |  | fix regressions |
| 7 years ago | Andrew Kelley |  | simple self-referential struct is working now |
| 7 years ago | Andrew Kelley |  | add missing "referenced here" notes for lazy values |
| 7 years ago | Andrew Kelley |  | introduce lazy values |
| 7 years ago | Andrew Kelley |  | breaking: remove field alignment kludge |
| 7 years ago | Andrew Kelley |  | remove incorrect assert regarding 128-bit integers |
| 7 years ago | Andrew Kelley |  | Merge branch 'euantorano-fix/3012-os-getrandom-fill-buffer' |
| 7 years ago | Andrew Kelley |  | add std.c.printf |
| 7 years ago | Andrew Kelley |  | Merge branch 'FireFox317-fix-issue-3030' |
| 7 years ago | Marc Tiehuis |  | Merge pull request #3090 from ziglang/fmt-internal |
| 7 years ago | Andrew Kelley |  | fix @bitCast of packed struct literal |
| 7 years ago | Andrew Kelley |  | Merge branch 'mikdusan-issue.3010' |
| 7 years ago | Aaron Klapatch | | added documentation for field access to C pointers (#3088) |
| 7 years ago | Andrew Kelley |  | fix void array as a local variable initializer |
| 7 years ago | Andrew Kelley |  | fix array multiplication not setting parent value info |
| 7 years ago | Andrew Kelley |  | don't put libc on the elf linker line for objects |
| 7 years ago | Nick Erdmann | | fix error message when dependency requires position independent code |
| 7 years ago | Andrew Kelley |  | add compile error for async frames depending on themselves |
| 7 years ago | Andrew Kelley |  | allow implicit cast of fn to async fn |
| 7 years ago | Andrew Kelley |  | detect non-async function pointer of inferred async function |
| 7 years ago | Veikka Tuominen | | add compile error for incorrect atomic ordering in fence #3082 |
| 7 years ago | Andrew Kelley |  | fix compiler not checking alignment of function frames |
|