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-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-11-10
compiler: warn when using -fincremental with LLVM backend
Matthew Lugg
2025-11-10
compiler: update logFn to use color
Matthew Lugg
2025-11-07
Move/coalesce RcIncludes enum to `std.zig.RcIncludes`
Ryan Liptak
2025-11-07
Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`
Ryan Liptak
2025-11-05
Move `std.Target.SubSystem` to `std.zig.Subsystem`
Carl Åstholm
2025-10-30
Merge pull request #25558 from jacobly0/elfv2-load-obj
Jacob Young
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
std: move DNS record enum to a better namespace
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
progress towards compiler building again
Andrew Kelley
2025-10-29
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley
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
[next]