aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Cache
AgeCommit message (Expand)Author
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-07-19std.zon: update to new I/O APIAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-17Build.Cache.Path: fix `resolvePosix` empty `sub_path`mlugg
2025-03-24DepTokenizer: allow space between target and colonrpkak
2024-10-10std.Build.Cache.Path: fix single-quote escaping formatAndrew Kelley
2024-10-10link: fix false positive crtbegin/crtend detectionAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-07introduce tool for dumping coverage fileAndrew Kelley
2024-07-12std.Build.Cache.Path: fix the format methodAndrew Kelley
2024-07-12std.Build.Cache.Path: fix hash impl on windowsAndrew Kelley
2024-07-12build runner: don't pass a dirfd + null to fanotify_markAndrew Kelley
2024-07-12std.Build.Cache.Path: fix format function for absolute pathsAndrew Kelley
2024-07-12std.Build.Cache.Path: add `subPathOpt` and `TableAdapter`Andrew Kelley
2024-07-12std.Build.Cache.Path: add eql methodAndrew Kelley
2024-07-09std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)Krzysztof Wolicki
2024-07-07std.Build.Cache.Path: fix makeOpenPath signatureKrzysztof Wolicki
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-06Build system: Support Windows depfiles with unquoted, backslash escaped space...Ben Crist
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-21extract std.Build.Cache.Directory into separate fileAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-04-30std: fix a bunch of typosLinus Groh
2023-02-13move the cache system from compiler to std libAndrew Kelley