index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
debug.zig
Age
Commit message (
Expand
)
Author
2020-01-08
Pointer alignment fixes for the stdlib
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-16
use -fsanitize=undefined for C code in safe build modes
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
windows-specific fixes
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
Merge pull request #3808 from LemonBoy/i386-for-ya
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-30
linux-i386 support
LemonBoy
2019-11-29
fix windows std lib regressions
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
std: refactor std/debug.zig DwarfInfo operations to be methods
daurnimator
2019-11-25
Merge branch 'wasi-run-tests' of https://github.com/fengb/zig into fengb-wasi...
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
add std.fs.Dir.openRead
Andrew Kelley
2019-11-19
Work around WASI's nonexistent @returnAddress()
Benjamin Feng
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-06
std.json.Value: added dumpStream(), utilize WriteStream for dump()
Sebastian Keller
2019-11-04
Make the `leb` module available to non-std code
LemonBoy
2019-10-30
DragonFlyBSD support
Tse
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-13
Fix stack iteration stop condition
LemonBoy
2019-10-13
Fix fp-based backtracing on RISC-V
LemonBoy
2019-10-08
generated docs contain generic instantiations and comptime calls
Andrew Kelley
2019-10-01
Correct signal bits for MIPS
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley