| 7 years ago | Andrew Kelley |  | Merge pull request #3139 from hspak/zig-fmt-nested-if |
| 7 years ago | Andrew Kelley |  | musl: fix alltypes.h and syscall.h not being correct |
| 7 years ago | Andrew Kelley |  | update process_headers.zig for latest zig |
| 7 years ago | Andrew Kelley |  | align(@alignOf(T)) T does not force resolution of T |
| 7 years ago | Michael Dusan | | fix stage1 to build on macOS + xcode/clang |
| 7 years ago | Andrew Kelley |  | Merge branch 'lazy-sizeof' |
| 7 years ago | Andrew Kelley |  | fix not fully resolving debug info for structs causing llvm error |
| 7 years ago | Shritesh | | Use LLVM path provided by homebrew |
| 7 years ago | Andrew Kelley |  | add suggestion to AutoHash compile error message |
| 7 years ago | Andrew Kelley |  | fix implicit cast from zero sized array ptr to slice |
| 7 years ago | Andrew Kelley |  | Merge pull request #2760 from Vexu/fmt-comment-fix |
| 7 years ago | yvt | | Improve the handling of `zig fmt: off/on` |
| 7 years ago | Andrew Kelley |  | implement lazy values for error union types |
| 7 years ago | Marc Tiehuis |  | Merge pull request #3060 from Sahnvour/hashing |
| 7 years ago | Andrew Kelley |  | add regression test for already fixed bug |
| 7 years ago | Andrew Kelley |  | support self-referential struct through a slice of optional |
| 7 years ago | Andrew Kelley |  | add regression test for struct with optional list of self |
| 7 years ago | Andrew Kelley |  | better handle struct depends on itself via optional field |
| 7 years ago | Andrew Kelley |  | add regression test for bug fixed by lazy values |
| 7 years ago | Andrew Kelley |  | add regression test for bug fixed by lazy values |
| 7 years ago | Andrew Kelley |  | Merge pull request #3115 from ziglang/fix-field-alignment-kludge |
| 7 years ago | Marc Tiehuis |  | Improve siphash performance for small keys by up to 30% (#3124) |
| 7 years ago | Andrew Kelley |  | remove no longer needed gcc8 workaround. add gcc9 workaround |
| 7 years ago | Marc Tiehuis |  | Merge pull request #3118 from ziglang/revert-crc-poly-api |
| 7 years ago | Andrew Kelley |  | Merge pull request #3114 from Tetralux/align-on-struct-fields |
| 7 years ago | Jonathan Marler | | Encapsulate bigint representation, assert on cast data loss |
| 7 years ago | Marc Tiehuis |  | Merge pull request #3106 from ziglang/hash-tooling-changes |
| 7 years ago | Andrew Kelley |  | Merge pull request #2991 from emekoi/mingw-ci |
| 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 |
| 7 years ago | Andrew Kelley | | fix event loop regression on macos |
| 7 years ago | Andrew Kelley |  | std.event.Loop: fix not waking up after file system I/O |
| 7 years ago | Andrew Kelley |  | improvements to std lib for event-based I/O |
| 7 years ago | Andrew Kelley |  | add missing compile error for fn call bad implicit cast |
| 7 years ago | Andrew Kelley |  | add test for struct parameter to async function being copied |
|