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
2021-07-20
CLI: add plan9 -ofmt help text
Andrew Kelley
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
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-28
stage2: add `zig ar` subcommand
Andrew Kelley
2021-05-25
Re-enable building the self-hosted compiler for 32-bit targets
joachimschmidt557
2021-05-24
zig fmt: Remove workaround for . and .. path handling on Windows
Ryan Liptak
2021-05-22
stage2: rework astgen command into `zig ast-check`
Andrew Kelley
2021-05-21
wasm: build static archive unless -dynamic specified
Jakub Konka
2021-05-20
wasm: link dynamically by default when targeting wasm
Jakub Konka
2021-05-19
stage2: use c_allocator not raw_c_allocator
Andrew Kelley
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
CLI repl: "run" command handles cross compiled binaries
Andrew Kelley
2021-05-13
stage2: -lunwind is handled specially
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-12
stage2: Drop LLVM's host CPU detection method as fallback
LemonBoy
2021-05-11
stage2: more Decl lifetime fixes
Andrew Kelley
2021-05-07
std: start code increases stack size as appropriate on linux
Andrew Kelley
2021-05-07
stage2: fix stack overflow in `@setEvalBranchQuota` test case
Andrew Kelley
2021-05-07
stage2: implement global variables
Andrew Kelley
2021-05-06
CLI: add an update-and-run cmd and make enter re-run last cmd
Andrew Kelley
2021-05-06
CLI: add 'run' command to the repl
Andrew Kelley
2021-05-05
stage2: add `zig changelist` debug command
Andrew Kelley
[next]