aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Cache.zig
AgeCommit message (Expand)Author
2025-11-25Merge pull request #26037 from ziglang/build-runner-std.IoAndrew Kelley
2025-11-24Merge pull request #25993 from squeek502/windows-pathsRyan Liptak
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-21Teach fs.path about the wonderful world of Windows pathsRyan Liptak
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std.Io: bring back Timestamp but also keep Clock.TimestampAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29WIP: hack at std.Io on a planeAndrew Kelley
2025-09-24std.Build.Cache: clarify parameter is sub path, not basenameAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
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