Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-07 06:43:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/debug
History
Andrew Kelley cdd05df532 std.io.BufferedReader: don't use a BufferedWriter field
this is way better with readVec and the ability to call
`std.io.Reader.buffered`.
2025-07-01 16:35:27 -07:00
..
Dwarf
std.io.BufferedReader: get rid of the @constCast
2025-07-01 16:35:27 -07:00
Coverage.zig
std: Restore conventional compareFn behavior for binarySearch
2024-09-16 14:04:18 -07:00
Dwarf.zig
std.io.BufferedReader: get rid of the @constCast
2025-07-01 16:35:27 -07:00
FixedBufferReader.zig
std.io.BufferedReader: get rid of the @constCast
2025-07-01 16:35:27 -07:00
Info.zig
runtime page size detection
2025-02-06 14:23:23 -08:00
MemoryAccessor.zig
adjust runtime page size APIs
2025-02-06 14:23:23 -08:00
no_panic.zig
std: remove old panic handlers after zig1.wasm update
2025-06-01 12:10:57 +01:00
Pdb.zig
std.pdb: obey naming conventions
2024-08-29 23:43:52 +01:00
SelfInfo.zig
std.io.BufferedReader: don't use a BufferedWriter field
2025-07-01 16:35:27 -07:00
simple_panic.zig
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
2025-07-01 16:35:26 -07:00