COMMITS
/ lib/std/Build/Cache.zig July 16, 2025
A
fix memory leak
Alex Kladov committed
July 11, 2025
A
std.Io.Reader.appendRemaining: add missing assert
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
P
lib/std/Build/Cache.zig: remove .wasi SkipZigTest checks
Pat Tullmann committed
July 10, 2025
A
std.Build.Cache: remove debugging remnants
Andrew Kelley committed
July 1, 2025
A
std.io.Reader: fix appendRemaining
Andrew Kelley committed
A
std.Build.Cache: write manifest without heap allocating
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
May 15, 2025
M
std.Build.Cache: change contract of `addFilePostContents`
mlugg committed
April 24, 2025
M
std.Build.Cache: fix several bugs
mlugg committed
February 2, 2025
M
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny committed
December 11, 2024
A
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley committed
A
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley committed
November 23, 2024
A
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen committed
October 30, 2024
A
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen committed
October 16, 2024
A
rework linker inputs
Andrew Kelley committed
October 12, 2024
A
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley committed
October 10, 2024
A
link: fix false positive crtbegin/crtend detection
Andrew Kelley committed
August 28, 2024
M
August 17, 2024
R
fix various issues related to Path handling in the compiler and std
Robin Voetter committed
July 25, 2024
A
add sub-compilation cache inputs to parents in whole mode
Andrew Kelley committed
July 12, 2024
A
frontend: add file system inputs for incremental cache mode
Andrew Kelley committed
July 11, 2024
A
integrate Compile steps with file watching
Andrew Kelley committed
July 10, 2024
A
introduce std.Build.Cache.Manifest.addFilePath
Andrew Kelley committed
July 4, 2024
A
std.Build.Cache: add binToHex function
Andrew Kelley committed
June 6, 2024
May 13, 2024
J
Build.Step.Run: fix cache management when there are side effects
Jacob Young committed
May 3, 2024
R
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak committed
March 23, 2024
J
Build.Cache: fix UAF during `unhit`
Jacob Young committed
March 22, 2024
A
std.Build.Cache: bump manifest_file_size_max to 100M
Andrew Kelley committed
A
std.Build.Cache: use an array hash map for files
Andrew Kelley committed
March 21, 2024
A
move Package.Path to std.Build.Cache.Path
Andrew Kelley committed
A
extract std.Build.Cache.Directory into separate file
Andrew Kelley committed
March 1, 2024
B
objcopy: support multiple only sections
binarycraft007 committed
February 14, 2024
R
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak committed
February 4, 2024
J
Cache: fix logic for retrying cache hits
Jacob Young committed
January 3, 2024
A
Merge pull request #18262 from ziglang/fix-18259
Andrew Kelley committed
December 10, 2023
A
WIP: move many global settings to become per-Module
Andrew Kelley committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
December 11, 2023
L
std.Build.Cache: add HexDigest type
Loris Cro committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 23, 2023
J
x86_64: implement 128-bit builtins
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
October 8, 2023
A
Package.Fetch: fix handling of relative paths
Andrew Kelley committed
A
finish hooking up new dependency tree logic
Andrew Kelley committed
October 7, 2023
A
get `zig fetch` working with the new system
Andrew Kelley committed
August 19, 2023
R
Cache: Fix findPrefix when paths are slightly out of the ordinary
Ryan Liptak committed
August 12, 2023
S
std.Build: add support for deps .d file in Step.Run
Sahnvour committed