| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-20 | update deprecated ArrayListUnmanaged usage (#25958) | Benjamin Jurk | |
| 2025-08-05 | std: remove BoundedArray | Andrew Kelley | |
| This use case is handled by ArrayListUnmanaged via the "...Bounded" method variants, and it's more optimal to share machine code, versus generating multiple versions of each function for differing array lengths. | |||
| 2025-02-09 | std.BoundedArray: popOrNull() -> pop() [v2] (#22723) | Meghan Denny | |
| 2024-09-12 | Labeled switch documentation (#21383) | LiterallyVoid | |
| Add langref docs for labeled switch This feature was proposed in #8220, and implemented in #21257. Co-authored-by: Andrew Kelley <andrew@ziglang.org> | |||
