| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-11 | stage2: small fixes + adjustments to std tests | Veikka Tuominen | |
| 2022-06-03 | std: disable tests that crash stage2 | Veikka Tuominen | |
| 2022-01-23 | compress: add a deflate compressor | Hadrien Dorio | |
| Replaces the inflate API from `inflateStream(reader: anytype, window_slice: []u8)` to `decompressor(allocator: mem.Allocator, reader: anytype, dictionary: ?[]const u8)` and `compressor(allocator: mem.Allocator, writer: anytype, options: CompressorOptions)` | |||
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley | |
| We already have a LICENSE file that covers the Zig Standard Library. We no longer need to remind everyone that the license is MIT in every single file. Previously this was introduced to clarify the situation for a fork of Zig that made Zig's LICENSE file harder to find, and replaced it with their own license that required annual payments to their company. However that fork now appears to be dead. So there is no need to reinforce the copyright notice in every single file. | |||
| 2021-01-22 | std: Update `test ""` to `test` where it makes sense | LemonBoy | |
| 2020-12-31 | Year++ | Frank Denis | |
| 2020-09-11 | std: Add a gzip decoder | LemonBoy | |
| 2020-09-07 | std: Add DEFLATE and zlib decompressors | LemonBoy | |
