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
Age
Commit message (
Expand
)
Author
2016-09-05
rename errName builtin to errorName
Andrew Kelley
2016-09-01
restore shared library functionality
Andrew Kelley
2016-08-31
fix std io input to work for non seekable fds
Andrew Kelley
2016-08-30
fix c hello world example
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-07-26
std: improve rand implementation and API
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-05-13
std: make parsing an unsigned number generic
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-14
update README
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-03-01
rewrite how importing works
Andrew Kelley
2016-02-09
if statements can be const expr evaluated
Andrew Kelley
2016-02-07
add link to tetris example
Andrew Kelley
2016-02-06
std: remove auto flushing of stderr. use printf
Andrew Kelley
2016-02-06
simple unconditional defer support
Andrew Kelley
2016-02-04
move os_get_random_bytes to os.zig
Andrew Kelley
2016-01-27
c_import of stdio.h works for some functions
Andrew Kelley
2016-01-27
remove bogus example code
Andrew Kelley
2016-01-26
different extern syntax and simplify parsing top level decls
Andrew Kelley
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
add the C integer types
Andrew Kelley
2016-01-25
compiler enforces checking for error
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
update std lib to use error type and global variables
Andrew Kelley
2016-01-24
fix parameter access of sret functions
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-23
various small cleanups
Andrew Kelley
2016-01-23
fix hang when returning from while loop
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-20
basic support for switch expression
Andrew Kelley
2016-01-18
use signed integer for sizes of things
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-15
rename "use" to "import"
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-10
cleanup guess number example
Andrew Kelley
2016-01-09
implement pub const
Andrew Kelley
2016-01-08
fix guess number example. now it works
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
[next]