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-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
2021-01-02
Merge pull request #7647 from ziglang/stage2-comptime-fn-call
Andrew Kelley
2021-01-02
fix 7665:
g-w1
2021-01-02
stage2: fix handling compile error in inline fn call
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-02
Fix usage message
Sizhe Zhao
2021-01-02
Detect native iframework dirs on macOS
Jakub Konka
2020-12-29
zig test: release Compilation Cache locks
Andrew Kelley
2020-12-28
fix `zig test` with regards to passing parameters
Andrew Kelley
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-26
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
Implement parsing for multi-arg Clang options.
Alex Cameron
2020-12-23
update depreciated code (#7502)
g-w1
2020-12-23
Merge pull request #7111 from tetsuo-cpp/emit-h
Veikka Tuominen
2020-12-23
Merge pull request #7476 from ifreund/pkgs
Veikka Tuominen
2020-12-23
Make sure emit-h is off by default.
Alex Cameron
2020-12-23
Enable emit-h by default for obj and lib compilation.
Alex Cameron
2020-12-20
use kprotty's ThreadPool implementation (v5)
Andrew Kelley
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-17
stage2: print package path on --pkg-begin failure
Isaac Freund
2020-12-17
stage2: free Package resources
Isaac Freund
2020-12-16
zig cc: default to a.exe on windows
Andrew Kelley
2020-12-13
stage2: link musl dynamically by default if native
Isaac Freund
2020-12-11
stage2: proper file extension stripping
Andrew Kelley
2020-12-10
CLI: improved local cache directory logic
Andrew Kelley
2020-12-10
Added global-cache argument to build system + removed extra args.
antlilja
2020-12-09
CLI: infer --name based on first C source file or object
Andrew Kelley
2020-12-09
Do not keep the build.zig cache manifest file locked.
Timon Kruiper
2020-12-09
Fixes #7352 - ignore zig fmt ignore zig-cache
Lee Cannon
2020-12-08
invoke LLD as a child process rather than a library
Andrew Kelley
2020-12-08
add support for environment variables to control cache directories
Andrew Kelley
2020-12-07
Utilize std.fmt.parseUnsigned in main.zig.
antlilja
2020-12-03
lld+macho: address review comments
Jakub Konka
2020-12-02
lld+macho: rename final artefact in main.zig
Jakub Konka
2020-11-30
build system: pass dyn lib artifacts as positionals
Andrew Kelley
[next]