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
/
test
/
stack_traces.zig
Age
Commit message (
Expand
)
Author
2022-12-17
zig fmt: fix extra whitespace with multiline strings
yujiri8
2022-11-22
AstGen: Pop error trace for `continue`
Cody Tapscott
2022-10-21
stage2: Keep error return traces alive when storing to `const`
Cody Tapscott
2022-10-21
stage2: Propagate error return trace into fn call
Cody Tapscott
2022-10-21
stage2: Pop error trace when storing error to var/const
Cody Tapscott
2022-10-21
stage2: Do not pop error trace if result is an error
Cody Tapscott
2022-10-21
stage2: "Pop" error trace for break/return within catch
Cody Tapscott
2022-08-24
test-stack-traces: restore test coverage
Andrew Kelley
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-17
libstd: fix off-by-one error in def of ProcSym in pdb
Jakub Konka
2022-08-11
disable failing stack traces tests on windows
Andrew Kelley
2022-08-08
AstGen: emit debug stmt for try
Andrew Kelley
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-08
update usage of std.testing in behavior and standalone tests
Veikka Tuominen
2021-04-10
test: overhaul stack_trace testing
Michael Dusan
2021-04-08
update stack trace test cases to new start.zig line offsets
Andrew Kelley
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-18
update test-stack-traces because start.zig updated
Andrew Kelley
2020-11-25
update stack trace test with new start.zig line number
Andrew Kelley
2020-11-23
Update stack_traces test
LemonBoy
2020-10-28
Update stack traces testcases
Koakuma
2020-10-22
update stack trace test case
Andrew Kelley
2020-10-19
Update the stack-traces tests
LemonBoy
2020-10-17
fix compilation error when building with io_mode evented
Andrew Kelley
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
2020-10-15
Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...
Andrew Kelley
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-10
update the stack trace test case for lines added to start.zig
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-06-15
Update Stack Trace For start.zig Changes
DixiE
2020-05-05
update docs/tests for async/extern fn removal
Tadeo Kondrak
2020-03-28
std: Minor changes to TLS handling
LemonBoy
2020-03-22
disable failing stack trace test for aarch64
Andrew Kelley
2020-03-22
update stack trace test expected output
Andrew Kelley
2020-03-13
update stack traces test expectations
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
improve the "external executor" detection logic
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-26
update test expectations
Andrew Kelley
2020-02-23
correct test expectations
LemonBoy
2020-02-07
codegen: Use the new frame-pointer fn attributes
LemonBoy
2020-01-21
Adjust tests & work around a nasty ICE
LemonBoy
2019-12-12
update stack traces tests
Andrew Kelley
2019-09-09
test-stack-traces: add FreeBSD
Michael Dusan
2019-09-03
rename test-compare-panic to test-stack-traces
Andrew Kelley