.. |
bench
|
…
|
|
inout
|
panic: distinguish between builtin and main modules
|
2020-05-04 14:51:30 +03:00 |
local
|
…
|
|
modules
|
…
|
|
prod
|
…
|
|
project_with_c_code
|
…
|
|
project_with_modules_having_submodules
|
…
|
|
repl
|
vrepl: fix array_init error
|
2020-05-11 07:15:08 +03:00 |
valgrind
|
Revert "tests: valgrind: enable string tests"
|
2020-05-08 16:18:14 +02:00 |
array_equality_test.v
|
…
|
|
array_init_test.v
|
checker: fix array init []type{cap: x.len} error
|
2020-05-04 13:22:09 +02:00 |
array_to_string_test.v
|
cgen: fix []map[string]string.str() error
|
2020-05-05 08:46:19 +03:00 |
asm_test.v
|
…
|
|
attribute_test.v
|
…
|
|
backtrace_test.v
|
…
|
|
blank_ident_test.v
|
…
|
|
complex_assign_test.v
|
checker: handle multireturn fn calls as if/match last expressions
|
2020-05-08 22:49:45 +02:00 |
comptime_bittness_and_endianess_test.v
|
…
|
|
const_embed_test.v
|
…
|
|
const_test.v
|
…
|
|
cstrings_test.v
|
…
|
|
defer_test.v
|
…
|
|
differently_named_structs_test.v
|
…
|
|
enum_bitfield_test.v
|
…
|
|
enum_default_value_in_struct_test.v
|
…
|
|
enum_hex_test.v
|
…
|
|
enum_test.v
|
…
|
|
fixed_array_init_test.v
|
cgen: uniform string output format
|
2020-04-27 14:48:28 +02:00 |
fixed_array_test.v
|
…
|
|
fixed_array_to_string_test.v
|
cgen: uniform string output format
|
2020-04-27 14:48:28 +02:00 |
fn_expecting_ref_but_returning_struct_test.v
|
…
|
|
fn_expecting_ref_but_returning_struct_time_module_test.v
|
…
|
|
fn_high_test.v
|
cgen: optional multiple return values
|
2020-05-07 15:36:04 +02:00 |
fn_multiple_returns_test.v
|
cgen: optional multiple return values
|
2020-05-07 15:36:04 +02:00 |
fn_test.v
|
parser: allow re-assigning fns to variables
|
2020-05-06 20:09:29 +02:00 |
fn_variadic_test.v
|
…
|
|
for_loops_test.v
|
cgen: fix `for char in nums {}`
|
2020-05-04 18:57:33 +03:00 |
generic_test.v
|
all: fix remaining `[]array` warnings
|
2020-04-26 16:25:54 +02:00 |
if_expression_test.v
|
…
|
|
in_expression_test.v
|
all: use `a !in b` instead of `!(a in b)`
|
2020-04-26 06:39:23 +02:00 |
interface_test.v
|
gen: fix interface pointers
|
2020-05-10 21:16:22 +02:00 |
interfaces_map_test.v
|
…
|
|
live_test.v
|
solaris: fix tests
|
2020-05-07 16:19:21 +00:00 |
local_test.v
|
…
|
|
map_to_string_test.v
|
cgen: uniform string output format
|
2020-04-27 14:48:28 +02:00 |
match_expression_for_types_test.v
|
checker: avert if else is unnecessary
|
2020-04-25 21:51:44 +02:00 |
match_test.v
|
…
|
|
module_test.v
|
all: update`import ()` and `[]array`
|
2020-04-26 13:49:31 +02:00 |
multiple_assign_test.v
|
cgen: fix multiple assign error
|
2020-05-11 09:45:11 +03:00 |
multiret_with_ptrtype_test.v
|
…
|
|
mut_test.v
|
…
|
|
nameof_test.v
|
…
|
|
nested_map_test.v
|
parser: do not allow redefinition of fn args
|
2020-04-26 12:01:10 +02:00 |
num_lit_call_method_test.v
|
…
|
|
operator_overloading_with_string_interpolation_test.v
|
…
|
|
option_default_values_test.v
|
…
|
|
option_if_assign_and_fallthrough_test.v
|
…
|
|
option_print_errors_test.v
|
cgen: support for error('abc').str() and printing errors
|
2020-04-24 18:35:33 +03:00 |
option_test.v
|
cgen: fix reassignment of optionals
|
2020-05-10 17:41:33 +02:00 |
pointers_str_test.v
|
…
|
|
pointers_test.v
|
…
|
|
print_test.v
|
…
|
|
prod_test.v
|
all: update`import ()` and `[]array`
|
2020-04-26 13:49:31 +02:00 |
repeated_multiret_values_test.v
|
…
|
|
return_voidptr_test.v
|
…
|
|
reusable_mut_multiret_values_test.v
|
…
|
|
shift_test.v
|
…
|
|
short_struct_param_syntax_test.v
|
…
|
|
static_arrays_using_const_for_size_test.v
|
…
|
|
str_gen_test.v
|
cgen: fix `map` `fixed-array` .str() error
|
2020-04-28 07:22:46 +02:00 |
string_interpolation_array_test.v
|
cgen: fix []map[string]string.str() error
|
2020-05-05 08:46:19 +03:00 |
string_interpolation_of_array_of_structs_test.v
|
cgen: fix auto .str() generation for []&T, and `fn (t &T) str() string{}`
|
2020-05-08 12:48:07 +03:00 |
string_interpolation_struct_test.v
|
cgen: fix struct with map field str() error
|
2020-05-06 09:08:48 +03:00 |
string_interpolation_test.v
|
cgen: fix a sporadic segfault when giving -width in a string interpolation
|
2020-05-09 15:23:37 +03:00 |
string_interpolation_variadic_test.v
|
cgen: uniform string output format
|
2020-04-27 14:48:28 +02:00 |
string_struct_interpolation_test.v
|
…
|
|
struct_chained_fields_correct_test.v
|
…
|
|
struct_test.v
|
parser: fix struct attribute for array struct field
|
2020-05-08 13:09:40 +02:00 |
sum_type_test.v
|
cgen: fix sum type assign/push from in match branch & type mod
|
2020-05-11 16:59:55 +10:00 |
type_alias_test.v
|
…
|
|
type_test.v
|
tests: bring back valgrind test
|
2020-05-03 13:12:05 +02:00 |
typeof_simple_types_test.v
|
…
|
|
typeof_test.v
|
all: update`import ()` and `[]array`
|
2020-04-26 13:49:31 +02:00 |
voidptr_to_u64_cast_a_test.v
|
…
|
|
voidptr_to_u64_cast_b_test.v
|
…
|
|
working_with_an_empty_struct_test.v
|
…
|
|