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 2026-01-06 21:43:25 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test/cases
History
Andrew Kelley e5fd8efcb6 clean up test directory
2016-09-27 00:09:43 -04:00
..
namespace_depends_on_compile_var
clean up test directory
2016-09-27 00:09:43 -04:00
pub_enum
clean up test directory
2016-09-27 00:09:43 -04:00
const_slice_child.zig
fix compiler crash involving slice with const slice child
2016-09-15 14:09:08 -04:00
enum_to_int.zig
add ability to explicitly cast enum with no payload to int
2016-08-29 22:14:10 -07:00
enum_with_members.zig
enums support member functions
2016-09-23 15:18:02 -04:00
max_value_type.zig
maxValue and minValue builtins return number literal
2016-09-05 23:19:13 -04:00
maybe_return.zig
implement null as a literal type
2016-08-29 22:14:09 -07:00
return_type_type.zig
implement ?return expression
2016-08-29 22:14:09 -07:00
sizeof_and_typeof.zig
std: conform to style guidelines
2016-08-16 22:42:50 -07:00
struct_contains_slice_of_itself.zig
ability to have struct to have a field which is slice of itself
2016-09-25 13:39:46 -04:00
switch_prong_err_enum.zig
stack trace is able to figure out compilation unit
2016-09-23 02:00:23 -04:00
switch_prong_implicit_cast.zig
fix error when switch prong has implicit cast
2016-09-20 16:10:34 -04:00
this.zig
add this keyword refers to thing in immediate scope
2016-09-26 23:47:30 -04:00
var_params.zig
ability to infer parameter types
2016-09-08 00:24:48 -04:00
zeroes.zig
add zeroes value
2016-08-08 20:43:38 -07:00