aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2020-01-08Pointer alignment fixes for the stdlibLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-20sentinel slicing improvementsAndrew Kelley
2019-12-16use -fsanitize=undefined for C code in safe build modesAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08windows-specific fixesAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30Merge pull request #3808 from LemonBoy/i386-for-yaAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30linux-i386 supportLemonBoy
2019-11-29fix windows std lib regressionsAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
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