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-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
2024-05-27
zig build: lock stderr while executing the build runner
Andrew Kelley
2024-05-27
main: avoid creating multiple std.Progress instances
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-11
`zig fetch`: resolve branch/tag names to commit SHA (#19941)
Christofer Nolander
2024-05-10
Revert "Merge pull request #19349 from nolanderc/save-commit"
Andrew Kelley
2024-05-10
Merge pull request #19349 from nolanderc/save-commit
Andrew Kelley
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
add a debug subcommand for printing LLVM integer type alignment
Andrew Kelley
2024-05-08
add detect-cpu subcommand for debugging CPU features
Andrew Kelley
2024-05-03
introduce std.process.raiseFileDescriptorLimit
Andrew Kelley
2024-05-03
add std.Thread.Pool.spawnWg
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-18
std.Build: revert --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2024-04-06
fix number of arguments preallocation in zig jit subcommand
Josh Wolfe
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-27
mingw: support -municode
Elaine Gibson
2024-03-22
Merge pull request #19388 from ziglang/cache-dedup
Andrew Kelley
2024-03-21
move Package.Path to std.Build.Cache.Path
Andrew Kelley
2024-03-21
main: set subsystem version from target windows version
Elaine Gibson
2024-03-21
`zig fetch`: resolve ref to commit by default
Christofer Nolander
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
compiler: fix wrong detection of rlimit
Andrew Kelley
[prev]
[next]