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.zig
Age
Commit message (
Expand
)
Author
2023-03-01
packages: avoid creating multiple modules with same build.zig
Andrew Kelley
2023-02-25
fix package hashes on Windows
Andrew Kelley
2023-02-22
Close files in hashFileFallible
Ken Kochis
2023-02-21
Implement new module CLI
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2023-02-01
zig build: use multihash for the hash field
Andrew Kelley
2023-02-01
zig build: add executable bit and file path to package hash
Andrew Kelley
2023-01-24
support xz compressed tarballs in the package manager
Andrew Kelley
2023-01-22
Package: store package name directly
mlugg
2023-01-11
Package: handle Windows PathAlreadyExists error code
Andrew Kelley
2023-01-11
use local cache dir for dependencies-listing package
Andrew Kelley
2023-01-11
zig build: support dependencies
Andrew Kelley
2023-01-11
Package: complete the package-fetching logic
Andrew Kelley
2023-01-11
package manager: compute hash, move tmp dir into global cache
Andrew Kelley
2023-01-11
compiler: add package manager skeleton
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-09-29
stage2: enable building compiler_rt when using LLVM backend
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-08
stage2: add support for root pkg
Timon Kruiper
2020-12-17
stage2: free Package resources
Isaac Freund
2020-09-22
stage2: implement --pkg-begin and --pkg-end CLI args
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley