1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests
2019-11-26 09:07:35 +03:00
..
bench
local
prod
repl foo()? test 2019-11-18 12:11:25 +03:00
asm_test.v fix repl tests; change asm syntax a bit 2019-11-18 11:59:13 +03:00
backtrace_test.v MSVC backtrace 2019-11-13 11:05:06 +03:00
comptime_bittness_and_endianess_test.v compiler: add support for $if x32, x64, big_endian, little_endian 2019-11-15 16:14:28 +03:00
const_test.v
defer_test.v
enum_hex_test.v fix hexadecimal constants + freestanding fixes 2019-11-26 06:12:37 +03:00
enum_test.v
fixed_array_test.v
fn_expecting_ref_but_returning_struct_test.v fix tests for tcc, extract failing stuff to separate simpler files to ease debugging 2019-11-11 17:59:59 +03:00
fn_expecting_ref_but_returning_struct_time_module_test.v fix tests for tcc, extract failing stuff to separate simpler files to ease debugging 2019-11-11 17:59:59 +03:00
fn_multiple_returns_test.v
fn_test.v fix tests for tcc, extract failing stuff to separate simpler files to ease debugging 2019-11-11 17:59:59 +03:00
fn_variadic_test.v
generic_test.v compiler: generics - support across modules/files 2019-11-22 08:22:11 +03:00
if_expression_test.v parser: fix if expression 2019-11-23 14:25:57 +03:00
interface_test.v parser: fix register() bug in interfaces 2019-11-20 18:19:13 +03:00
local_test.v
match_test.v
module_test.v
msvc_test.v
mut_test.v
option_test.v compiler: Allow or usage when assigning to struct fields. (#2893) 2019-11-26 09:07:35 +03:00
pointers_test.v parser: ptr++,*(ptr+1) 2019-11-11 23:39:16 +03:00
print_test.v
prod_test.v
return_voidptr_test.v
shift_test.v
str_gen_test.v
string_interpolation_test.v
struct_test.v parser: allow constant usage in assoc 2019-11-26 06:41:56 +03:00
voidptr_to_u64_cast_a_test.v compiler: fix a deferencing cast was causing a segfault 2019-11-22 09:11:06 +03:00
voidptr_to_u64_cast_b_test.v compiler: fix a deferencing cast was causing a segfault 2019-11-22 09:11:06 +03:00