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
2019-03-02
rename std lib files to new convention
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-12
stack traces: support DW_AT_ranges
Andrew Kelley
2017-12-11
self-hosted: test all out of memory conditions
Andrew Kelley
2017-12-11
refactor debug.global_allocator into mem.FixedBufferAllocator
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-15
fix std.io.InStream for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-09-19
Stop debug allocator ever panicking (#492)
Marc Tiehuis
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-27
fixups to linux build
Andrew Kelley
2017-08-26
update for llvm 5.0.0rc1
Andrew Kelley
2017-08-25
unreachable still codegens to unreachable in ReleaseFast test mode
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-08
add ptrToInt builtin, remove usize(ptr) cast
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-01
make debug safety stuff lazy
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-24
update README
Andrew Kelley
2017-04-24
stack traces support compile units with no pc range
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-23
fix check-statement-is-void. add tests
Josh Wolfe
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-03
zig build system: add setLinkerScript and setTarget
Andrew Kelley
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-23
improvements for windows and libc integration
Andrew Kelley
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
[next]