Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-31 02:23:22 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Tadeo Kondrak 96a151d4b8
Skip @Type/@typeInfo Fn/BoundFn tests on wasm32/wasm64
2020-10-01 18:01:40 -06:00
..
src
std lib API deprecations for the upcoming 0.6.0 release
2020-03-30 14:23:22 -04:00
stage1
Skip @Type/@typeInfo Fn/BoundFn tests on wasm32/wasm64
2020-10-01 18:01:40 -06:00
stage2
fix regressed stage2 test harness
2020-09-21 21:14:01 -07:00
standalone
disallow extern variables with initializers
2020-08-20 11:35:33 +03:00
assemble_and_link.zig
update std lib to new Target API
2020-02-28 14:51:54 -05:00
cli.zig
fix the cli test expected string to support native path separators
2020-09-30 01:31:08 -04:00
compare_output.zig
test & docs fixups to work with new semantics
2020-03-19 09:53:55 -04:00
compile_errors.zig
stage1: Implement @Type for Fn and BoundFn
2020-10-01 18:01:38 -06:00
gen_h.zig
@OpaqueType -> @Type(.Opaque)
2020-04-28 00:02:13 -06:00
run_translated_c.zig
translate_c: fix shadowing on nested blocks
2020-08-31 20:29:57 +03:00
runtime_safety.zig
stage1: add missing runtime safety for @intCast unsigned -> signed of same bit count
2020-07-05 17:58:21 +02:00
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
Revert "Support taking extern pointers at comptime"
2020-07-24 14:06:44 -07:00
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