aboutsummaryrefslogtreecommitdiff
path: root/test/compare_output.zig
AgeCommit message (Expand)Author
2020-03-19test & docs fixups to work with new semanticsAndrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-02-28update tests to new Target APIAndrew Kelley
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-01avoid trying to translate microsoft's stdio.h inline functionsAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09update tests to new format APIAndrew Kelley
2019-12-03exported main must be pubVexu
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-11stop accepting deprecated `use` keywordAndrew Kelley
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-08-19std/fmt.zig: Pass full options struct to all internal functionsMarc Tiehuis
2019-06-21breaking: Add positional, precision and width support to std.fmtMarc Tiehuis
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
2019-03-23remove octal and hex floats from the languageAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-06-17update more testsAndrew Kelley
2018-06-17update test casesAndrew Kelley
2018-06-05disallow unknown-length pointer to opaqueAndrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-03-06fix broken tests from previous commitAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-06add higher level arg-parsing API + misc. changesAndrew Kelley
2017-11-07std.io: introduce buffered I/O and change APIAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-15fix compare-output tests on windowsAndrew Kelley
2017-10-11implement command line argument parsing for windowsAndrew Kelley
2017-08-30align syntax: align(4) instead of align 4Andrew Kelley
2017-08-29ptrCast gives compile error for increasing alignmentAndrew Kelley