| .. |
|
bench
|
…
|
|
|
inout
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
|
local
|
…
|
|
|
modules
|
…
|
|
|
prod
|
…
|
|
|
project_with_c_code
|
vmod: add v.mod parser
|
2020-05-18 14:35:28 +02:00 |
|
project_with_modules_having_submodules
|
…
|
|
|
repl
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
|
valgrind
|
cgen: generalize _vcleanup of array/string consts + valgrind with tcc
|
2020-05-25 10:24:19 +03:00 |
|
array_equality_test.v
|
…
|
|
|
array_init_test.v
|
cgen: fix array_init of struct error
|
2020-05-25 04:45:16 +02:00 |
|
array_slice_clone_test.v
|
builtin: array: fix slice cloning
|
2020-05-27 14:07:03 +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
|
move compiler tests from compiler/ to v/
|
2020-03-27 18:01:46 +01:00 |
|
backtrace_test.v
|
…
|
|
|
blank_ident_test.v
|
…
|
|
|
complex_assign_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +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_array_field_test.v
|
checker: fix appending an .enum_val to a struct field of []Enum
|
2020-05-25 21:48:43 +03:00 |
|
enum_bitfield_test.v
|
…
|
|
|
enum_default_value_in_struct_test.v
|
…
|
|
|
enum_hex_test.v
|
…
|
|
|
enum_test.v
|
…
|
|
|
fixed_array_init_test.v
|
…
|
|
|
fixed_array_test.v
|
…
|
|
|
fixed_array_to_string_test.v
|
…
|
|
|
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
|
all: re-apply C++ support
|
2020-05-18 21:38:06 +02:00 |
|
fn_variadic_test.v
|
…
|
|
|
for_loops_test.v
|
cgen: simplify for in range
|
2020-05-14 22:22:32 +02:00 |
|
generics_test.v
|
generics: fix method calls
|
2020-05-28 05:58:19 +02:00 |
|
goto_test.v
|
cgen: fix a goto error
|
2020-05-11 23:49:08 +02:00 |
|
if_expression_test.v
|
gen: if expressions with multiple statements
|
2020-05-14 17:15:25 +02:00 |
|
in_expression_test.v
|
…
|
|
|
interface_test.v
|
cgen: handle `is` for interfaces
|
2020-05-14 16:56:45 +02:00 |
|
interfaces_map_test.v
|
parser: check `(mut f Foo)` syntax
|
2020-05-17 13:51:18 +02:00 |
|
live_test.v
|
live: fix -live compilation && make live_test.v not swallow segfault errors
|
2020-05-28 03:21:49 +03:00 |
|
local_test.v
|
…
|
|
|
map_to_string_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
|
match_expression_for_types_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
|
match_test.v
|
…
|
|
|
module_test.v
|
all: unify const names to snake_case
|
2020-05-22 17:36:09 +02:00 |
|
multiple_assign_test.v
|
cgen: fix swap assign of prefix and postfix expr
|
2020-05-28 02:22:09 +03:00 |
|
multiret_with_ptrtype_test.v
|
…
|
|
|
mut_test.v
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
|
nameof_test.v
|
…
|
|
|
nested_map_test.v
|
…
|
|
|
num_lit_call_method_test.v
|
checker: restrict numeric promotions to cases where no data is lost
|
2020-05-27 05:42:48 +02:00 |
|
operator_overloading_with_string_interpolation_test.v
|
…
|
|
|
option_default_values_test.v
|
gen: fix nested `or`
|
2020-05-21 22:35:43 +02:00 |
|
option_if_assign_and_fallthrough_test.v
|
…
|
|
|
option_print_errors_test.v
|
…
|
|
|
option_test.v
|
compiler: propagate optional
|
2020-05-23 08:51:15 +02:00 |
|
pointers_str_test.v
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
|
pointers_test.v
|
os: minor fixes
|
2020-05-22 06:21:11 +02:00 |
|
print_test.v
|
…
|
|
|
prod_test.v
|
…
|
|
|
repeated_multiret_values_test.v
|
…
|
|
|
return_voidptr_test.v
|
…
|
|
|
reusable_mut_multiret_values_test.v
|
…
|
|
|
shift_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
|
short_struct_param_syntax_test.v
|
…
|
|
|
static_arrays_using_const_for_size_test.v
|
…
|
|
|
str_gen_test.v
|
…
|
|
|
string_interpolation_array_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02: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
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
|
string_interpolation_test.v
|
all: fix struct names error
|
2020-05-27 19:12:34 +03:00 |
|
string_interpolation_variadic_test.v
|
…
|
|
|
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: dereference in one place and fix
|
2020-05-13 01:01:34 +02:00 |
|
sumtype_calls_test.v
|
test: fix alias type errors and type_test.v
|
2020-05-19 15:04:51 +03:00 |
|
type_alias_str_method_override_test.v
|
test: fix alias type errors and type_test.v
|
2020-05-19 15:04:51 +03:00 |
|
type_alias_test.v
|
…
|
|
|
typeof_simple_types_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
|
typeof_test.v
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
|
vargs_auto_str_method_and_println_test.v
|
gen: fix autogenerated print methods for vargs
|
2020-05-24 15:05:19 +03:00 |
|
vmod_parser_test.v
|
vmod: add v.mod parser
|
2020-05-18 14:35:28 +02:00 |
|
voidptr_to_u64_cast_a_test.v
|
…
|
|
|
voidptr_to_u64_cast_b_test.v
|
…
|
|
|
working_with_an_empty_struct_test.v
|
…
|
|