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
/
std
/
debug.zig
Age
Commit message (
Expand
)
Author
2017-02-28
rename CBuf to Buffer0 and some minor std API changes
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-06
improved behavior on debug safety crash
Andrew Kelley
2017-02-02
add try expression
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
2017-01-23
mem.free no longer requires explicit type argument
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
implement error when assigning to field of const struct
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-21
update more std library to new zig
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-09-23
stack trace is able to figure out compilation unit
Andrew Kelley
2016-09-21
fix incorrect linking from previous commit
Andrew Kelley
2016-09-20
fix error when switch prong has implicit cast
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-08-31
fix std io input to work for non seekable fds
Andrew Kelley
2016-08-29
implement null as a literal type
Andrew Kelley
2016-08-29
std: more progress toward stack printing
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: replace print_u64/i64 with printInt
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-11
add CBuf to standard library
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley