COMMITS
/ lib/std/Build/Cache.zig November 25, 2025
A
Merge pull request #26037 from ziglang/build-runner-std.Io
Andrew Kelley committed
November 24, 2025
R
Merge pull request #25993 from squeek502/windows-paths
Ryan Liptak committed
A
build runner: update Mutex and Condition usage to std.Io
Andrew Kelley committed
October 28, 2025
R
Teach fs.path about the wonderful world of Windows paths
Ryan Liptak committed
November 20, 2025
B
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk committed
November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
October 9, 2025
A
std.Io: implement dirStatPath
Andrew Kelley committed
A
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley committed
October 8, 2025
A
std: updating to std.Io interface
Andrew Kelley committed
October 3, 2025
A
WIP: hack at std.Io on a plane
Andrew Kelley committed
August 12, 2025
A
std.Build.Cache: clarify parameter is sub path, not basename
Andrew Kelley committed
August 30, 2025
A
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
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