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
/
compiler
Age
Commit message (
Expand
)
Author
2025-10-29
objcopy: update for std.Io API
Andrew Kelley
2025-10-29
fix some std.Io compilation failures
Andrew Kelley
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
resinator: update for new Io APIs
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
aro: avoid asking for the time
Andrew Kelley
2025-10-29
fix miscellaneous compilation errors
Andrew Kelley
2025-10-29
std: fix compilation errors on macos
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley
2025-10-29
add std.testing.io
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-18
compiler: rename `--test-timeout-ms` to `--test-timeout`
Matthew Lugg
2025-10-18
std.Build: do not expect server protocol for tests using immature backends
mlugg
2025-10-18
build runner: final tweaks to output
mlugg
2025-10-18
build runner: remove `--prominent-compile-errors`, introduce `--error-style`
mlugg
2025-10-18
std.Build: separate errors from failed commands
mlugg
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-10-18
std.Build: implement unit test timeouts
mlugg
2025-10-09
- aroDiagnosticsToErrorBundle: fixup not clearing notes after flushing the cu...
kcbanner
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-02
resinator: Update for std.coff changes
Ryan Liptak
2025-10-01
resinator: Sync with upstream, fix an alignment problem
Ryan Liptak
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-27
Merge pull request #25362 from alexrp/aro-valist
Alex Rønne Petersen
2025-09-26
aro: TypeStore: synchronize __va_list_tag logic with Zig's std.builtin.VaList
Alex Rønne Petersen
2025-09-26
Merge pull request #25342 from ziglang/fuzz-limit
Andrew Kelley
2025-09-25
implement review suggestions
Loris Cro
2025-09-24
resinator: work around error VARARGS not implemented for this compiler
Andrew Kelley
2025-09-24
resinator: fix compile errors
Andrew Kelley
2025-09-24
update aro & translate-c
Veikka Tuominen
2025-09-24
aro: update
Andrew Kelley
2025-09-24
zig fmt
Andrew Kelley
2025-09-24
aro: fix dep file logic
Andrew Kelley
2025-09-24
translate-c: update for array list defaults
Andrew Kelley
2025-09-24
fix rebase conflicts
Andrew Kelley
2025-09-24
aro: avoid BoundedArray
Andrew Kelley
2025-09-24
update aro and translate-c sources
Veikka Tuominen
2025-09-24
resinator: Update for latest aro
Ryan Liptak
2025-09-24
simplify diagnostics
Andrew Kelley
2025-09-24
delete enough aro to make it compile
Andrew Kelley
2025-09-24
move translate-c helpers
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
[next]