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
getAppDataDir
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2024-07-15
Merge pull request #20633 from ziglang/long-live-zig
Andrew Kelley
2024-07-15
Sema: disallow casting to opaque
fmaggi
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-14
Merge pull request #20593 from jacobly0/more-races
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
zcu: fixup incorrect pass-by-value of Zcu
kcbanner
2024-07-13
frontend: report correct paths for C objects
Andrew Kelley
2024-07-13
Compilation: restore `saveState`
Jacob Young
2024-07-13
Compilation: introduce work stages for better work distribution
Jacob Young
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
2024-07-13
Builder: fix llvm ir syntax
Jacob Young
2024-07-13
Args including and after `--` get passed to build runner directly
Krzysztof Wolicki
2024-07-12
Merge pull request #20580 from ziglang/watch
Andrew Kelley
2024-07-12
zig build: add a --debug-target CLI flag
Andrew Kelley
2024-07-12
Zcu: allow atomic operations on packed structs
Jacob Young
2024-07-12
Compilation: fix rebase conflict
Andrew Kelley
2024-07-12
frontend: add file system inputs for incremental cache mode
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-10
InternPool: fix optimization assertion failure
Jacob Young
2024-07-10
Compilation: fix leak
Jacob Young
2024-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
InternPool: fix extra mutation races
Jacob Young
2024-07-10
InternPool: make `maps` thread-safe
Jacob Young
2024-07-10
InternPool: make `tracked_insts` thread-safe
Jacob Young
2024-07-10
InternPool: make `files` more thread-safe
Jacob Young
2024-07-10
InternPool: fix undefined decl fully qualified name
Jacob Young
2024-07-10
InternPool: add `FileIndex` to `*File` mapping
Jacob Young
2024-07-10
Air: store param names directly instead of referencing Zir
mlugg
2024-07-10
InternPool: fix race on struct flags
Jacob Young
2024-07-10
InternPool: fix race on `FuncInstance.branch_quota`
Jacob Young
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-09
Merge pull request #20561 from jacobly0/debug-segfaults
Andrew Kelley
2024-07-09
InternPool: implement thread-safe allocated lists
Jacob Young
2024-07-09
Zcu: fix passing exported decls with compile errors to the backend
mlugg
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-07-08
InternPool: fix multi-thread build
Jacob Young
2024-07-07
InternPool: fix dumping of simple types
Jacob Young
2024-07-07
InternPool: start documenting new thread-safe fields
Jacob Young
2024-07-07
bootstrap: fix build
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for extra and limbs
Jacob Young
2024-07-07
InternPool: remove usage of data with simple indices
Jacob Young
2024-07-07
InternPool: temporarily disable multi-threaded behavior
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for items
Jacob Young
2024-07-07
InternPool: implement and use thread-safe list for strings
Jacob Young
2024-07-07
InternPool: replace garbage with an arena
Jacob Young
2024-07-07
InternPool: use thread-safe hash map for strings
Jacob Young
[next]