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
/
io.zig
Age
Commit message (
Expand
)
Author
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-02-02
remove ability to mark if and switch as inline
Andrew Kelley
2017-01-31
fix crash when passing void to var args function
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
2017-01-23
update charToDigit to take advantage of switch syntax
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-18
hello.zig working with all structs anonymous
Andrew Kelley
2016-12-18
IR: basic support for implicit casting to const pointer
Andrew Kelley
2016-12-18
IR: update some std code to newest zig
Andrew Kelley
2016-12-17
IR: fix switching on enum
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-23
stack trace is able to figure out compilation unit
Andrew Kelley
2016-09-14
darwin compat fixups
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-10
std: use parameter type inference on min and max functions
Andrew Kelley
2016-09-08
std: avoid calling close twice in InStream
Andrew Kelley
2016-09-05
rename compileErr builtin to compileError
Andrew Kelley
2016-08-31
fix std io input to work for non seekable fds
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-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-07-26
std: add OutStream.write_byte
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-05-15
Add unsigned and signed generic print fns
Travis McDemus
2016-05-13
std: make parsing an unsigned number generic
Andrew Kelley
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-05-08
not-yet-working implementation of generic hash map
Andrew Kelley
2016-04-18
rearrange standard library a bit
Andrew Kelley
2016-04-08
update cat example, refactor std
Andrew Kelley
2016-03-01
rename syscall.zig to linux.zig
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley