aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
2024-11-19zig fetch: handle redirects for Git packagesIan Johnson
2024-11-13Take eagerness into account when deduplicating dependenciesCarl Åstholm
2024-11-05Compilation: Move no_builtin to Package.Module.Alex Rønne Petersen
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-09-24fetch: fix mutating unrelated fields when saving (#19816)Krzysztof Wolicki
2024-09-12Package.Fetch: add another non-standard Content-Typemlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-06package-manager: add application/x-tar-gz mime typeTravis Staloch
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-31std.zig.tokenizer: simplifyAndrew Kelley
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-04Zcu: extract permanent state from FileAndrew Kelley
2024-07-03use unreachable keyword for unreachable code pathIgor Anić
2024-07-03std.tar: add strip components error to diagnosticsIgor Anić
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-12More precise error message for unencodable `\u` escapesRyan Liptak
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-11`zig fetch`: resolve branch/tag names to commit SHA (#19941)Christofer Nolander
2024-05-10Revert "Merge pull request #19349 from nolanderc/save-commit"Andrew Kelley
2024-05-10Merge pull request #19349 from nolanderc/save-commitAndrew Kelley
2024-05-03add std.Thread.Pool.spawnWgAndrew Kelley
2024-05-03add std.zip and support zip files in build.zig.zonJonathan Marler
2024-04-11fetch: combine unpack error validation in a single functionIgor Anić
2024-04-10Uri: propagate per-component encodingJacob Young
2024-04-09fetch: use arena allocator for diagnostic/UnpackResultIgor Anić
2024-04-09fetch: add executable bit testIgor Anić
2024-04-09fetch: refactor package root in errorsIgor Anić
2024-04-09fetch: save test casesIgor Anić
2024-04-09fetch: use empty string instead of null for root_dirIgor Anić
2024-04-09fetch: remove root_dir from error messagesIgor Anić
2024-04-09fetch: fix test tarballIgor Anić
2024-04-09fetch: remove test with mount and net dependenciesIgor Anić
2024-04-09fix zig fmtIgor Anić
2024-04-09add commentsIgor Anić
2024-04-09fetch: add pathological packages testIgor Anić
2024-04-09fetch.git: collect file create diagnostic errorsIgor Anić
2024-04-09fetch: update commentsIgor Anić
2024-04-09fetch: remove absolute path from testsIgor Anić
2024-04-09fetch: filter unpack errorsIgor Anić
2024-04-09fetch: return UnpackResult from unpackResourceIgor Anić
2024-04-09tar: store diagnostic errors into UnpackResultIgor Anić
2024-04-09fetch: make failing testIgor Anić
2024-04-07Fix first-time package fetchesIan Johnson
2024-04-06package manager: set executable bitIgor Anić
2024-04-04fetch: fix manifest included paths filteringIgor Anić
2024-04-03fetch: use package root detection pipeToFileSystemIgor Anić
2024-04-03fetch: update commentsIgor Anić