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
2022-12-06
cache: Fix LockViolation during C compilation paths (#13591)
Casey Banner
2022-11-22
CLI: resolve zig lib directory before using it
Andrew Kelley
2022-11-22
Cache: introduce prefixes to manifests
Andrew Kelley
2022-10-30
re-apply "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-04-22
Revert "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
2022-04-22
Fix C include files not being in `whole` cache (#11365)
Tom Read Cutting
2022-04-18
stage2: Only bypass `flock` on WASI
Cody Tapscott
2022-04-18
stage2: Bypass file locks in src/Cache.zig for WASI targets
Cody Tapscott
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-02
stage2: add `@import` and `@embedFile` to CacheHash
Andrew Kelley
2021-12-09
Cache: use mutex to protect recent_problematic_timestamp
Andrew Kelley
2021-12-09
Cache: fix data race with is_problematic_timestamp
Andrew Kelley
2021-12-09
Cache: improvements to previous commit
Andrew Kelley
2021-12-09
Cache: fix two issues with isProblematicTimestamp
Travis Martin
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-24
Cache: add debug log statement
Andrew Kelley
2021-11-20
stage2: default dynamic libraries to be linked as needed
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-06-29
std: implement a cross platform file locking abstraction
Andrew Kelley
2021-06-29
stage2: Cache system handles shared objects
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-12
translate-c: Ensure extra_cflags are passed to clang
Evan Haas
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-03-01
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
LemonBoy
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