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
2023-04-11
CLI: remove --enable-cache option
Andrew Kelley
2023-04-08
zig cc: handle the -r flag
Andrew Kelley
2023-04-07
zig cc: complete the -wrap flag implementation
Andrew Kelley
2023-04-07
add linker -wrap flag
Zach Cheung
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-26
main: recognize --dynamicbase
kcbanner
2023-03-25
coff: change dynamicbase to default to true (to match lld), change it to pass...
kcbanner
2023-03-18
darwin: put posix spawn constants in POSIX_SPAWN struct
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
macho: add hot-code swapping poc
Jakub Konka
2023-03-18
delete `--prominent-compile-errors` from help
square
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
CLI: remove the experimental --watch flag
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
2023-03-15
CLI: fix ast-check printing ZIR errors twice
Andrew Kelley
2023-03-15
std.Build.RunStep: add maxrss, duration, and cached status
Andrew Kelley
2023-03-15
stage2: avoid bloat when using -Donly-c
Andrew Kelley
2023-03-15
stage2: avoid networking when generating zig2.c
Andrew Kelley
2023-03-15
stage2: avoid linux-only APIs on other operating systems
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-03-15
fix zig fmt crash
Andrew Kelley
2023-03-15
fix std.Build.TranslateCStep
Andrew Kelley
2023-03-15
multiplex compiler progress messages into the build runner
Andrew Kelley
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
integrate the build runner and the compiler server
Andrew Kelley
2023-03-15
std.zig.ErrorBundle: rework binary encoding
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-15
stage2: hot code swapping PoC
Andrew Kelley
2023-03-15
zig build: add a -j<N> option for limiting concurrency
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-03-09
Add ability to import dependencies from build.zig
antlilja
2023-03-06
std.os: Allow write functions to return INVAL errors
jim price
2023-03-01
packages: avoid creating multiple modules with same build.zig
Andrew Kelley
2023-03-01
Add --build-runner `zig build` option (#14742)
Auguste Rame
2023-02-21
Implement new module CLI
mlugg
2023-02-20
Linker: -z<arg> should be equivalent to -z <arg> (#14680)
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-16
[all linkers] fail hard on unsupported flags
Motiejus Jakštys
2023-02-16
CLI: detect linker color diagnostics flags
Andrew Kelley
2023-02-16
[linker] ignore --sort-common
Motiejus Jakštys
2023-02-16
[elf linker] add --sort-section
Motiejus Jakštys
2023-02-16
CLI: remove option from usage text since it doesn't work
Andrew Kelley
2023-02-16
[linker] add --no-undefined, -z undefs
Motiejus Jakštys
2023-02-13
Merge pull request #14571 from ziglang/more-build-zig
Andrew Kelley
2023-02-13
Add -ferror-tracing and -fno-error-tracing compile options
AdamGoertz
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
[next]