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
/
src
/
main.zig
Age
Commit message (
Expand
)
Author
2025-10-09
- Rework common translate-c and cImport logic into `Compilation.translateC`
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-09-30
compiler: better crash handler
mlugg
2025-09-26
Update descriptions of -f[no-]error-tracing to match the actual behavior
Ryan Liptak
2025-09-26
Merge pull request #25351 from ziglang/chomp
Andrew Kelley
2025-09-25
std.mem: add cutLast and cutScalarLast
Andrew Kelley
2025-09-25
std.mem: add cut and cutScalar and example usage
Andrew Kelley
2025-09-25
std.mem: rename chomp to cut
Andrew Kelley
2025-09-25
CLI: simpler semantics for prefixed integer args
Andrew Kelley
2025-09-25
CLI: exploit std.mem.chompPrefix
Andrew Kelley
2025-09-24
Compilation: re-implement cImport
Andrew Kelley
2025-09-24
fix rebase conflicts
Andrew Kelley
2025-09-24
Compilation: avoid passing Clang specific options to Aro
Veikka Tuominen
2025-09-24
add translate-c CLI args
Andrew Kelley
2025-09-24
delete enough aro to make it compile
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-19
Fix duplicate LC_RPATH entries on macOS Tahoe
Frank Denis
2025-08-31
Fix `-M` and `--dep` splitting on every = instead of just the first
Ryan Liptak
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.Io: delete GenericWriter
Andrew Kelley
2025-08-27
delete some vestigal dead code
Andrew Kelley
2025-08-24
Add `test-obj` to the help message
Arnau Camprubí
2025-08-20
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker
2025-08-15
zig translate-c: don't forget to flush
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
compiler: improve error reporting
mlugg
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
2025-08-04
Merge pull request #24689 from mlugg/build-no-watch-regression
Matthew Lugg
2025-08-04
init: small fix to zig init template
Loris Cro
2025-08-04
cli: add `--debug-libc` to `zig build`
mlugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-30
update `zig env` to respect `ZIG_LIB_DIR` and support wasi
Techatrix
2025-07-28
Update `zig init` help with new `-m` arg
Silver
2025-07-25
init: replace '--strip' with '--minimal'
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-20
use stdout_buffer instead of stdio_buffer in main.zig
antlilja
2025-07-20
Merge pull request #24488 from ziglang/more
Andrew Kelley
2025-07-19
frontend: align those stdio buffers
Andrew Kelley
2025-07-19
std.zig: finish updating to new I/O API
Andrew Kelley
2025-07-19
std.zon: better namespace for Serializer
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-15
zig std: link ws2_32.dll on windows
Alex Rønne Petersen
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
[next]