aboutsummaryrefslogtreecommitdiff
path: root/test/compare_output.zig
AgeCommit message (Expand)Author
2022-07-24std: compile error on invalid testing allocator usageAli Chraghi
2022-07-20CI: increase stage3 test coverageAndrew Kelley
2022-01-30Full response file (*.rsp) supportPhaseMage
2021-12-21Change `ArgIterator.next()` return typeominitay
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-10-24std.log: simplify to 4 distinct log levelsIsaac Freund
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-06-24Expose mechanism to convert log level to textJonathan Marler
2021-06-23fix unused parameters in compare_output test casesAndrew Kelley
2021-06-09Add a logging allocator that uses std.log (#8511)Lee Cannon
2021-06-09Provide method to set logging level per scope (#8584)Lee Cannon
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02Fix more stray uses of {} for formatting stringsLemonBoy
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