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
Group-Canceled
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
groupAwait
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
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-15
x64: remove verbose_mir functionality
Jakub Konka
2022-05-13
zig fmt: make --exclude ignore missing dirs
Kirk Scheibelhut
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-04
CLI: detect MinGW-flavored static libraries
Andrew Kelley
2022-05-01
zig build: use CacheMode.whole for build_runner.zig
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-19
build system: add -fstage1/-fno-stage1 to `zig build`
Andrew Kelley
2022-04-18
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
Cody Tapscott
2022-04-18
stage2: avoid binary bloat from GeneralPurposeAllocator
Andrew Kelley
2022-04-18
Merge pull request #11024 from topolarity/wasi-stage2
Jakub Konka
2022-04-18
stage2: Initialize WASI preopens on startup
Cody Tapscott
2022-04-18
Support `--subsystem=x` instead of `--subsystem,x`
Wojtek Mach
2022-04-06
zig cc: support --subsystem linker flag
Wojtek Mach
2022-03-25
zig fmt: Add `--exclude` argument to skip dir/file
Cody Tapscott
2022-03-22
Revert "ignore target lib dirs when invoked with -feach-lib-rpath"
Jakub Konka
2022-03-22
ignore target lib dirs when invoked with -feach-lib-rpath
Jan200101
2022-03-22
macho: extend CodeSignature to accept entitlements
Jakub Konka
2022-03-17
Don't strip by default in cc or c++
Steven Fackler
2022-03-05
fix regression in `zig run` runtime arguments
Stephen Gutekanst
2022-03-05
Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""
Stephen Gutekanst
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-02-28
zig cc: special handling of /dev/null
Andrew Kelley
2022-02-24
Revert "Merge pull request #10950 from hexops/sg/responsefiles"
Andrew Kelley
2022-02-23
Merge pull request #10950 from hexops/sg/responsefiles
Jakub Konka
2022-02-23
stage2: make -lgcc_s additionally link libunwind
Andrew Kelley
2022-02-23
wasm: correct shared memory error text
xReveres
2022-02-23
wasm: shared memory checks
xReveres
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-22
zig build: style: remove unnecessary constant bindings
Stephen Gutekanst
2022-02-21
zig build: use a custom iterator for merging args and response file
Stephen Gutekanst
2022-02-21
zig build: use orelse to fetch next argument
Stephen Gutekanst
2022-02-20
enable passing build-[lib|exe|obj] params via @args.rsp file
Stephen Gutekanst
2022-02-20
use process.argsWithAllocator iterator for command line handling
Stephen Gutekanst
2022-02-20
Support -Wl,--soname
Steven Fackler
2022-02-18
Merge pull request #10913 from Vexu/err
Veikka Tuominen
2022-02-17
ci: linux: re-use cmake config for finding LLVM
Andrew Kelley
2022-02-17
CLI: resolve system libs into static libraries
Andrew Kelley
2022-02-17
Revert "reduce build error noise"
Andrew Kelley
2022-02-17
parser: add notes to decl_between_fields error
Veikka Tuominen
2022-02-17
reduce build error noise
Jonathan Marler
2022-02-17
parser: make some errors point to end of previous token
Veikka Tuominen
2022-02-15
zig cc: handle `-l :FILE` syntax
Andrew Kelley
2022-02-13
parser: make missing semicolon error point to the end of the previous token
Veikka Tuominen
2022-02-09
CLI: ignore -lgcc_s when it is redundant with compiler-rt
Andrew Kelley
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
[prev]
[next]