zig/lib
Andrew Kelley 517cfb0dd1 fuzzing: progress towards web UI
* libfuzzer: close file after mmap
* fuzzer/main.js: connect with EventSource and debug dump the messages.
  currently this prints how many fuzzer runs have been attempted to
  console.log.
* extract some `std.debug.Info` logic into `std.debug.Coverage`.
  Prepares for consolidation across multiple different executables which
  share source files, and makes it possible to send all the
  PC/SourceLocation mapping data with 4 memcpy'd arrays.
* std.Build.Fuzz:
  - spawn a thread to watch the message queue and signal event
    subscribers.
  - track coverage map data
  - respond to /events URL with EventSource messages on a timer
2024-08-07 00:48:32 -07:00
..
compiler fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
compiler_rt std.Target: Remove sparcel architecture tag. 2024-07-30 06:30:25 +02:00
docs fuzzer: share zig to html rendering with autodocs 2024-08-07 00:48:32 -07:00
fuzzer fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
include update C language headers to LLVM 18 2024-05-08 19:37:28 -07:00
init Fix typo in init files. 2024-07-26 14:33:59 -07:00
libc glibc: update abilists file 2024-08-05 09:53:37 -07:00
libcxx update libcxx and libcxxabi to llvm 18.1.6 2024-05-20 16:12:36 -04:00
libcxxabi update libcxx and libcxxabi to llvm 18.1.6 2024-05-20 16:12:36 -04:00
libunwind libunwind: update to LLVM 18 2024-05-08 19:37:29 -07:00
std fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
tsan tsan: update rtl files to LLVM 17.0.6 2024-01-10 01:00:37 -07:00
c.zig Merge pull request #20389 from alexrp/riscv32 2024-07-29 16:13:35 -07:00
compiler_rt.zig stage2-wasm: bit_reverse 2024-06-16 11:53:33 +02:00
fuzzer.zig fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
zig.h zig.h: fixup pointer atomic load definitions 2024-07-26 10:42:10 -04:00