| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-28 | std.tz: fix redundant endian handling | Andrew Kelley | |
| I didn't notice the check+swap before. | |||
| 2025-08-28 | std.tz: update to new Reader API | Andrew Kelley | |
| 2023-10-31 | std.builtin.Endian: make the tags lower case | Andrew Kelley | |
| Let's take this breaking change opportunity to fix the style of this enum. | |||
| 2023-10-31 | mem: fix ub in writeInt | Jacob Young | |
| Use inline to vastly simplify the exposed API. This allows a comptime-known endian parameter to be propogated, making extra functions for a specific endianness completely unnecessary. | |||
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg | |
| Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change | |||
| 2023-04-28 | update codebase to use `@memset` and `@memcpy` | Andrew Kelley | |
| 2022-06-17 | std.tz: fix function returning pointer to local variable | Veikka Tuominen | |
| 2022-06-12 | std: disable failing tests, add zig2 build test-std to CI | Veikka Tuominen | |
| 2022-01-28 | Rename mem.bswapAllFields to byteSwapAllFields | John Schmidt | |
| To match the renaming of `@bswap` to `@byteSwap` in https://github.com/ziglang/zig/commit/1fdb24827fb51351d5e31103069619668fae31c4. | |||
| 2022-01-01 | Support legacy TZ format, expose header struct to a potential writer | Jens Goldberg | |
| 2021-12-31 | Remove a no-op line that was left in by mistake | Jens Goldberg | |
| 2021-12-31 | tz parsing reader interface, test thicc files, and exclude tzif | Jens Goldberg | |
| 2021-12-30 | Support parsing tz timezone data | Jens Goldberg | |
