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-04-17
Rename --(no-)allow-shilb-undefined to -f(no-)allow-shilb-undefined
Isaac Freund
2021-04-16
Add --(no-)allow-shlib-undefined to supported zig linking flags
daurnimator
2021-04-15
stage2: properly model miscellaneous failed tasks
Andrew Kelley
2021-04-14
os/posix: handle ECONNRESET for write/writev
lithdew
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
stage2: clean up pretty printing compile errors
Andrew Kelley
2021-04-08
stage2: pretty print compilation errors
jacob gw
2021-04-09
stage2: delete allowing input (and output) zir from the pipeline (#8471)
g-w1
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-06
stage2: do not set clang_passthrough_mode for `zig run`
Andrew Kelley
2021-04-01
zig cc: copy .pdb files from zig-cache/ when appropriate
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-25
zig build: use ZIG_GLOBAL_CACHE_DIR
Michael Dusan
2021-03-20
stage2: fix memory management of ZIR code
Andrew Kelley
2021-03-18
Merge pull request #8282 from kubkon/zld
Jakub Konka
2021-03-18
zld: use zld when linking aarch64 by default and cross-comp
Jakub Konka
2021-03-17
macho: start upstreaming zld
Jakub Konka
2021-03-17
zig fmt: factorize source file reading and decoding
Ersikan
2021-03-17
zig fmt: fix non-UTF-8 encoding #2820
Ersikan
2021-03-14
stage2: Warn when using --debug-log without logging enabled
Ersikan
2021-03-04
zig cc: fix handling of -MM flag
Andrew Kelley
2021-03-04
stage2: support environment variables for verbose options
Andrew Kelley
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-22
render: handle comments ending in EOF
Veikka Tuominen
2021-02-19
stage2: AST: clean up parse errors
Andrew Kelley
2021-02-11
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-11
stage2: start reworking Module/astgen for memory layout changes
Andrew Kelley
2021-02-07
zig cc: recognize the `-s` flag to be "strip"
Andrew Kelley
2021-02-06
Use -isysroot on Catalina too, not just Big Sur
Mitchell Kember
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-01-24
zig cc: recognize more coff linker options
Andrew Kelley
2021-01-23
add LTO support
Andrew Kelley
2021-01-19
zig cc: Support reading input from stdin
Rafael Ristovski
2021-01-19
stage2: -Dlog enables all logging, log scopes can be set at runtime
Andrew Kelley
2021-01-19
SPIR-V: Linking and codegen setup
Robin Voetter
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-09
Merge pull request #7729 from jayschwa/remove-deprecated-stream
Andrew Kelley
2021-01-08
Fix system library path detection on linux
xackus
2021-01-08
stage2: Implicitly enable --eh_frame_hdr when compiling c/c++ files
LemonBoy
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-07
Want native headers when linking with frameworks
Jakub Konka
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-03
stage2: remove the Cache deadlock detection code
Andrew Kelley
2021-01-03
stage2: fix Cache debug deadlock code memory leak
Andrew Kelley
[next]