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
2022-07-24
std: compile error on invalid testing allocator usage
Ali Chraghi
2022-07-20
CI: increase stage3 test coverage
Andrew Kelley
2022-01-30
Full response file (*.rsp) support
PhaseMage
2021-12-21
Change `ArgIterator.next()` return type
ominitay
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-10-24
std.log: simplify to 4 distinct log levels
Isaac Freund
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-06-24
Expose mechanism to convert log level to text
Jonathan Marler
2021-06-23
fix unused parameters in compare_output test cases
Andrew Kelley
2021-06-09
Add a logging allocator that uses std.log (#8511)
Lee Cannon
2021-06-09
Provide method to set logging level per scope (#8584)
Lee Cannon
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
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
[next]