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
/
Package
Age
Commit message (
Expand
)
Author
2023-10-08
dependencies.zig: omit deps without hashes
Andrew Kelley
2023-10-08
std.tar: fix creation of symlinks with omit_empty_directories
Andrew Kelley
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
finish implementing the auto-generated dependencies.zig module
Andrew Kelley
2023-10-08
fix detection of build.zig file inside packages
Andrew Kelley
2023-10-08
package fetching: generate dependencies.zig file
Andrew Kelley
2023-10-08
fix recursive package fetching logic
Andrew Kelley
2023-10-08
fix inverted logic for allowing/disallowing paths field
Andrew Kelley
2023-10-08
fix Fetch.JobQueue.consolidateErrors
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
require inclusion directives in root manifest but not deps
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-08
rework package manager
Andrew Kelley
2023-10-02
introduce the 'zig fetch' command + symlink support
Andrew Kelley
2023-10-02
compiler: extract package hashing logic to separate file
Andrew Kelley
[prev]