aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Cache/DepTokenizer.zig
AgeCommit message (Collapse)Author
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
The majority of these are in comments, some in doc comments which might affect the generated documentation, and a few in parameter names - nothing that should be breaking, however.
2023-02-13move the cache system from compiler to std libAndrew Kelley