aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
2024-03-11Merge pull request #19155 from ianic/tar_max_file_sizeAndrew Kelley
2024-03-11package: remove git fetch zlib lookahead fixIgor Anić
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-11std.tar: fix broken public interfaceIgor Anić
2024-03-07Package.Module: actually set File.path_digest for builtin modulesmlugg
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-25package management: fix regression of printing expected hashAndrew Kelley
2024-02-23fix zstd compilation errors from previous commitAndrew Kelley
2024-02-23std.compress.zstd: remove allocation from DecompressStreamdweiller
2024-02-23git fetching: fix redirect handlingAndrew Kelley
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-02-23std.http: remove the ability to heap-allocate headersAndrew Kelley
2024-02-22return few previous fixesIgor Anić
2024-02-22use BufferedTee in Fetch/git.zigIgor Anić
2024-02-19Package.Fetch: fix Git package fetchingIan Johnson
2024-02-14add deflate implemented from first principlesIgor Anić
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02CLI: implement 'zig build' lazy dependency fetchingAndrew Kelley
2024-02-02build system: implement lazy dependencies, part 1Andrew Kelley
2024-02-02build system: implement --system [dir]Andrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-18std.Uri: change specifier for printing with scheme to semicolon `;`Krzysztof Wolicki
2024-01-15Accepts generic application/x-compressed in package fetchcipharius
2024-01-09 ignore charset and boundary directives in content-type headers when fetching...Joel Gustafson
2024-01-01frontend: fix populateTestFunctions accessing the wrong moduleAndrew Kelley
2024-01-01Package.Module: fix typo in default red-zone settingAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2024-01-01libcxx: update to new Compilation APIAndrew Kelley
2024-01-01update bin_file.options references in SemaAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01compiler: update many references to bin_file.optionsAndrew Kelley
2024-01-01frontend: fix stack protector option logicAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01Compilation: cleanup hashmap usageJacob Young
2023-11-28package fetching: catch relative paths that resolve into cache dirAndrew Kelley
2023-11-26add Package.Manifest.copyErrorsIntoBundleAndrew Kelley
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-11-12Package.Fetch.git: handle optional pkt-line LFIan Johnson
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-24add Fetch support for short compressed tar extTobias Simetsreiter
2023-10-21std.http: rename start->send and request->open to be more inline with operationNameless
2023-10-18Package.Manifest: fix bitrotted unit testsAndrew Kelley
2023-10-18Package.Manifest: add minimum_zig_version fieldDraagrenKirneh
2023-10-17package fetching: support .tar.zst archivesdweiller
2023-10-16zig fetch: add `--debug-hash` argumentAndrew Kelley
2023-10-16Package.Fetch: normalize path separators in symlinksAndrew Kelley