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
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
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-02-07
stage2: fix crash_report segfault compile error
Andrew Kelley
2022-01-18
Implement segfault handler for macOS x86_64
John Schmidt
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-26
stage2: fix crash report code in release builds
Andrew Kelley
2021-10-07
stage2: add --debug-compile-errors CLI option
Andrew Kelley
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-10-02
Remove my dumb "namespace decl" hack
Martin Wickham
2021-10-02
Improve debug names of decls
Martin Wickham
2021-09-30
Add a panic handler to give better errors for crashes in sema
Martin Wickham