| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-29 | std.Io: delete GenericReader | Andrew Kelley | |
| and delete deprecated alias std.io | |||
| 2025-07-07 | std.fmt: fully remove format string from format methods | Andrew Kelley | |
| Introduces `std.fmt.alt` which is a helper for calling alternate format methods besides one named "format". | |||
| 2025-07-07 | compiler: update a bunch of format strings | Andrew Kelley | |
| 2025-02-10 | std.ArrayList: popOrNull() -> pop() [v2] (#22720) | Meghan Denny | |
| 2024-09-12 | Replace deprecated default initializations with decl literals | Linus Groh | |
| 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-21 | macho: correctly dirty the GOT table after memory realloc | Jakub Konka | |
| 2023-04-21 | elf: make TableSection a generic construct | Jakub Konka | |
