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-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
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
CLI: fix compilation on Windows
Andrew Kelley
2024-01-01
frontend: make dll_export_fns=false on non-windows
Andrew Kelley
2024-01-01
zig build: reintroduce --prominent-compile-errors
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
frontend: remove deprecated field from Compilation
Andrew Kelley
2024-01-01
CLI: fix logic for zig test error message
Andrew Kelley
2024-01-01
Compilation.Config.resolve: explicit error set
Andrew Kelley
2024-01-01
CLI: update main usage text
Andrew Kelley
2024-01-01
CLI: fix logic for sending output file path
Andrew Kelley
2024-01-01
CLI: fix not respecting module remappings
Andrew Kelley
2024-01-01
zig build: fix logic for extracting executable file from Compilation
Andrew Kelley
2024-01-01
zig build: pass resolved_target to Module.create
Andrew Kelley
2024-01-01
CLI: rename clang_argv to cc_argv
Andrew Kelley
2024-01-01
CLI: better error messages for bad args
Andrew Kelley
2024-01-01
CLI: fix regressed logic for any_dyn_libs
Andrew Kelley
2024-01-01
CLI: mark any_dyn_libs=true when encountering a shared object
Andrew Kelley
2024-01-01
fix compilations without zig compilation units
Andrew Kelley
2024-01-01
frontend: fix handling of special builtin module
Andrew Kelley
2024-01-01
fix --show-builtin when no positional argument is provided
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update bin_file.options references in Sema
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
[next]