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
Age
Commit message (
Expand
)
Author
2025-10-09
- Output error messages for fatal translate-c errors
kcbanner
2025-10-09
std.crypto.tls.Client: fix infinite loop in std.Io.Writer.writeAll
marximimus
2025-10-09
std.fs.File.Reader.seekTo: fix one more logical position bug
Andrew Kelley
2025-10-09
std.debug: fix FP unwinding for LoongArch
Alex Rønne Petersen
2025-10-09
std.debug: fix SelfInfo default for freestanding ELF targets
Alex Rønne Petersen
2025-10-09
std.os.linux: define PROT.SEM for xtensa
Alex Rønne Petersen
2025-10-09
std.os.linux: remove dead/wrong msghdr definitions in some arch bits
Alex Rønne Petersen
2025-10-09
std.debug: fix incorrect FP unwinding on RISC-V and SPARC
mlugg
2025-10-09
- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the cu...
kcbanner
2025-10-09
build.zig: rename -Dtest-default-only to -Dno-matrix
Andrew Kelley
2025-10-09
Merge pull request #25512 from ziglang/sendfile-fixes
Andrew Kelley
2025-10-09
Merge pull request #23657 from mpfaff/realpathW-no-convert
Ryan Liptak
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
kcbanner
2025-10-09
- Move aroDiagnosticsToErrorBundle to compiler/util.zig
kcbanner
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-08
std.Io.Reader: rework peekDelimiterInclusive
Andrew Kelley
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
build.zig: add -Dtest-default-only option
Andrew Kelley
2025-10-08
Reader.peekDelimiterInclusive: Fix handling of `stream` implementations that ...
Ryan Liptak
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
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
ci: bump riscv64-linux-debug timeout to 8 hours on Forgejo Actions
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
don't make anonymous tuple fields referencing `comptime var`s `comptime`
xdBronch
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
[prev]
[next]