index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
Age
Commit message (
Expand
)
Author
2025-10-08
Fix Reader.Limited end of stream conditions
whatisaphone
2025-10-08
std: std.fs.File fix sendFile with buffered data
Maciej 'vesim' Kuliński
2025-10-08
Deprecate old realpathW correctly
Michael Pfaff
2025-10-08
Fix realpathW out_buffer size
Michael Pfaff
2025-10-08
Reuse pathname_w buffer as out_buffer when calling realpathW
Michael Pfaff
2025-10-08
Improve documentation on Dir.realpathW
Michael Pfaff
2025-10-08
Return WTF16LE encoded path from realpathW
Michael Pfaff
2025-10-08
std.Io.Reader: fix delimiter bugs
mlugg
2025-10-08
std: fix sendFileReading not accounting for buffer
Andrew Kelley
2025-10-08
std: fix File.Writer sendfile with buffered contents
Andrew Kelley
2025-10-08
Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...
Ryan Liptak
2025-10-08
std.Build: duplicate sub_path for LazyPath's dependency variant
tehlordvortex
2025-10-08
Merge pull request #25493 from alexrp/std-debug-mips-ppc
Alex Rønne Petersen
2025-10-08
Merge pull request #25496 from alexrp/std-debug-reg-access
Alex Rønne Petersen
2025-10-07
Revert "Fix infinite loop in Reader.Limited"
Andrew Kelley
2025-10-07
std.debug.cpu_context: make arch-specific implementations private
Alex Rønne Petersen
2025-10-07
Fix infinite loop in Reader.Limited
achan1989
2025-10-07
std.mem.countScalar: rework to benefit from simd (#25477)
Henry John Kupty
2025-10-07
std.debug.SelfInfo.MachO: don't restore vector registers during unwinding
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf.expression: fix a test that assumes sp != fp
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: map a bunch of known registers as unsupported instead ...
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: remove support for s390x float registers
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 66 as the (fake) MIPS PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 67 as the (fake) PowerPC PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 65 as the (fake) RISC-V PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 64 as the (fake) LoongArch PC register
Alex Rønne Petersen
2025-10-07
std.debug: add unwind support for powerpc*-linux
Alex Rønne Petersen
2025-10-07
std.debug: add unwind support for mips*-linux
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: check for architecture, i.e. register size, not bitness
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf.SelfUnwinder: add an s390x check missed in 95bdb0c1c65c128923...
Alex Rønne Petersen
2025-10-07
std.debug: add noinline to functions that capture the current stack trace
Alex Rønne Petersen
2025-10-07
std.os.linux: add ucontext_t and mcontext_t for mips/mips64
Alex Rønne Petersen
2025-10-07
std.os.linux: minor NFC corrections to hexagon ucontext_t and mcontext_t
Alex Rønne Petersen
2025-10-07
std.debug: prefer FP unwinding on targets where it is ideal
Alex Rønne Petersen
2025-10-07
llvm.Builder: allow `Metadata` to reference metadata strings
Jacob Young
2025-10-07
std.debug.Dwarf.SelfUnwinder: skip caching rules for unsupported registers
Alex Rønne Petersen
2025-10-06
Merge pull request #25414 from squeek502/mingw-def-implib
Andrew Kelley
2025-10-06
Merge pull request #25480 from alexrp/std-debug-hexagon
Alex Rønne Petersen
2025-10-06
fix read of undefined in http tests
xdBronch
2025-10-06
Merge pull request #25479 from alexrp/qemu-os-checks
Alex Rønne Petersen
2025-10-06
drop support for powerpc64 ELF v1
Alex Rønne Petersen
2025-10-05
std.zig.system: add OS checks for QEMU in getExternalExecutor()
Alex Rønne Petersen
2025-10-05
std.debug: add unwind support for hexagon-linux
Alex Rønne Petersen
2025-10-05
std.os.linux: add mcontext_t and ucontext_t for hexagon
Alex Rønne Petersen
2025-10-05
std.zig.system: handle or1k in getExternalExecutor()
Alex Rønne Petersen
2025-10-04
Merge pull request #25320 from hkupty/walker2
Ryan Liptak
2025-10-05
std.debug: completely disable FP-based unwinding on mips
Alex Rønne Petersen
2025-10-05
std.debug.SelfInfo.Elf: disable unwinding on mips n32 and x86 x32
Alex Rønne Petersen
2025-10-05
std.Target: baseline model for s390x-zos should be arch10, not arch8
Alex Rønne Petersen
2025-10-04
make freebsd copy_file_range return type signed
rpkak
[prev]
[next]