aboutsummaryrefslogtreecommitdiff
path: root/src/crash_report.zig
AgeCommit message (Expand)Author
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
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-03-19fix sigaction double paniczseri
2022-02-07stage2: fix crash_report segfault compile errorAndrew Kelley
2022-01-18Implement segfault handler for macOS x86_64John Schmidt
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-10-26stage2: fix crash report code in release buildsAndrew Kelley
2021-10-07stage2: add --debug-compile-errors CLI optionAndrew Kelley
2021-10-02Delete Module.Scope, move Block into SemaMartin Wickham
2021-10-02Remove my dumb "namespace decl" hackMartin Wickham
2021-10-02Improve debug names of declsMartin Wickham
2021-09-30Add a panic handler to give better errors for crashes in semaMartin Wickham