zig/lib/std/Build
Andrew Kelley 2e12b45d8b introduce tool for dumping coverage file
with debug info resolved.

begin efforts of providing `std.debug.Info`, a cross-platform
abstraction for loading debug information into an in-memory format that
supports queries such as "what is the source location of this virtual
memory address?"

Unlike `std.debug.SelfInfo`, this API does not assume the debug
information in question happens to match the host CPU architecture, OS,
or other target properties.
2024-08-07 00:48:32 -07:00
..
Cache introduce tool for dumping coverage file 2024-08-07 00:48:32 -07:00
Step introduce a web interface for fuzzing 2024-08-07 00:48:32 -07:00
Cache.zig add sub-compilation cache inputs to parents in whole mode 2024-07-24 19:40:54 -07:00
Fuzz.zig fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
Module.zig add the build system API for enabling fuzzing 2024-07-22 13:07:02 -07:00
Step.zig introduce a web interface for fuzzing 2024-08-07 00:48:32 -07:00
Watch.zig Watch.zig: add initial windows implementation 2024-07-27 11:32:43 -04:00