aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2025-09-07std.debug.assertAligned: support const pointersAndrew Kelley
2025-09-03std.debug: disable stack traces on loongarchAlex Rønne Petersen
2025-08-31delete behavior test that depends on std.fmtAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std.debug: remove `@frameAddress()` "UAF"mlugg
2025-08-25delete std.debug.FixedBufferReaderAndrew Kelley
2025-08-23disable stack tracing on powerpc64Andrew Kelley
2025-08-23std.debug: delete MemoryAccessorAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-19std.debug: add assertAlignedAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-11Merge pull request #24394 from ziglang/fixesAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-10std.debug.print: provide a small bufferAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.debug: lil buffer for this guyAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-01std: remove old panic handlers after zig1.wasm updatemlugg
2025-06-01compiler: combine `@intCast` safety checksmlugg
2025-05-28debug: disable fp-based frame unwinding when fp is omittedJacob Young
2025-05-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-20compiler: Scaffold stage2_powerpc backend.Alex Rønne Petersen
2025-05-14Fix SIGSEGV handler for AArch64 Darwin targetsCezary Kupaj
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-04-27make `@memcpy` and `@memmove` share panic handlersAndrew Kelley
2025-04-26compiler: add @memmove builtindweiller
2025-04-01std.os.uefi.protocol: ziggify function signatures (#23214)Carmen
2025-03-25Fix std.debug.dumpHex address offsetsArnau Camprubí
2025-03-23Lower `@returnAddress` to a constant 0 in Emscripten release buildsCarl Åstholm
2025-02-23Sema: allow `@ptrCast` of slices changing the lengthmlugg
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-09std.os.uefi: Adjust casing of remaining enum fieldsLinus Groh
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-01debug: fix MemoryAccessor file leakMichael Dusan
2025-01-24std: remove old declarations now a zig1 update has happenedmlugg
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-23std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.Alex Rønne Petersen
2025-01-22std.debug: remove `errorReturnTraceHelper`mlugg
2025-01-21std.debug: fix format on ConfigurableTraceandrewkraevskii
2025-01-16x86_64: implement union accessJacob Young
2025-01-16x86_64: implement switch jump tablesJacob Young