aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-10-14std.os.linux.sparc64: use icc instead of xcc in asm clobbersAlex Rønne Petersen
2025-10-14libcxx: backport llvm/llvm-project#155786Alex Rønne Petersen
2025-10-14libcxx: backport llvm/llvm-project#147389Alex Rønne Petersen
2025-10-14libcxx: backport llvm/llvm-project#155476Alex Rønne Petersen
2025-10-14std.crypto: add AES-CCM and CBC-MAC (#25526)aarvay
2025-10-12std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsu...Alex Rønne Petersen
2025-10-12musl: avoid r0 as address register in s390x __tls_get_offsetAlex Rønne Petersen
2025-10-11std.ArrayList: swapRemove set removed element to undefined (#25514)Fri3dNstuff
2025-10-11std.posix: panic on unexpected error in `munmap`mlugg
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-10-10windows: workaround kernel race conditionJacob Young
2025-10-10Merge pull request #25495 from kcbanner/fixup_translate_cAndrew Kelley
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-10-10Dir.realpathW: remove redundant buffer/copyRyan Liptak
2025-10-10std.debug.Dwarf.SelfUnwinder: assume same-value rule by default for all columnsAlex Rønne Petersen
2025-10-10Merge pull request #25516 from alexrp/std-debugAlex Rønne Petersen
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-10std.debug: greatly expand target support for segfault handling/unwindingAlex Rønne Petersen
2025-10-09std.crypto.tls.Client: fix infinite loop in std.Io.Writer.writeAllmarximimus
2025-10-09std.fs.File.Reader.seekTo: fix one more logical position bugAndrew Kelley
2025-10-09std.debug: fix FP unwinding for LoongArchAlex Rønne Petersen
2025-10-09std.debug: fix SelfInfo default for freestanding ELF targetsAlex Rønne Petersen
2025-10-09std.os.linux: define PROT.SEM for xtensaAlex Rønne Petersen
2025-10-09std.os.linux: remove dead/wrong msghdr definitions in some arch bitsAlex Rønne Petersen
2025-10-09std.debug: fix incorrect FP unwinding on RISC-V and SPARCmlugg
2025-10-09- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the cu...kcbanner
2025-10-09Merge pull request #25512 from ziglang/sendfile-fixesAndrew Kelley
2025-10-09- Rework common translate-c and cImport logic into `Compilation.translateC`kcbanner
2025-10-09- Move aroDiagnosticsToErrorBundle to compiler/util.zigkcbanner
2025-10-09- aro: fixup `toErrorBundle` not emitting the last error if it was followed b...kcbanner
2025-10-09- Rework translate-c to integrate with the build system (by outputing error b...kcbanner
2025-10-08std.Io.Reader: rework peekDelimiterInclusiveAndrew Kelley
2025-10-08Fix Reader.Limited end of stream conditionswhatisaphone
2025-10-08std: std.fs.File fix sendFile with buffered dataMaciej 'vesim' Kuliński
2025-10-08Deprecate old realpathW correctlyMichael Pfaff
2025-10-08Fix realpathW out_buffer sizeMichael Pfaff
2025-10-08Reuse pathname_w buffer as out_buffer when calling realpathWMichael Pfaff
2025-10-08Improve documentation on Dir.realpathWMichael Pfaff
2025-10-08Return WTF16LE encoded path from realpathWMichael Pfaff
2025-10-08std.Io.Reader: fix delimiter bugsmlugg
2025-10-08std: fix sendFileReading not accounting for bufferAndrew Kelley
2025-10-08std: fix File.Writer sendfile with buffered contentsAndrew Kelley
2025-10-08Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...Ryan Liptak
2025-10-08std.Build: duplicate sub_path for LazyPath's dependency varianttehlordvortex
2025-10-08Merge pull request #25493 from alexrp/std-debug-mips-ppcAlex Rønne Petersen
2025-10-08Merge pull request #25496 from alexrp/std-debug-reg-accessAlex Rønne Petersen
2025-10-07Revert "Fix infinite loop in Reader.Limited"Andrew Kelley
2025-10-07std.debug.cpu_context: make arch-specific implementations privateAlex Rønne Petersen
2025-10-07Fix infinite loop in Reader.Limitedachan1989
2025-10-07std.mem.countScalar: rework to benefit from simd (#25477)Henry John Kupty