aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-09- Output error messages for fatal translate-c errorskcbanner
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-09build.zig: rename -Dtest-default-only to -Dno-matrixAndrew Kelley
2025-10-09Merge pull request #25512 from ziglang/sendfile-fixesAndrew Kelley
2025-10-09Merge pull request #23657 from mpfaff/realpathW-no-convertRyan Liptak
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-08build.zig: add -Dtest-default-only optionAndrew Kelley
2025-10-08Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...Ryan Liptak
2025-10-08don't make OPV tuple fields `comptime`xdBronch
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-08ci: bump riscv64-linux-debug timeout to 8 hours on Forgejo ActionsAlex 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-07don't make anonymous tuple fields referencing `comptime var`s `comptime`xdBronch
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
2025-10-07std.debug.SelfInfo.MachO: don't restore vector registers during unwindingAlex Rønne Petersen
2025-10-07std.debug.Dwarf.expression: fix a test that assumes sp != fpAlex Rønne Petersen
2025-10-07std.debug.cpu_context: map a bunch of known registers as unsupported instead ...Alex Rønne Petersen
2025-10-07std.debug.cpu_context: remove support for s390x float registersAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 66 as the (fake) MIPS PC registerAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 67 as the (fake) PowerPC PC registerAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 65 as the (fake) RISC-V PC registerAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 64 as the (fake) LoongArch PC registerAlex Rønne Petersen
2025-10-07std.debug: add unwind support for powerpc*-linuxAlex Rønne Petersen
2025-10-07std.debug: add unwind support for mips*-linuxAlex Rønne Petersen
2025-10-07std.debug.cpu_context: check for architecture, i.e. register size, not bitnessAlex Rønne Petersen