aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-10-07std.debug.Dwarf.SelfUnwinder: add an s390x check missed in 95bdb0c1c65c128923...Alex Rønne Petersen
2025-10-07std.debug: add noinline to functions that capture the current stack traceAlex Rønne Petersen
2025-10-07std.os.linux: add ucontext_t and mcontext_t for mips/mips64Alex Rønne Petersen
2025-10-07std.os.linux: minor NFC corrections to hexagon ucontext_t and mcontext_tAlex Rønne Petersen
2025-10-07std.debug: prefer FP unwinding on targets where it is idealAlex Rønne Petersen
2025-10-07llvm.Builder: allow `Metadata` to reference metadata stringsJacob Young
2025-10-07detect references to `comptime var` in default values and sentinelsxdBronch
2025-10-07std.debug.Dwarf.SelfUnwinder: skip caching rules for unsupported registersAlex Rønne Petersen
2025-10-06Merge pull request #25414 from squeek502/mingw-def-implibAndrew Kelley
2025-10-06improve impl of `__sqrth`, `sqrtf`, `sqrt`, `__sqrtx` and `sqrtq` (#25416)Zhenming Lin
2025-10-06don't pass zero-length `@memset` to the backendxdBronch
2025-10-06Elf2: implement virtual allocationJacob Young
2025-10-06Merge pull request #25480 from alexrp/std-debug-hexagonAlex Rønne Petersen
2025-10-06fix read of undefined in http testsxdBronch