aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-10-04Merge pull request #25457 from linusg/more-serenityAlex Rønne Petersen
2025-10-04correct ed25519 test case (#25445)David Rubin
2025-10-03std.coff: Fix size of ImportHeader.typesRyan Liptak
2025-10-04std.debug: consider FP-based unwinding on hexagon and powerpc safeAlex Rønne Petersen
2025-10-04std.debug: fix FP-based unwinding on powerpc64Alex Rønne Petersen
2025-10-03std.coff: Set default values for ImportHeader sig1/sig2 fieldsRyan Liptak
2025-10-03std.coff: Add sizeOf function to WeakExternalDefinitionRyan Liptak
2025-10-03std.coff: Fix SectionHeader.setAlignment (off by 1)Ryan Liptak
2025-10-03Add depth function to `Walker.Entry`Ryan Liptak
2025-10-03std.mem: Add `countScalar`Ryan Liptak
2025-10-03test: enter after check to preserve depthHenry Kupty
2025-10-03test: Include expected depth testHenry Kupty
2025-10-03feat: Reintroduce depthHenry Kupty
2025-10-03Add SelectiveWalker/walkSelectively and implement Walker in terms of itRyan Liptak
2025-10-03std.debug: Add unwind support for serenityLinus Groh
2025-10-03std.c: Also make Sigaction flags a c_uint for serenityLinus Groh
2025-10-03std.c: Add missing SIG constants for serenityLinus Groh
2025-10-03Merge pull request #25430 from jacobly0/x86_64-winJacob Young
2025-10-03std.debug.Dwarf.SelfUnwinder: default some s390x registers to the same-value ...Alex Rønne Petersen
2025-10-03std.debug: add s390x-linux unwind supportAlex Rønne Petersen
2025-10-03std.os.linux: improve the s390x mcontext_t definitionAlex Rønne Petersen
2025-10-03std.debug: use correct return address offset for s390xAlex Rønne Petersen
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-10-02std.debug.Dwarf.Unwind: deal with invalid def_cfa_reg by GNU toolchainsAlex Rønne Petersen
2025-10-01std.debug: add riscv32-linux and riscv64-linux unwind supportAlex Rønne Petersen
2025-10-01std.debug: add loongarch64-linux unwind supportAlex Rønne Petersen
2025-10-01std.debug: some adjustments to target handlingAlex Rønne Petersen
2025-10-01std.debug.SelfInfo: rename Darwin to MachOAlex Rønne Petersen
2025-10-01std.debug: don't use SelfInfo.Windows for UEFIAlex Rønne Petersen
2025-10-01std.debug: select SelfInfo using ObjectFormat.default()Alex Rønne Petersen
2025-09-30ArrayHashMapWithAllocator: add `sortUnstable` fn alongside `sort`Ryan Liptak
2025-09-30add deflate compression, simplify decompressionKendall Condon
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-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