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
/
Manifest.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
2025-02-26
bump package id component to 32 bits
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-26
Package.Manifest: enforce maximum version string length of 32
Andrew Kelley
2025-02-26
Package.Manifest: enforce name limit of 32
Andrew Kelley
2025-02-26
require package names to be valid zig identifiers
Andrew Kelley
2025-02-26
Package: new hash format
Andrew Kelley
2024-09-24
fetch: fix mutating unrelated fields when saving (#19816)
Krzysztof Wolicki
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-06-12
More precise error message for unencodable `\u` escapes
Ryan Liptak
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2023-11-26
add Package.Manifest.copyErrorsIntoBundle
Andrew Kelley
2023-10-18
Package.Manifest: fix bitrotted unit tests
Andrew Kelley
2023-10-18
Package.Manifest: add minimum_zig_version field
DraagrenKirneh
2023-10-12
Package.Manifest: fix error message for paths
Andrew Kelley
2023-10-08
Package.Fetch: apply inclusion rules from build.zig.zon
Andrew Kelley
2023-10-08
Package.Fetch: tighten up check for path outside root
Andrew Kelley
2023-10-08
move some package management related source files around
Andrew Kelley