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
Jimmi Holst Christensen 2e010c60ae Translate C now correctly converts ints, floats, ptrs and enums to bools
* Boolean "and" and "or" should also work with these types.
* This new method also simplifies to output code.
2018-03-08 15:34:00 +01:00
..
cases
fix assertion when taking slice of zero-length array
2018-03-06 17:19:45 -05:00
standalone
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
2018-02-12 02:14:44 -05:00
assemble_and_link.zig
syntax: functions require return type. remove ->
2018-01-25 04:10:11 -05:00
behavior.zig
add optnone noinline to async functions
2018-03-02 13:40:03 -05:00
build_examples.zig
syntax: functions require return type. remove ->
2018-01-25 04:10:11 -05:00
compare_output.zig
fix broken tests from previous commit
2018-03-06 16:46:45 -05:00
compile_errors.zig
add compile error for using @tagName on extern union
2018-03-07 14:35:48 -05:00
gen_h.zig
syntax: functions require return type. remove ->
2018-01-25 04:10:11 -05:00
runtime_safety.zig
error sets: runtime safety for int-to-err and err set cast
2018-02-08 21:54:44 -05:00
tests.zig
std lib: modify allocator idiom
2018-02-09 18:27:50 -05:00
translate_c.zig
Translate C now correctly converts ints, floats, ptrs and enums to bools
2018-03-08 15:34:00 +01:00