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
2023-03-01
packages: avoid creating multiple modules with same build.zig
Andrew Kelley
2023-03-01
Add --build-runner `zig build` option (#14742)
Auguste Rame
2023-02-21
Implement new module CLI
mlugg
2023-02-20
Linker: -z<arg> should be equivalent to -z <arg> (#14680)
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-16
[all linkers] fail hard on unsupported flags
Motiejus Jakštys
2023-02-16
CLI: detect linker color diagnostics flags
Andrew Kelley
2023-02-16
[linker] ignore --sort-common
Motiejus Jakštys
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-16
CLI: remove option from usage text since it doesn't work
Andrew Kelley
2023-02-16
[linker] add --no-undefined, -z undefs
Motiejus Jakštys
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-13
zig fmt: additionally format .zon files
Ali Chraghi
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2023-02-03
introduce ZON: Zig Object Notation
Andrew Kelley
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-23
Merge pull request #13670 from mlugg/fix/astgen-ambiguous-package
Veikka Tuominen
2023-01-23
std.os.windows: add possible error NETNAME_DELETED of ReadFile
Jan Philipp Hafer
2023-01-22
Package: store package name directly
mlugg
2023-01-17
std.http.Client: default to lazy root cert scanning
Andrew Kelley
2023-01-13
zig run/cc: recognize "-x language"
Motiejus Jakštys
2023-01-11
use local cache dir for dependencies-listing package
Andrew Kelley
2023-01-11
zig build: support dependencies
Andrew Kelley
2023-01-11
Package: complete the package-fetching logic
Andrew Kelley
2023-01-11
disable package manager code when bootstrapping
Andrew Kelley
2023-01-11
compiler: add package manager skeleton
Andrew Kelley
2023-01-06
Implement some more environment functions for WASI.
Brendan Burns
2023-01-05
Merge pull request #14210 from Vexu/compile-errors
Andrew Kelley
2023-01-05
ELF linker: support common-page-size and max-page-size lld opts
Frank Denis
2023-01-05
Merge pull request #13514 from kcbanner/windows_build_fixes
Andrew Kelley
2023-01-05
resolve some TODOs
Veikka Tuominen
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-04
windows: fixes to support using zig cc/c++ with CMake on Windows
kcbanner
2023-01-04
windows: supporting changes for boostrapping via msvc
kcbanner
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-29
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
Andrew Kelley
2022-12-27
Handle -undefined error when passed as linker arg
Jeremy Volkman
2022-12-27
Add support for -undefined error
Jeremy Volkman
2022-12-25
WebAssembly: do not link with --allow-undefined unconditionally
Frank Denis
2022-12-18
Add missing clang opts: -install_name and -undefined
Jakub Konka
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
2022-12-14
Sema: display cimport errors from clang
Veikka Tuominen
2022-12-13
add `zig objcopy` subcommand
Andrew Kelley
2022-12-07
Merge pull request #13799 from ziglang/close-stage1-issues
Andrew Kelley
2022-12-06
cache: Fix LockViolation during C compilation paths (#13591)
Casey Banner
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
Merge pull request #13560 from ziglang/wasi-bootstrap
Andrew Kelley
2022-12-06
CLI: quality of life enhancement for windows CBE behavior tests
Andrew Kelley
[next]