aboutsummaryrefslogtreecommitdiff
path: root/src/crash_report.zig
AgeCommit message (Expand)Author
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-09-30update to new std.debug changesmlugg
2025-09-30compiler: fix new panic handler in release buildsmlugg
2025-09-30compiler: better crash handlermlugg
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-09-26update crash report to the new panic interfaceAndrew Kelley
2024-09-26embrace panic helpersAndrew Kelley
2024-09-26fix crash report not using mutexes correctlyAndrew Kelley
2024-09-26fixes for this branchAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-17compiler: be more cautious about source locationsmlugg
2024-08-01std.debug: reorg and clarify API goalsAndrew Kelley
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-15Sema: eliminate Block.src_declmlugg
2024-06-15Zcu: rework source locationsmlugg
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2023-11-22rework std.atomicAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-07-20debug: rename StackTraceContext to ThreadContextkcbanner
2023-07-20debug: x86 unwinding support, more unwinding fixeskcbanner
2023-07-20update to new builtin syntaxkcbanner
2023-07-20debug: use an explicit context type instead of anytype for dumpStackTraceFrom...kcbanner
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-10stage2: move opaque types to InternPoolAndrew Kelley
2023-01-21FreeBSD: add mcontext_t for aarch64Stephen Gregoratto
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2022-12-13update usages of `@call`Veikka Tuominen
2022-11-04all: rename i386 to x86Ali Chraghi
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-04-26std.Thread: ResetEvent improvements (#11523)protty