aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
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ć
2024-04-03fetch: remove one openDir in runResourceIgor Anić
2024-04-03fetch: save syscall, and add commentIgor Anić
2024-04-03fetch: find package root only for archivesIgor Anić
2024-04-03fix typoIgor Anić
2024-04-03package manager: don't strip components in tarIgor Anić
2024-04-03fetch: fix failing testIgor Anić
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-18`zig fetch`: resolve branch/tag names to commit SHAChristofer Nolander