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
/
src
/
Cache.zig
Age
Commit message (
Expand
)
Author
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-03
stage2: remove the Cache deadlock detection code
Andrew Kelley
2021-01-03
stage2: fix Cache debug deadlock code memory leak
Andrew Kelley
2021-01-03
stage2: enable building test-stage2 with LLVM backend enabled
Timon Kruiper
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-28
stage2: better error message for root zig source file not found
Andrew Kelley
2020-12-26
stage2: Cache deadlock debugging only for safe build modes
Andrew Kelley
2020-12-25
stage2: Cache: fix resource management of the deadlock debug code
Andrew Kelley
2020-12-25
stage2: Cache: add debug deadlock detection code
Andrew Kelley
2020-12-11
stage2: detect redundant C/C++ source files
Andrew Kelley
2020-12-01
stage2: add -femit-foo=bar args to the cache hash
Andrew Kelley
2020-10-23
When checking a cache hit, make sure to handle a (re)moved source file
Timon Kruiper
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-09
fixups to previous commit
Andrew Kelley
2020-09-28
stage2: fix Cache not calling ftruncate in writeManifest
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley