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
2024-03-14
reduce garbage for repeated `zig cc -` calls
Motiejus Jakštys
2024-03-11
Merge pull request #19174 from squeek502/lazy-resinator
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
Report the progress of lazily building zig rc
Ryan Liptak
2024-03-11
Lazily compile the `zig rc` subcommand and use it during `zig build-exe`
Ryan Liptak
2024-03-10
add `zig std` subcommand
Andrew Kelley
2024-03-07
Merge pull request #19190 from mlugg/struct-equivalence
Andrew Kelley
2024-03-06
feat: add support for --enable-new-dtags and --disable-new-dtags
Dillen Meijboom
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-03-05
cli: add `--rpath` and `-R` linker arg aliases
Meghan Denny
2024-03-02
move `zig objcopy` command to be lazily built
Andrew Kelley
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-28
make aro-based translate-c lazily built from source
Andrew Kelley
2024-02-27
CLI: strip lazy built commands by default
Andrew Kelley
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
introduce ZIG_DEBUG_CMD to choose debug mode
Andrew Kelley
2024-02-26
back out the build_runner.zig moving change
Andrew Kelley
2024-02-26
move lazily compiled source files to lib/compiler/
Andrew Kelley
2024-02-26
compiler: JIT zig reduce
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move AstGen to std.zig.AstGen
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-06
compiler: remove unnecessary pub declarations in main.zig
Manlio Perillo
2024-02-04
compiler: lock incremental dependency tracking behind --debug-incremental
mlugg
2024-02-02
CLI: use dummy http client when bootstrapping
Andrew Kelley
2024-02-02
zig build: avoid using stdout for communication with runner
Andrew Kelley
2024-02-02
CLI: implement 'zig build' lazy dependency fetching
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-02-02
CLI: add --host-target, --host-cpu, and --host-dynamic-linker
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-02-01
std: change return type of `wasiCwd`
Veikka Tuominen
2024-02-01
std: make options a struct instance instead of a namespace
Veikka Tuominen
2024-01-26
Merge pull request #18654 from mlugg/incremental-the-second
Andrew Kelley
2024-01-24
macho: forward parsed -compatibility_version to the linker
Jakub Konka
2024-01-24
test/link/macho: test -r mode
Jakub Konka
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-20
Merge pull request #18622 from ziglang/zig-mod-edge-case
Andrew Kelley
2024-01-19
zig cc: expose clang precompiled C header support
Xavier Bouchoux
2024-01-19
CLI: introduce -M; deprecate --mod
Andrew Kelley
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-09
Add support for `--(no-)undefined-version`
dhash
2024-01-01
CLI: introduce global -I args for C include paths
Andrew Kelley
[next]