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
2018-02-11
fix exported variable not named in the object file
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-11-20
move base64 functions into structs
Josh Wolfe
2017-11-20
rework std.base64 api
Josh Wolfe
2017-11-10
fix test failures
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-11
implement command line argument parsing for windows
Andrew Kelley
2017-10-01
support linking against MSVC libc
Andrew Kelley
2017-10-01
update hello world examples
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-05-31
change std.rand.Rand.rangeUnsigned to std.rand.Rand.range
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-04-30
fix regression from previous commit
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-21
remove `?return` and `?defer`
Andrew Kelley
2017-04-21
add example which exercises addObject in the zig build system
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-18
std.rand API follows idiomatic convention for init
Andrew Kelley
2017-04-04
API for command line args
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-03-09
break off some of std.io into std.fmt, generalize printf
Andrew Kelley
2017-02-26
fix examples
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-06
improved behavior on debug safety crash
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-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
[next]