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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-30
cache: handle 0-length prefix paths in findPrefixResolved
kcbanner
2023-05-25
std.fs.file: Rename File.Lock enum values to snake case
Linus Groh
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-11
Cache: fix unnecessary cache misses
Jacob Young
2023-05-11
Cache: fix race condition
Jacob Young
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-18
Cache: fix multi-process race condition on macOS
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-03-15
std.Build.Cache: make unit tests not depend on cwd
Andrew Kelley
2023-03-15
std.Build.Cache: handle ENOENT on createFile race
Andrew Kelley
2023-03-15
std.Build.Cache: handle ENOENT on createFile race
Andrew Kelley
2023-03-15
std.Build.Cache.Directory: add a format() method
Andrew Kelley
2023-03-03
std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returned
Ali Chraghi
2023-02-13
std.Build.Cache: remove debug log statements
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley