aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13std.debug: remove `warn` (deprecated in 0.9)Eric Joldasov
2023-05-29std.debug: disable sporadically failing testAndrew Kelley
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-24std.debug: Rename TTY.Color enum values to snake caseLinus Groh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-26enable debugging infrastructure when using C backendAndrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-18debug: fix missing stack traces during crashes on windowskcbanner
2023-04-09std.debug: fix segfault/panic race conditionAndrew Kelley
2023-03-15use DEC graphics instead of Unicode for box drawingAndrew Kelley
2023-03-15std.debug.TTY.Config: add yellowAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-29std.debug: disable sporadically failing testAndrew Kelley
2023-01-24debug: re-enable resource management test on x86_64 windowskcbanner
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-21FreeBSD: add mcontext_t for aarch64Stephen Gregoratto
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-08debug: fixup memory managementkcbanner
2023-01-08windows: rework DebugInfo to use less file operations and fix some memory man...kcbanner
2023-01-06Implement some more environment functions for WASI.Brendan Burns
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-04debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a...Casey Banner
2022-12-29Replace tabs with spaces when printing a line for trace output.IntegratedQuantum
2022-12-15std.debug: disable sporadically failing testAndrew Kelley
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak
2022-12-13std.debug: use OpenSelfDebugInfoErrorr00ster91
2022-12-13cleanup: inline color constantsr00ster91
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-12-11Remove incorrect assertion in readMachODebugInfo panicking during panicJakub Konka
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-21builtin.zig: Do not overwrite error frames when trace fullCody Tapscott
2022-10-20Revert "add std.debug.todo"Andrew Kelley
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-18std.debug: define error set in DebugInfo.lookupModuleDlMeghan
2022-10-18std: check for overflow in dumpStackTraceFromBaseXavier Bouchoux
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-08-23std.debug: DWARFv5 fixesAndrew Kelley
2022-08-23coff: fix compile errors in std.debugJakub Konka
2022-08-23macho: fix compile errors in std.debugJakub Konka
2022-08-23std.debug: implement support for DWARFv5Andrew Kelley
2022-08-23coff: improve default COFF/PE object parserJakub Konka
2022-08-22Windows: Fix incorrect output when .pdb file is not found during stack traceRyan Liptak