aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Cache.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-30cache: handle 0-length prefix paths in findPrefixResolvedkcbanner
2023-05-25std.fs.file: Rename File.Lock enum values to snake caseLinus Groh
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-11Cache: fix unnecessary cache missesJacob Young
2023-05-11Cache: fix race conditionJacob Young
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Improvements to docs and textzooster
2023-04-18Cache: fix multi-process race condition on macOSAndrew Kelley
2023-04-12Zir: implement explicit block_comptime instructionmlugg
2023-03-15std.Build.Cache: make unit tests not depend on cwdAndrew Kelley
2023-03-15std.Build.Cache: handle ENOENT on createFile raceAndrew Kelley
2023-03-15std.Build.Cache: handle ENOENT on createFile raceAndrew Kelley
2023-03-15std.Build.Cache.Directory: add a format() methodAndrew Kelley
2023-03-03std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returnedAli Chraghi
2023-02-13std.Build.Cache: remove debug log statementsAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley