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-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
2020-11-30
Disallow absolute paths passed as system libraries
Alexandros Naskos
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-30
Added bundle-compiler-rt flag
Alexandros Naskos
2020-11-29
CLI: add missing usage help text
Andrew Kelley
2020-11-27
restore sonames by default when using zig cli
Andrew Kelley
2020-11-27
stage2 elf: refactor override_soname to soname
Jakub Konka
2020-11-26
stage2 macho: rename inodes to prevent SIGKILL
Jakub Konka
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-19
stage2: Make zig cc more verbose (#7166)
LemonBoy
2020-11-18
add std.heap.raw_c_allocator
Andrew Kelley
2020-11-18
make help in commands more consistent
Vexu
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-17
cli: make -h, --help consistent in usage text and parsing
Andrew Kelley
2020-11-17
Merge pull request #7032 from GuoxinYin/master
Alexandros Naskos
2020-11-11
main: clean up the error message for missing positional args
Andrew Kelley
2020-11-11
Add error for missing positional arguments in zig build-*
g-w1
2020-11-09
main: updateModule returns an error when there are any compile errors
Andrew Kelley
2020-11-09
fix issue 6798
Guoxin Yin
2020-11-09
fix issue 6798
Guoxin Yin
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
[next]