| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-30 | Increased range of bitwidths tested by "serialize/deserialize Int" tests. ↵ | tgschultz | |
| Added tests for float inf and NaN. | |||
| 2018-11-30 | Added serialization, bitstreams, traits for integer sign, TagPayloadType | tgschultz | |
| 2018-11-30 | Update tests | Suirad | |
| 2018-11-30 | Find CI env variables | Suirad | |
| 2018-11-30 | Simplify implementation | Suirad | |
| 2018-11-30 | Add more padding to parse buffer | Suirad | |
| 2018-11-30 | Platform specific tests | Suirad | |
| 2018-11-30 | Update windows imports | Suirad | |
| 2018-11-29 | Implemented new more flexible readLineFrom (#1801) | Jimmi Holst Christensen | |
| 2018-11-30 | std.os.path: remove dependance on std.mem.join; | kristopher tate | |
| std/os/child_process.zig: windows test/cli.zig: godbolt; doc/docgen.zig | |||
| 2018-11-30 | std.mem: split: test for multiple seperator bytes; | kristopher tate | |
| 2018-11-30 | std.mem: remove varargs on join to stop excessive inlined code; | kristopher tate | |
| join was preducing inline code for every unique call causing code bloat | |||
| 2018-11-29 | make parseUnsigned handle types <8 bits wide | dbandstra | |
| 2018-11-29 | Add std.LinkedList.concat | daurnimator | |
| 2018-11-29 | Revert "Add math min/max for Float and Value" | Andrew Kelley | |
| This reverts commit 078a0a6999a916def004211a4c35a9e1b32ae355. On closer inspection, I'm not sure these values for float min/max make sense. Why is it max instead of true_max? Why isn't it positive and negative infinity? Let's discuss further before committing to these changes. | |||
| 2018-11-29 | Implemented getOrPutValue which wraps getOrPut | Jimmi Holst Christensen | |
| 2018-11-28 | Add math min/max for Float and Value | Wink Saville | |
| 2018-11-28 | fix child_process piped streams not getting closed | Josh Wolfe | |
| 2018-11-27 | tier 2 support for freebsd | Andrew Kelley | |
| 2018-11-27 | Merge branch 'master' into freebsd2 | Andrew Kelley | |
| 2018-11-27 | stack traces: fix for windows | Sahnvour | |
| 2018-11-27 | add std.math.IntFittingRange | daurnimator | |
| 2018-11-27 | fix regression from d5648d26 | Andrew Kelley | |
| thanks Wink Saville for the test case. | |||
| 2018-11-27 | Merge branch 'Fix-pushToParent-to-work-for-arrays-of-Objects' of ↵ | Andrew Kelley | |
| https://github.com/winksaville/zig into winksaville-Fix-pushToParent-to-work-for-arrays-of-Objects | |||
| 2018-11-26 | std.mem: add new separate method and rework SplitIterator; | kristopher tate | |
| 2018-11-25 | add std.meta.stringToEnum | daurnimator | |
| 2018-11-24 | factor out and expose biased range limiting function | Josh Wolfe | |
| 2018-11-24 | test lots of types | Josh Wolfe | |
| 2018-11-24 | add biased random range api | Josh Wolfe | |
| 2018-11-24 | better debiased random range implementation | Josh Wolfe | |
| 2018-11-24 | update zen os std lib for latest zig changes | Andrew Kelley | |
| 2018-11-24 | fix @intCast not catching negative numbers to unsigned | Andrew Kelley | |
| 2018-11-21 | std.os.path.realC: make overflow more clearly impossible | Andrew Kelley | |
| 2018-11-20 | fix incorrect buf len | Andrew Kelley | |
| 2018-11-20 | std/mem: writeIntLE: buf.* to buf; | kristopher tate | |
| 2018-11-19 | Allow json tests to be easily filtered | Wink Saville | |
| 2018-11-19 | zig fmt | Andrew Kelley | |
| 2018-11-19 | Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2 | Andrew Kelley | |
| 2018-11-19 | fix incorrect --help text | Andrew Kelley | |
| 2018-11-19 | Add SegmentedList.shrink | Wink Saville | |
| I was exploring std.zig.Tokenizer and wanted to compare performance of arrays, SegmentedList and ArrayList and needed SegmentedList.shrink to make the comparison "fair". | |||
| 2018-11-19 | std/rand: fix ziggurat next_f64 call | Marc Tiehuis | |
| 2018-11-18 | add std.meta.intToEnum | Andrew Kelley | |
| 2018-11-18 | atomic.Int.set | Josh Wolfe | |
| 2018-11-18 | Fix pushToParent to work for arrays of Objects | Wink Saville | |
| The reference `*array` is a copy of the value on the stack. Instead use a reference to top of stack. This is the same technique used above for `var object` in `Value.String`. Added two simple tests. | |||
| 2018-11-18 | Fix setsockopt syscall on linux | Duncan | |
| 2018-11-17 | aarch64 improvements | Andrew Kelley | |
| * support C ABI for all return types * don't include __aeabi_uldivmod & co on aarch64 since it's 64 bit | |||
| 2018-11-17 | rename `section` keyword to `linksection` | Andrew Kelley | |
| add zig fmt support for this syntax closes #1152 | |||
| 2018-11-16 | Fixed typos | Vallentin | |
| 2018-11-16 | camelCase std.rb.set_child to std.rb.setChild | Matthew O'Connor | |
| 2018-11-16 | std/fmt/index.zig: support printing hex bytes on slices; | kristopher tate | |
