| 7 years ago | tgschultz | | Minor change to custom (de)serializer to allow them to be defined outside of the struct and aliased inside it. This will enable alternate generic serializers (i.e. one that follows pointers) on a struct-by-struct basis. |
| 7 years ago | tgschultz | | Added explicit test for #1810 issue to io_test.zig. |
| 7 years ago | tgschultz | | Fixed readBits to cast errors to the correct errorset. See #1810 for why this wasn't caught earlier. |
| 7 years ago | tgschultz | | Increased range of bitwidths tested by "serialize/deserialize Int" tests. Added tests for float inf and NaN. |
| 7 years ago | tgschultz | | Added serialization, bitstreams, traits for integer sign, TagPayloadType |
| 7 years ago | Jimmi Holst Christensen | | Implemented new more flexible readLineFrom (#1801) |
| 7 years ago | Andrew Kelley | | ci: workaround azure quirk for windows too |
| 7 years ago | Andrew Kelley | | ci: workaround azure quirk with set -x |
| 7 years ago | dbandstra | | make parseUnsigned handle types <8 bits wide |
| 7 years ago | daurnimator | | Add std.LinkedList.concat |
| 7 years ago | Andrew Kelley | | Revert "Add math min/max for Float and Value" |
| 7 years ago | Jimmi Holst Christensen | | Implemented getOrPutValue which wraps getOrPut |
| 7 years ago | Wink Saville | | Add math min/max for Float and Value |
| 7 years ago | Andrew Kelley | | work around to support debian's fork of llvm 7.0.1 |
| 7 years ago | Josh Wolfe | | fix child_process piped streams not getting closed |
| 7 years ago | Andrew Kelley | | Merge branch 'freebsd2' |
| 7 years ago | Sahnvour | | stack traces: fix for windows |
| 7 years ago | Andrew Kelley | | readme: update support table |
| 7 years ago | daurnimator | | add std.math.IntFittingRange |
| 7 years ago | Andrew Kelley | | Merge branch 'winksaville-Fix-pushToParent-to-work-for-arrays-of-Objects' |
| 7 years ago | Andrew Kelley | | Merge branch 'kristate-zig-backport-os_file_read-EISDIR' |
| 7 years ago | daurnimator | | add std.meta.stringToEnum |
| 7 years ago | Andrew Kelley | | Merge pull request #1783 from ziglang/rand-range |
| 7 years ago | Andrew Kelley | | update zen os std lib for latest zig changes |
| 7 years ago | Andrew Kelley | | refactor type_requires_comptime to have possible error |
| 7 years ago | Andrew Kelley | | fix @intCast not catching negative numbers to unsigned |
| 7 years ago | Andrew Kelley | | std.os.path.realC: make overflow more clearly impossible |
| 7 years ago | kristopher tate | | std/mem: writeIntLE: buf.* to buf; |
| 7 years ago | Wink Saville | | Allow json tests to be easily filtered |
| 7 years ago | Sahnvour | | Crash fixes and small improvements to inline asm. (#1756) |
| 7 years ago | Andrew Kelley | | fix incorrect --help text |
| 7 years ago | Andrew Kelley | | docs: fix some incorrect error documentation |
| 7 years ago | Andrew Kelley | | improve error message when wrong type returned |
| 7 years ago | Wink Saville | | Add SegmentedList.shrink |
| 7 years ago | Marc Tiehuis | | std/rand: fix ziggurat next_f64 call |
| 7 years ago | Andrew Kelley | | add std.meta.intToEnum |
| 7 years ago | Andrew Kelley | | fix assertion failure related to @intToEnum |
| 7 years ago | Josh Wolfe | | atomic.Int.set |
| 7 years ago | Andrew Kelley | | all numbers with comptime known values implicitly cast |
| 7 years ago | Duncan | | Fix setsockopt syscall on linux |
| 7 years ago | Andrew Kelley | | aarch64 improvements |
| 7 years ago | Jimmi Holst Christensen | | Updated comments in parser.cpp |
| 7 years ago | Jimmi Holst Christensen | | Updated docs to newest grammar |
| 7 years ago | Andrew Kelley | | rename `section` keyword to `linksection` |
| 7 years ago | Andrew Kelley | | delete rogue file |
| 7 years ago | Vallentin | | Fixed typos |
| 7 years ago | Matthew O'Connor | | camelCase std.rb.set_child to std.rb.setChild |
| 7 years ago | kristopher tate | | std/fmt/index.zig: support printing hex bytes on slices; |
| 7 years ago | Jimmi Holst Christensen | | Fixed #1663 and removed IrInstructionArrayLen |
| 7 years ago | Andrew Kelley | | update readme |
|