aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Manifest.zig
AgeCommit message (Expand)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-02-26rename "nonce" to "fingerprint"Andrew Kelley
2025-02-26bump package id component to 32 bitsAndrew Kelley
2025-02-26switch from "id" to "nonce"Andrew Kelley
2025-02-26introduce package id and redo hash format againAndrew Kelley
2025-02-26Package.Manifest: enforce maximum version string length of 32Andrew Kelley
2025-02-26Package.Manifest: enforce name limit of 32Andrew Kelley
2025-02-26require package names to be valid zig identifiersAndrew Kelley
2025-02-26Package: new hash formatAndrew Kelley
2024-09-24fetch: fix mutating unrelated fields when saving (#19816)Krzysztof Wolicki
2024-07-31std.zig.tokenizer: simplifyAndrew Kelley
2024-07-20add std.fmt.hexAndrew Kelley
2024-06-12More precise error message for unencodable `\u` escapesRyan Liptak
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley
2023-11-26add Package.Manifest.copyErrorsIntoBundleAndrew Kelley
2023-10-18Package.Manifest: fix bitrotted unit testsAndrew Kelley
2023-10-18Package.Manifest: add minimum_zig_version fieldDraagrenKirneh
2023-10-12Package.Manifest: fix error message for pathsAndrew Kelley
2023-10-08Package.Fetch: apply inclusion rules from build.zig.zonAndrew Kelley
2023-10-08Package.Fetch: tighten up check for path outside rootAndrew Kelley
2023-10-08move some package management related source files aroundAndrew Kelley