Ryan Liptak
|
3252a05531
|
Prefer <err> => |e| return e over <err> => return <err>
Avoids the potential for a typo on the `return <err>` side of the prong
|
2026-04-20 18:03:14 -07:00 |
|
Adrià Arrufat
|
02c5f05e2f
|
std: replace usages of std.mem.indexOf with std.mem.find
|
2025-12-05 14:31:27 +01:00 |
|
Andrew Kelley
|
749f10af49
|
std.ArrayList: make unmanaged the default
|
2025-08-11 15:52:49 -07:00 |
|
Andrew Kelley
|
c30df072bd
|
std.json: update to new I/O API
also do a little bit of namespace cleanup
|
2025-07-19 16:05:01 -07:00 |
|