| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-12 | Sema: add missing set_union_tag | Veikka Tuominen | |
| 2022-06-07 | std: adjust for stage2 semantics | Veikka Tuominen | |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley | |
| closes #9388 closes #9321 | |||
| 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-06-04 | Makes std.io.StreamSource usable with freestanding | Felix (xq) Queißner | |
| 2021-04-04 | Fixed error types for GetSeekPosError | Edward Dean | |
| 2021-01-08 | Remove deprecated stream aliases | Jay Petacat | |
| 2020-12-31 | Year++ | Frank Denis | |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley | |
| add SPDX license identifier copyright ownership is zig contributors | |||
| 2020-06-09 | Support Reader for InStream | Jonathan Marler | |
| 2020-04-13 | std: fix StreamSource to disallow writing to a const buffer | daurnimator | |
| 2020-03-11 | add std.io.StreamSource and fixes to emitRaw | Andrew Kelley | |
