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-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
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-11
std.Build.Cache: add HexDigest type
Loris Cro
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-08
Package.Fetch: fix handling of relative paths
Andrew Kelley
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-08-19
Cache: Fix findPrefix when paths are slightly out of the ordinary
Ryan Liptak
2023-08-13
std.Build: add support for deps .d file in Step.Run
Sahnvour
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
[next]