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
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-02-28
update tests to new Target API
Andrew Kelley
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-01
avoid trying to translate microsoft's stdio.h inline functions
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
update tests to new format API
Andrew Kelley
2019-12-03
exported main must be pub
Vexu
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-11
stop accepting deprecated `use` keyword
Andrew Kelley
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-08-19
std/fmt.zig: Pass full options struct to all internal functions
Marc Tiehuis
2019-06-21
breaking: Add positional, precision and width support to std.fmt
Marc Tiehuis
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
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
[next]