zig/test
Andrew Kelley b6556c944b fix another round of regressions in this branch
* std.log: still print error messages in ReleaseSmall builds.
   - when start code gets an error code from main, it uses std.log.err
     to report the error. this resulted in a test failure because
     ReleaseSmall wasn't printing `error: TheErrorCode` when an error
     was returned from main. But that seems like it should keep working.
     So I changed the std.log defaults. I plan to follow this up with a
     proposal to change the names of and reduce the quantity of the
     log levels.
 * warning emitted when using -femit-h when using stage1 backend; fatal
   log message when using -femit-h with self-hosted backend (because the
   feature is not yet available)
 * fix double `test-cli` build steps in zig's build.zig
 * update docgen to use new CLI
 * translate-c uses `-x c` and generates a temporary basename with a
   `.h` extension. Otherwise clang reports an error.
 * --show-builtin implies -fno-emit-bin
 * restore the compile error for using an extern "c" function without
   putting -lc on the build line. we have to know about the libc
   dependency up front.
 * Fix ReleaseFast and ReleaseSmall getting swapped when passing the
   value to the stage1 backend.
 * correct the zig0 CLI usage text.
 * update test harness code to the new CLI.
2020-09-26 21:03:38 -07:00
..
src
stage1 stage1: Fix edge case in casting between optional types 2020-09-18 22:12:22 -04:00
stage2 fix regressed stage2 test harness 2020-09-21 21:14:01 -07:00
standalone
assemble_and_link.zig
cli.zig stage2: implement -fno-emit-bin 2020-09-26 12:42:07 -07:00
compare_output.zig
compile_errors.zig fix another round of regressions in this branch 2020-09-26 21:03:38 -07:00
gen_h.zig
run_translated_c.zig
runtime_safety.zig
stack_traces.zig update the stack trace test case for lines added to start.zig 2020-09-10 14:40:33 -07:00
standalone.zig
tests.zig fix another round of regressions in this branch 2020-09-26 21:03:38 -07:00
translate_c.zig translate-c: check for builtin typedef macro identifiers 2020-09-09 16:29:16 +03:00