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
/
test
/
compare_output.zig
Age
Commit message (
Expand
)
Author
2019-03-23
remove octal and hex floats from the language
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-02
fix regressions
Andrew Kelley
2018-06-17
update more tests
Andrew Kelley
2018-06-17
update test cases
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-03-06
fix broken tests from previous commit
Andrew Kelley
2018-02-10
std.os and std.io API update
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-23
replace %defer with errdefer
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-06
add higher level arg-parsing API + misc. changes
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-15
fix compare-output tests on windows
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-19
convert build examples tests to zig build system
Andrew Kelley