aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Fetch.zig
AgeCommit message (Expand)Author
2023-10-08finish implementing the auto-generated dependencies.zig moduleAndrew Kelley
2023-10-08fix detection of build.zig file inside packagesAndrew Kelley
2023-10-08package fetching: generate dependencies.zig fileAndrew Kelley
2023-10-08fix recursive package fetching logicAndrew Kelley
2023-10-08fix inverted logic for allowing/disallowing paths fieldAndrew Kelley
2023-10-08fix Fetch.JobQueue.consolidateErrorsAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08require inclusion directives in root manifest but not depsAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-08rework package managerAndrew Kelley