index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Cache.zig
Age
Commit message (
Expand
)
Author
2025-11-25
Merge pull request #26037 from ziglang/build-runner-std.Io
Andrew Kelley
2025-11-24
Merge pull request #25993 from squeek502/windows-paths
Ryan Liptak
2025-11-24
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley
2025-11-21
Teach fs.path about the wonderful world of Windows paths
Ryan Liptak
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-09-24
std.Build.Cache: clarify parameter is sub path, not basename
Andrew Kelley
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-16
fix memory leak
Alex Kladov
2025-07-14
std.Io.Reader.appendRemaining: add missing assert
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-09
std.Build.Cache: remove debugging remnants
Andrew Kelley
2025-07-07
std.io.Reader: fix appendRemaining
Andrew Kelley
2025-07-07
std.Build.Cache: write manifest without heap allocating
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-05-18
std.Build.Cache: change contract of `addFilePostContents`
mlugg
2025-04-27
std.Build.Cache: fix several bugs
mlugg
2025-03-08
lib/std/Build/Cache.zig: remove .wasi SkipZigTest checks
Pat Tullmann
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-07-24
add sub-compilation cache inputs to parents in whole mode
Andrew Kelley
2024-07-12
frontend: add file system inputs for incremental cache mode
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
introduce std.Build.Cache.Manifest.addFilePath
Andrew Kelley
2024-07-04
std.Build.Cache: add binToHex function
Andrew Kelley
2024-06-06
Build system: Support Windows depfiles with unquoted, backslash escaped space...
Ben Crist
2024-05-20
Build.Step.Run: fix cache management when there are side effects
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-03-24
Build.Cache: fix UAF during `unhit`
Jacob Young
2024-03-21
std.Build.Cache: bump manifest_file_size_max to 100M
Andrew Kelley
2024-03-21
std.Build.Cache: use an array hash map for files
Andrew Kelley
2024-03-21
move Package.Path to std.Build.Cache.Path
Andrew Kelley
2024-03-21
extract std.Build.Cache.Directory into separate file
Andrew Kelley
2024-03-01
objcopy: support multiple only sections
binarycraft007
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-04
Cache: fix logic for retrying cache hits
Jacob Young
2024-01-03
Merge pull request #18262 from ziglang/fix-18259
Andrew Kelley
[next]