zig/lib/std/debug
Andrew Kelley 4607770a57 std.debug.Dwarf.expression: partial rework
- use labeled continue
- avoid anytype
- avoid dependency on a "seeking" API
- simpler, more optimal VM interpreter loop
- progress decoupling from host machine
- type safety for opcodes. see #15556
2025-07-01 16:35:29 -07:00
..
Dwarf std.debug.Dwarf.expression: partial rework 2025-07-01 16:35:29 -07:00
Coverage.zig std: Restore conventional compareFn behavior for binarySearch 2024-09-16 14:04:18 -07:00
Dwarf.zig stabilize readRemainingArrayList and readRemainingAlloc API 2025-07-01 16:35:28 -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