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-25 07:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Vexu fd2f034e31
fix comptime comparisons of different sized floats
2020-07-21 22:29:15 +03:00
..
src
std lib API deprecations for the upcoming 0.6.0 release
2020-03-30 14:23:22 -04:00
stage1
fix comptime comparisons of different sized floats
2020-07-21 22:29:15 +03:00
stage2
stage2: ability for ZIR to map multiple tags to the same type
2020-07-21 12:13:15 -07:00
standalone
Use writer in benchmarks
2020-06-25 19:07:25 -04:00
assemble_and_link.zig
update std lib to new Target API
2020-02-28 14:51:54 -05:00
cli.zig
Add 'no changes' test to zig fmt cli test
2020-06-20 22:21:23 -07:00
compare_output.zig
test & docs fixups to work with new semantics
2020-03-19 09:53:55 -04:00
compile_errors.zig
fix floatCast type check regression
2020-07-18 10:22:15 +03:00
gen_h.zig
@OpaqueType -> @Type(.Opaque)
2020-04-28 00:02:13 -06:00
run_translated_c.zig
Translate-c fix rhs not cast on array access
2020-07-02 14:05:12 +00: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 docs/tests for async/extern fn removal
2020-05-05 10:31:32 -06:00
standalone.zig
Enable the test standalone/global_linkage
2020-05-16 02:05:55 +09:00
tests.zig
add behavior tests fro macro translations
2020-07-16 17:10:52 +03:00
translate_c.zig
translate-c: support initializer list expr macros
2020-07-16 16:20:47 +03:00