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-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
2025-07-07
std.fmt.format: use {t} for tag name rather than {s}
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
llvm: Use emulated TLS when appropriate for the target
Alex Rønne Petersen
2025-07-06
wasi: Build emulated libraries into libc.a
Alex Rønne Petersen
2025-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-13
zig init: simplify templating logic (#24170)
Loris Cro
2025-06-12
cli: correctly error for missing output directories
mlugg
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-06
x86_64: fix switch dispatch bug
Jacob Young
2025-06-04
compiler: Always dynamically link executables for Fuchsia.
Alex Rønne Petersen
2025-06-02
zig init: appease zig fmt check
Loris Cro
2025-06-02
zig init: add new --strip flag and improve template files
Loris Cro
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-21
link.Elf: Don't require linking libc for dynamic linker path to take effect.
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-12
main: List -f(no-)builtin as per-module options.
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-05-04
fix system library lookup when cross-compiling to windows-msvc
Xavier Bouchoux
2025-05-03
compiler: Link libunwind when linking glibc statically.
Alex Rønne Petersen
2025-04-27
compiler: Error if the user targets arc with -femit-bin.
Alex Rønne Petersen
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-26
Merge pull request #23572 from alexrp/zig-cc-static-dynamic
Alex Rønne Petersen
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-21
revive nvptx linkage
Ali Cheraghi
2025-04-14
zig cc: Respect Clang's -static and -dynamic flags.
Alex Rønne Petersen
2025-04-14
compiler: MinGW-w64 import libs should not count towards any_dyn_libs.
Alex Rønne Petersen
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-05
std.Build: update build-id flag description
Jan200101
2025-04-04
compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.
Alex Rønne Petersen
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-19
compiler: Support more GCC code models and fix the mapping to LLVM code models.
Alex Rønne Petersen
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-07
x86_64: rewrite aggregate init
Jacob Young
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-07
add a reference to #21690
Techatrix
[prev]
[next]