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-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
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
[next]