| 6 years ago | Andrew Kelley |  | fix freebsd regression |
| 6 years ago | Andrew Kelley | | add missing null terminator in windows file path helper function |
| 6 years ago | Andrew Kelley |  | more sentinel-terminated pointers std lib integration |
| 6 years ago | Andrew Kelley |  | make std.mem.toSlice use null terminated pointers |
| 6 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/master' into null-terminated-pointers |
| 6 years ago | Andrew Kelley |  | fix compile errors for array sentinels mismatching |
| 6 years ago | Andrew Kelley |  | update cli test |
| 6 years ago | Andrew Kelley |  | fix casting `[N:x]T` to `[N]T` memcpying too many bytes |
| 6 years ago | Andrew Kelley |  | fix compile error regressions |
| 6 years ago | Andrew Kelley |  | add compile error for incompatible pointer sentinels |
| 6 years ago | Andrew Kelley |  | add test cases for arbitrary pointer sentinels |
| 6 years ago | Andrew Kelley |  | fix comptime `@ptrCast` of pointers to arrays |
| 6 years ago | Andrew Kelley |  | add test for struct with var field |
| 6 years ago | Andrew Kelley |  | add type coercion: [:x]T to [*:x]T |
| 6 years ago | Andrew Kelley |  | all tests passing |
| 6 years ago | Andrew Kelley |  | langref: update for sentinel-terminated types |
| 6 years ago | Andrew Kelley |  | zig fmt: support sentinel-terminated pointer syntax |
| 6 years ago | Andrew Kelley |  | structs can have fields with type `var` |
| 6 years ago | Andrew Kelley |  | update the stage1 implementation to the new proposal |
| 6 years ago | Andrew Kelley |  | update docs for null terminated stuff |
| 6 years ago | Andrew Kelley |  | update tests, better error messages, update self-hosted tokenizer |
| 6 years ago | Andrew Kelley |  | better error message when null termination does not match |
| 6 years ago | Andrew Kelley |  | string literals are now null terminated |
| 6 years ago | Andrew Kelley |  | add null terminated pointers and arrays to self-hosted |
| 6 years ago | Andrew Kelley |  | implement null terminated pointers |
| 6 years ago | Andrew Kelley |  | Merge branch 'std.fs.Dir.openRead' |
| 6 years ago | Andrew Kelley |  | self-hosted tokenizer handles \r in string literals |
| 6 years ago | Andrew Kelley |  | remove dead code shebang support from self-hosted tokenizer |
| 6 years ago | Johan Bolmsjö | | std.testing.expectEqual: show differing pointer values |
| 6 years ago | dbandstra | | add `std.math.tau` constant (equivalent to 2 * pi) |
| 6 years ago | frmdstryr | | Make StreamServer return address of accecpted client |
| 6 years ago | daurnimator | | translate-c: add support for MacroQualified definitions |
| 6 years ago | Andrew Kelley |  | add regression test case. closes #2980 |
| 6 years ago | Andrew Kelley |  | add regression test case. closes #2889 |
| 6 years ago | Andrew Kelley |  | add regression test case. closes #3007 |
| 6 years ago | Andrew Kelley |  | add regression test case |
| 6 years ago | Andrew Kelley |  | Merge pull request #3695 from daurnimator/towards-afd |
| 6 years ago | Andrew Kelley |  | Merge pull request #3697 from Vexu/container-docs |
| 6 years ago | daurnimator | | fix bug on empty error union |
| 6 years ago | Andrew Kelley |  | Merge pull request #3705 from daurnimator/fix-std.valgrind |
| 6 years ago | LemonBoy | | Catch invalid type from peer resolution |
| 6 years ago | Veikka Tuominen | | properly parse anon literal in array |
| 6 years ago | Andrew Kelley |  | remove no longer correct comment |
| 6 years ago | LemonBoy | | Update discriminant value also for zero-sized unions |
| 6 years ago | Andrew Kelley |  | rework layout of struct type fields |
| 6 years ago | Andrew Kelley |  | rework comptime struct value layout, removing 1/2 hacks |
| 6 years ago | Veikka Tuominen | | add compile error for @atomicRmw on enum not being an .Xchg |
| 6 years ago | Andrew Kelley |  | README: update the short description of what zig is |
| 6 years ago | Andrew Kelley | | std.io.getStdOut and related fns no longer can error |
| 6 years ago | Andrew Kelley |  | Merge pull request #3675 from Vexu/atomic-store |
|