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-12-23
hello world example can use `const` instead of `var`
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-29
Implemented new more flexible readLineFrom (#1801)
Jimmi Holst Christensen
2018-11-16
delete rogue file
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-18
compiling on mingw is now supported (#1542)
emekoi
2018-09-02
fix regressions
Andrew Kelley
2018-08-25
add workaround on macos for shared libraries
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-06-17
update more tests
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-04-02
std.io.readLine function
Andrew Kelley
2018-03-29
fix examples and rename std.rand.Rand to std.rand.Random
Andrew Kelley
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
[next]