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
juice
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
std.Io.Threaded-groups-2
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
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
zig cc: support -S and -emit-llvm CLI parameters
Andrew Kelley
2021-09-07
Fix libc file to check against compilation target instead of native (#9670)
Martin Wickham
2021-09-04
link: Recognize -z origin|noexecstack|now|relro linker args.
Alex Rønne Petersen
2021-09-01
std.os reorg: more fixes caught by CI
Andrew Kelley
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-21
Fix args when calling clang::ASTUnit::LoadFromCommandLine.
Tamas Kenez
2021-08-10
Try audodetecting sysroot when building Darwin on Darwin
Jakub Konka
2021-08-10
macho: add basic support for building iOS binaries
Jakub Konka
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-08-01
fix help for ast-check command
Žiga Željko
2021-07-27
Add option to hide build command on compilation error to build_runner (#8513)
Lee Cannon
2021-07-26
Use -isysroot on Mojave too
fn ⌃ ⌥
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-22
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-21
remove 'pe' object format
Andrew Kelley
2021-07-20
CLI: add plan9 -ofmt help text
Andrew Kelley
2021-07-15
zld: error out if LTO is requested targeting Darwin
Jakub Konka
2021-07-15
zld: decommision use_lld for MachO
Jakub Konka
2021-07-08
Add support for NO_COLOR
Martin Wickham
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-07-02
stage2: print valid filename in error messages
J.C. Moyer
2021-07-01
Add context to fatal OpenErrors
Christopher Smyth
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-29
Remove mention of lldMachO from the project
Jakub Konka
2021-06-25
stage2: add --sysroot link option
Isaac Freund
2021-06-24
Classify .m as ObjC, compile using clang and link with zld
Jakub Konka
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-20
fmt: make --ast-check work with --stdin
Jacob G-W
2021-06-17
Merge pull request #9117 from greenfork/unify-compiler-error-printing
Andrew Kelley
2021-06-17
zig cc: improve linker args parsing
Vincent Rischmann
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-06-14
Rename printErrMsgToFile->printErrMsgToStdErr and remove `file` argument
Dmitry Matveyev
2021-06-14
Rewrite printErrMsgToFile to use Message struct from Compilation
Dmitry Matveyev
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-11
better awareness of unwind tables
Andrew Kelley
2021-06-10
Print path on libc/libc-path fatal error
AODQ
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2021-06-09
cc,wasi: use wasi_libc.CRTFile directly instead of WasiExecModel
Jakub Konka
2021-06-09
cc,wasi: support WASI reactors via -mexec-model flag.
Takeshi Yoneda
2021-06-09
cc,wasi: store CRTFile enum in wasi_emulated_libs
Jakub Konka
2021-06-09
cc,wasi: build referenced-only emulated components
Jakub Konka
[next]