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
2020-10-16
zig fmt: write modified files to stdout not stderr
Isaac Freund
2020-10-16
trivial refactor to remove redundant function call
Andrew Kelley
2020-10-16
Allow linking with dynamic libraries in main CLI
Jakub Konka
2020-10-15
adjust error message of zig run with no args
Andrew Kelley
2020-10-15
friendly error message for zig run with no args
g-w1
2020-10-15
fixups
Andrew Kelley
2020-10-15
stage2: use execve where available for zig test and zig run
g-w1
2020-10-14
Merge pull request #6669 from ifreund/color-fixes
Andrew Kelley
2020-10-14
add .tbd to usage text
Andrew Kelley
2020-10-14
stage2: support ZIG_LIBC env var and detect self as system C compiler
Andrew Kelley
2020-10-13
stage2: use meta.stringToEnum for Color parsing
Isaac Freund
2020-10-07
notice more kinds of optimization flags and debug flags
xavier
2020-10-07
fixups for the previous commit
Andrew Kelley
2020-10-06
Fix building the zig compiler for 32-bit targets
Timon Kruiper
2020-10-06
stage2: Fix arg processing for zig run
LemonBoy
2020-10-04
fix each-lib-rpath functionality
Andrew Kelley
2020-10-04
add --image-base support
Andrew Kelley
2020-10-04
Merge pull request #6295 from Vexu/stage2
Andrew Kelley
2020-10-03
`zig run foo.c` is perfectly valid
Andrew Kelley
2020-10-03
fix alignment in CLI usage text
Andrew Kelley
2020-10-02
Print error when running `zig test/run` without a source file
Timon Kruiper
2020-10-01
Resolved additional formatting issues.
Nathan
2020-10-01
Resolve name and format issues.
Nathan
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-09-30
stage2: use directory handles for imports
Vexu
2020-09-30
MachO: add the same workaround for no -r LLD flag support
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-29
add CLI options for darwin frameworks and -ffunction-sections
Andrew Kelley
2020-09-29
stage2: add CLI option for -fstack-report
Andrew Kelley
2020-09-28
`zig test` and `zig run` do not try to run foreign binaries
Andrew Kelley
2020-09-26
stage2: add CLI support for --subsystem
Andrew Kelley
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-26
stage2: `zig translate-c` supports --enable-cache
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-25
stage2: properly handle zig cc used as a preprocessor
Andrew Kelley
2020-09-25
stage2: disable lld caching when output dir is owned by user
Andrew Kelley
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-24
--main-pkg-path properly resolves the relative root src file path
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-23
stage2: print the test command after it fails
Andrew Kelley
2020-09-23
nobody likes my std.process.cleanExit idea
Andrew Kelley
2020-09-23
use ascii range for the --watch REPL prompt
Andrew Kelley
2020-09-23
stage2: support rpaths
Andrew Kelley
2020-09-23
stage2: support passing extra C flags to C source files
Andrew Kelley
2020-09-23
stage2: implement --main-pkg-path
Andrew Kelley
2020-09-22
stage2: implement --pkg-begin and --pkg-end CLI args
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
2020-09-22
stage2: implement using the global cache dir
Andrew Kelley
2020-09-21
stage2: implement `zig init-lib` and `zig init-exe`
Andrew Kelley
[next]