aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-01ci: add Forgejo Actions workflow fileAlex Rønne Petersen
2025-10-01ci: we don't require s3cmd anymoreAlex Rønne Petersen
2025-10-01ci: move Git repository unshallowing to the workflowAlex Rønne Petersen
2025-10-01ci: stop requiring an ARCH environment variable to be setAlex Rønne Petersen
2025-10-01test: disable an error trace test on optimized riscv64-linuxAlex Rønne Petersen
2025-09-30ArrayHashMapWithAllocator: add `sortUnstable` fn alongside `sort`Ryan Liptak
2025-09-30Fix zig build lazy -> eager dependency promotionTimothy Bess
2025-09-30add deflate compression, simplify decompressionKendall Condon
2025-10-01ci: enable running libc-test on x86_64-linux-releaseAlex Rønne Petersen
2025-10-01libc-test: set a 1.6G max_rss for each test caseAlex Rønne Petersen
2025-10-01libc-test: disable malloc-oom.cAlex Rønne Petersen
2025-10-01ci: bump x86_64-freebsd max_rss from 30G to 40GAlex Rønne Petersen
2025-10-01ci: run test-error-traces on riscv64-linuxAlex Rønne Petersen
2025-10-01test: remove stack_iterator standalone testAlex Rønne Petersen
2025-10-01test: don't run error/stack trace tests on self-hosted on BSDsAlex Rønne Petersen
2025-10-01test: disable an error trace test on optimized x86_64-freebsd and loongarch64...Alex Rønne Petersen
2025-09-30Merge pull request #25227 from mlugg/capture-stackMatthew Lugg
2025-09-30std.debug.SelfInfo: remove shared logicmlugg
2025-09-30Dwarf.Unwind: fix typomlugg
2025-09-30typomlugg
2025-09-30Dwarf.Unwind: handle macOS deviation from standardmlugg
2025-09-30std.debug: significantly speed up capturing stack tracesmlugg
2025-09-30cbe: workaround GCC miscompilationmlugg
2025-09-30std.debug.SelfInfo: mark ARM unwinding as unsupportedmlugg
2025-09-30typomlugg
2025-09-30std: clarify cpu_context register order rationalemlugg
2025-09-30std.debug: cap total stack trace framesmlugg
2025-09-30std.debug: don't assume return address register is defined if not specifiedmlugg
2025-09-30std.debug.SelfInfo: thread safetymlugg
2025-09-30ElfModule: fix assertion failuremlugg
2025-09-30std: don't get CPU context when using CBE targeting MSVCmlugg
2025-09-30std.posix.abort: only trigger breakpoint on Windows if being debuggedmlugg
2025-09-30std.debug: go back to storing return addresses instead of call addressesmlugg
2025-09-30std: work around crash parsing LLVM PDBmlugg
2025-09-30std.debug: fix typomlugg
2025-09-30update to new std.debug changesmlugg
2025-09-30std: allow disabling stack tracingmlugg
2025-09-30std.debug: update support checksmlugg
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-30link.Dwarf: i just fixed error union values, s'nothin' else to itJacob Young
2025-09-30std.start: also don't print error trace targeting `.other`mlugg
2025-09-30test-error-traces: skip some more optimized tracesmlugg
2025-09-30tests: fix 32-bit compatible arch selectionmlugg
2025-09-30windows_bat_args: fix path handlingmlugg
2025-09-30std.debug.Pdb: fix leakmlugg
2025-09-30test-standalone: update for std.debug changesmlugg
2025-09-30fix compile errors and minor bugsmlugg
2025-09-30test-stack-traces: fix on x86-windowsmlugg
2025-09-30std.debug: don't attempt SelfInfo unwinding when unsupportedmlugg