v/vlib/compiler/tests
Alexander Medvednikov 4de8d3ae8c parser: short struct syntax for all structs 2020-02-18 16:25:09 +01:00
..
bench
local compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
modules
prod
project_with_c_code @VMODULE relative paths in #flag lines 2020-02-06 17:38:35 +01:00
repl filepath: path separator (#3756) 2020-02-17 20:31:23 +01:00
array_to_string_test.v repl: execute REPL tests ~1.5x to 2x faster 2020-01-20 23:04:26 +01:00
asm_test.v
attribute_test.v compiler: attribute test - fix typo in function name 2020-02-01 18:59:34 +11:00
backtrace_test.v
comptime_bittness_and_endianess_test.v
const_test.v
cstrings_test.v
defer_test.v
enum_bitfield_test.v
enum_hex_test.v
enum_test.v parser: resolve optional enum type 2020-01-31 16:00:31 +01:00
fixed_array_test.v
fn_expecting_ref_but_returning_struct_test.v
fn_expecting_ref_but_returning_struct_time_module_test.v
fn_multiple_returns_test.v
fn_test.v
fn_variadic_test.v
generic_test.v
if_expression_test.v
in_expression_test.v
interface_test.v
local_test.v
match_test.v
module_test.v compiler: fix module alias resolution 2020-01-23 21:07:53 +01:00
msvc_test.v
multiret_with_ptrtype_test.v
mut_test.v
nameof_test.v compiler: add very simple nameof token to get type name as string 2020-02-05 06:12:33 +01:00
option_test.v compiler: make optionals work with multi return 2020-02-02 02:53:23 +01:00
pointers_test.v
print_test.v
prod_test.v
repeated_multiret_values_test.v
return_voidptr_test.v
reusable_mut_multiret_values_test.v
shift_test.v
str_gen_test.v
string_interpolation_test.v repl: execute REPL tests ~1.5x to 2x faster 2020-01-20 23:04:26 +01:00
struct_chained_fields_correct_test.v repl: execute REPL tests ~1.5x to 2x faster 2020-01-20 23:04:26 +01:00
struct_test.v parser: short struct syntax for all structs 2020-02-18 16:25:09 +01:00
type_alias_test.v
type_test.v
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v