zig/lib/std/debug
Alex Rønne Petersen 5d019abe4e start adding big endian RISC-V support
The big endian RISC-V effort is mostly driven by MIPS (the company) which is
pivoting to RISC-V, and presumably needs a big endian variant to fill the niche
that big endian MIPS (the ISA) did.

GCC already supports these targets, but LLVM support will only appear in 22;
this commit just adds the necessary target knowledge and checks on our end.
2025-08-25 16:15:17 +02:00
..
Dwarf start adding big endian RISC-V support 2025-08-25 16:15:17 +02:00
Coverage.zig std: Restore conventional compareFn behavior for binarySearch 2024-09-16 14:04:18 -07:00
Dwarf.zig delete std.debug.FixedBufferReader 2025-08-25 04:05:37 -07:00
Info.zig runtime page size detection 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.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
SelfInfo.zig delete std.debug.FixedBufferReader 2025-08-25 04:05:37 -07:00
simple_panic.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00