aboutsummaryrefslogtreecommitdiff
path: root/src/IncrementalDebugServer.zig
AgeCommit message (Expand)Author
6 dayscompiler: replace thread pool with `std.Io`Matthew Lugg
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-08-28compiler: update to not use GenericWriterAndrew Kelley
2025-07-14std.net: update to new I/O APIAndrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-06-06x86_64: fix switch dispatch bugJacob Young
2025-05-25compiler: introduce incremental debug servermlugg