aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2019-11-25std: refactor std/debug.zig DwarfInfo operations to be methodsdaurnimator
2019-11-25Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...Andrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21add std.fs.Dir.openReadAndrew Kelley
2019-11-19Work around WASI's nonexistent @returnAddress()Benjamin Feng
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-06std.json.Value: added dumpStream(), utilize WriteStream for dump()Sebastian Keller
2019-11-04Make the `leb` module available to non-std codeLemonBoy
2019-10-30DragonFlyBSD supportTse
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-13Fix stack iteration stop conditionLemonBoy
2019-10-13Fix fp-based backtracing on RISC-VLemonBoy
2019-10-08generated docs contain generic instantiations and comptime callsAndrew Kelley
2019-10-01Correct signal bits for MIPSLemonBoy
2019-09-25mv std/ lib/Andrew Kelley