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
2024-08-21
translate-c: populate file system inputs on error
mlugg
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-17
compiler: use incremental cache mode with -fincremental
mlugg
2024-08-08
Compilation: Mark .c++ files as having C++ extension
sin-ack
2024-08-07
Merge pull request #20512 from aikawayataro/add-v-linker-arg
Andrew Kelley
2024-08-02
main: Give a more helpful message when we have a minimum glibc version.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-26
remove deprecated --mod CLI now that a zig1.wasm update happened
Andrew Kelley
2024-07-25
main: Don't pass `--seed` for `zig run`.
Alex Rønne Petersen
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
Merge pull request #20783 from ziglang/cache-fix
Andrew Kelley
2024-07-25
main: avoid sending an empty file system inputs message
Jacob Young
2024-07-24
CLI: better error message when build runner cannot be spawned
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-23
zig ld: handle -V linker arg
Aikawa Yataro
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-22
add more tracy hooks
Jakub Konka
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-16
Merge pull request #20632 from jacobly0/codegen-thread
Jacob Young
2024-07-16
InternPool: reduce max tid width by one bit
Jacob Young
2024-07-15
frontend server: serveUpdateResults fix
Andrew Kelley
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-13
Merge pull request #20620 from kcbanner/fixup_msvc_bootstrap
Andrew Kelley
2024-07-13
Fix handling of `--save-exact=name` in fetch
Krzysztof Wolicki
2024-07-13
Compile: Pass the default --zig-lib-dir along to child processes
kcbanner
2024-07-13
Args including and after `--` get passed to build runner directly
Krzysztof Wolicki
2024-07-12
zig build: add a --debug-target CLI flag
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
delete dead CLI usage code from main.zig
Andrew Kelley
2024-07-07
InternPool: implement and use thread-safe list for extra and limbs
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-06
zig ld: handle -v linker arg
Aikawa Yataro
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-20
Merge pull request #20299 from mlugg/the-great-decl-split
Matthew Lugg
2024-06-20
Parse WASM linker flags as base 10, like clang
Alex Ambrose
2024-06-19
add error message for `-fno-llvm` `-flld`
David Rubin
2024-06-15
Sema: eliminate Block.src_decl
mlugg
2024-06-02
Replace YES_COLOR with CLICOLOR_FORCE
Carl Åstholm
2024-06-02
zig run: finish progress node before executing child
Andrew Kelley
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-27
CLI: actually fix translate-c creating root progress node twice
Andrew Kelley
2024-05-27
zig build: respect --color argument
Andrew Kelley
2024-05-27
fix zig translate-c creating root progress node twice
Andrew Kelley
2024-05-27
CLI: add missing call to root progress node end()
Andrew Kelley
2024-05-27
zig build: give a root progress name
Andrew Kelley
[next]