zig/lib/std/Build
Andrew Kelley 728ce2d7c1 tweaks to --build-id
* build.zig: the result of b.option() can be assigned directly in many
   cases thanks to the return type being an optional
 * std.Build: make the build system aware of the
   std.Build.Step.Compile.BuildId type when used as an option.
   - remove extraneous newlines in error logs
 * simplify caching logic
 * simplify hexstring parsing tests and use a doc test
 * simplify hashing logic. don't use an optional when the `none` tag
   already provides this meaning.
 * CLI: fix incorrect linker arg parsing
2023-05-16 20:39:01 -07:00
..
Cache convert s[start..start+len] to s[start..][0..len] 2023-05-07 15:55:21 +10:00
Step tweaks to --build-id 2023-05-16 20:39:01 -07:00
Cache.zig tweaks to --build-id 2023-05-16 20:39:01 -07:00
Step.zig std.Build: use Step.* instead of *Step 2023-05-03 20:55:29 -07:00