zig/test
Andrew Kelley 5619ce2406 Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Conflicts:
 * doc/langref.html.in
 * lib/std/enums.zig
 * lib/std/fmt.zig
 * lib/std/hash/auto_hash.zig
 * lib/std/math.zig
 * lib/std/mem.zig
 * lib/std/meta.zig
 * test/behavior/alignof.zig
 * test/behavior/bitcast.zig
 * test/behavior/bugs/1421.zig
 * test/behavior/cast.zig
 * test/behavior/ptrcast.zig
 * test/behavior/type_info.zig
 * test/behavior/vector.zig

Master branch added `try` to a bunch of testing function calls, and some
lines also had changed how to refer to the native architecture and other
`@import("builtin")` stuff.
2021-05-08 14:45:21 -07:00
..
behavior Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
src tests: Use {s} instead of {} when formatting strings 2021-01-02 17:12:57 -07:00
stage1/c_abi Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-08 14:45:21 -07:00
stage2 stage2: fix struct inits not getting fields resolved 2021-05-07 22:16:15 -07:00
standalone update usage of std.testing in behavior and standalone tests 2021-05-08 15:15:30 +03:00
assemble_and_link.zig
behavior.zig move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
cli.zig update usage of std.testing in behavior and standalone tests 2021-05-08 15:15:30 +03:00
compare_output.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08:00
compile_errors.zig update usage of std.testing in behavior and standalone tests 2021-05-08 15:15:30 +03:00
gen_h.zig run zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
run_translated_c.zig translate-c: group LHS of array access if necessary 2021-04-20 11:33:01 +03:00
runtime_safety.zig stage1: Require a block after suspend 2021-04-24 10:25:43 +02:00
stack_traces.zig update usage of std.testing in behavior and standalone tests 2021-05-08 15:15:30 +03:00
standalone.zig Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00
tests.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-04-24 10:44:41 -07:00
translate_c.zig translate-c: Fix casting of function pointers 2021-04-25 16:50:41 +02:00