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
getAppDataDir
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
std.Io.Threaded-groups-2
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-10-14
implement io.OutStream.openMode for windows
Andrew Kelley
2017-10-14
std.io: remove unused constants
Andrew Kelley
2017-10-10
fix std.io.OutStream.close for windows
Andrew Kelley
2017-10-09
implement std.io.InStream for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-03
fix isatty for macOS and libc (#523)
Snorre
2017-09-10
std.io.InStream: add readLine function (#458)
jean-dao
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
fixups to linux build
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
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-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: support install for zig artifacts
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-20
delete test_artifacts directory when tests complete
Andrew Kelley
2017-04-03
zig build system: add setLinkerScript and setTarget
Andrew Kelley
2017-04-02
zig build system progress
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-09
break off some of std.io into std.fmt, generalize printf
Andrew Kelley
2017-02-28
rename CBuf to Buffer0 and some minor std API changes
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-23
add character format specifier to std.io.OutStream.printf
Andrew Kelley
2017-02-12
printf: only include + sign on signed ints if width specified
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-11
std.io.parseUnsigned buf parameter is const
Andrew Kelley
2017-02-11
fix crash on string literal with character code >= 128
Andrew Kelley
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
[next]