index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crash_report.zig
Age
Commit message (
Expand
)
Author
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-09-30
update to new std.debug changes
mlugg
2025-09-30
compiler: fix new panic handler in release builds
mlugg
2025-09-30
compiler: better crash handler
mlugg
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-09-26
update crash report to the new panic interface
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
fix crash report not using mutexes correctly
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-17
compiler: be more cautious about source locations
mlugg
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-15
Sema: eliminate Block.src_decl
mlugg
2024-06-15
Zcu: rework source locations
mlugg
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2023-11-22
rework std.atomic
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-07-20
debug: rename StackTraceContext to ThreadContext
kcbanner
2023-07-20
debug: x86 unwinding support, more unwinding fixes
kcbanner
2023-07-20
update to new builtin syntax
kcbanner
2023-07-20
debug: use an explicit context type instead of anytype for dumpStackTraceFrom...
kcbanner
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-01-21
FreeBSD: add mcontext_t for aarch64
Stephen Gregoratto
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
[next]