aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Cache.zig
AgeCommit message (Expand)Author
2025-07-16fix memory leakAlex Kladov
2025-07-14std.Io.Reader.appendRemaining: add missing assertAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-09std.Build.Cache: remove debugging remnantsAndrew Kelley
2025-07-07std.io.Reader: fix appendRemainingAndrew Kelley
2025-07-07std.Build.Cache: write manifest without heap allocatingAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-05-18std.Build.Cache: change contract of `addFilePostContents`mlugg
2025-04-27std.Build.Cache: fix several bugsmlugg
2025-03-08lib/std/Build/Cache.zig: remove .wasi SkipZigTest checksPat Tullmann
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2024-12-11std.Build.Cache.hit: work around macOS kernel bugAndrew Kelley
2024-12-10std.Build.Cache.hit: more discipline in error handlingAndrew Kelley
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-23rework linker inputsAndrew Kelley
2024-10-12link.Elf: eliminate an O(N^2) algorithm in flush()Andrew Kelley
2024-10-10link: fix false positive crtbegin/crtend detectionAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-07-24add sub-compilation cache inputs to parents in whole modeAndrew Kelley
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12introduce std.Build.Cache.Manifest.addFilePathAndrew Kelley
2024-07-04std.Build.Cache: add binToHex functionAndrew Kelley
2024-06-06Build system: Support Windows depfiles with unquoted, backslash escaped space...Ben Crist
2024-05-20Build.Step.Run: fix cache management when there are side effectsJacob Young
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-03-24Build.Cache: fix UAF during `unhit`Jacob Young
2024-03-21std.Build.Cache: bump manifest_file_size_max to 100MAndrew Kelley
2024-03-21std.Build.Cache: use an array hash map for filesAndrew Kelley
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-21extract std.Build.Cache.Directory into separate fileAndrew Kelley
2024-03-01objcopy: support multiple only sectionsbinarycraft007
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-04Cache: fix logic for retrying cache hitsJacob Young
2024-01-03Merge pull request #18262 from ziglang/fix-18259Andrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-11std.Build.Cache: add HexDigest typeLoris Cro
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-08-19Cache: Fix findPrefix when paths are slightly out of the ordinaryRyan Liptak
2023-08-13std.Build: add support for deps .d file in Step.RunSahnvour