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
/
example
/
cat
/
main.zig
Age
Commit message (
Expand
)
Author
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-04-04
API for command line args
Andrew Kelley
2017-02-26
fix examples
Andrew Kelley
2017-01-24
update cat example code
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
2017-01-23
various fixes
Andrew Kelley
2017-01-05
pass cannot assign to constant test
Andrew Kelley
2016-09-05
rename errName builtin to errorName
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-04-24
cat example: fix not flushing stderr
Andrew Kelley
2016-04-18
rearrange standard library a bit
Andrew Kelley
2016-04-09
fix cat example by flushing stdout at end
Andrew Kelley
2016-04-08
update cat example, refactor std
Andrew Kelley
2016-02-09
if statements can be const expr evaluated
Andrew Kelley
2016-02-06
simple unconditional defer support
Andrew Kelley
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
compiler enforces checking for error
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-23
various small cleanups
Andrew Kelley
2016-01-23
main returns %void
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-18
revise plan for cat example
Andrew Kelley
2016-01-16
fix cat example
Andrew Kelley
2016-01-16
proposed cat example implementation
Andrew Kelley
2016-01-16
better main symbol prototype
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley