| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-30 | std lib API deprecations for the upcoming 0.9.0 release | Andrew Kelley | |
| See #3811 | |||
| 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-21 | std, src, doc, test: remove unused variables | Jacob G-W | |
| 2020-12-31 | Year++ | Frank Denis | |
| 2020-11-29 | std.meta: add assumeSentinel | Jonathan Marler | |
| 2020-08-20 | add license header to all std lib files | Andrew Kelley | |
| add SPDX license identifier copyright ownership is zig contributors | |||
| 2020-03-30 | std lib API deprecations for the upcoming 0.6.0 release | Andrew Kelley | |
| See #3811 | |||
| 2020-03-03 | Added comment justifying wrapping operations | Alexandros Naskos | |
| 2020-03-02 | Allow wrapping in VDSO lookup | Alexandros Naskos | |
| 2019-11-24 | make std.mem.toSlice use null terminated pointers | Andrew Kelley | |
| and fix the fallout | |||
| 2019-11-08 | update the codebase to use `@as` | Andrew Kelley | |
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
