aboutsummaryrefslogtreecommitdiff
path: root/src/Package.zig
AgeCommit message (Expand)Author
2023-06-03fix missing insertion of module to all_modules on first downloadDraagrenKirneh
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24Improve Content-Disposition filename detection (#15844)DraagrenKirneh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-18Only add build.zig module dependencies oncemlugg
2023-05-18Deduplicate uses of the same package across dependenciesmlugg
2023-05-15Package: support gitlab tarball urlsTravis Staloch
2023-05-13Improve error handling on dependency download (#15661)DraagrenKirneh
2023-05-13add application/tar+gzip unblocking sr.ht packagesSimon A. Nielsen Knights
2023-05-03Change compression detection to use content-type instead of the url endingDraagrenKirneh
2023-04-26std.http: do -> wait, fix redirectsNameless
2023-04-18std.http: pass Method to request directly, parse trailing headersNameless
2023-04-17std.http: curate some Server errors, fix reading chunked bodiesNameless
2023-04-17std.http: add HeadersNameless
2023-04-08update package manager to use req.do(), fix chunked trailer readingNameless
2023-03-15std.zig.ErrorBundle: rework binary encodingAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-03-15extract ThreadPool and WaitGroup from compiler to std libAndrew Kelley
2023-03-09Add ability to import dependencies from build.zigantlilja
2023-03-05fix package redeclaration when cache is not foundjiacai2050
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