aboutsummaryrefslogtreecommitdiff
path: root/src/Package.zig
AgeCommit message (Expand)Author
2023-03-01packages: avoid creating multiple modules with same build.zigAndrew Kelley
2023-02-25fix package hashes on WindowsAndrew Kelley
2023-02-22Close files in hashFileFallibleKen Kochis
2023-02-21Implement new module CLImlugg
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley
2023-02-01zig build: use multihash for the hash fieldAndrew Kelley
2023-02-01zig build: add executable bit and file path to package hashAndrew Kelley
2023-01-24support xz compressed tarballs in the package managerAndrew Kelley
2023-01-22Package: store package name directlymlugg
2023-01-11Package: handle Windows PathAlreadyExists error codeAndrew Kelley
2023-01-11use local cache dir for dependencies-listing packageAndrew Kelley
2023-01-11zig build: support dependenciesAndrew Kelley
2023-01-11Package: complete the package-fetching logicAndrew Kelley
2023-01-11package manager: compute hash, move tmp dir into global cacheAndrew Kelley
2023-01-11compiler: add package manager skeletonAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-09-29stage2: enable building compiler_rt when using LLVM backendAndrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-17stage2: get rid of NameHashAndrew Kelley
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-04-08stage2: revert to only has_decl and export ZIR supportAndrew Kelley
2021-04-08stage2: add support for start.zigTimon Kruiper
2021-04-08stage2: add support for root pkgTimon Kruiper
2020-12-17stage2: free Package resourcesIsaac Freund
2020-09-22stage2: implement --pkg-begin and --pkg-end CLI argsAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley