1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests
2019-12-12 14:21:22 +03:00
..
bench
local
prod
repl parser: check types in a in b expressions 2019-12-04 22:17:24 +03:00
asm_test.v
backtrace_test.v
comptime_bittness_and_endianess_test.v
const_test.v
cstrings_test.v CI: fix msvc (temporary work around dialogs poping up) 2019-12-05 17:08:18 +03:00
defer_test.v fix defer_test 2019-12-08 15:30:14 +03:00
enum_bitfield_test.v parser: allow enums to be used as bitfield flags 2019-12-10 06:16:47 +03:00
enum_hex_test.v
enum_test.v
fixed_array_test.v
fn_expecting_ref_but_returning_struct_test.v compiler: force custom struct .str() methods to be defined public 2019-12-11 03:24:26 +03:00
fn_expecting_ref_but_returning_struct_time_module_test.v
fn_multiple_returns_test.v
fn_test.v test assert in functions that return values 2019-12-07 22:42:20 +03:00
fn_variadic_test.v
generic_test.v
if_expression_test.v
in_expression_test.v
interface_test.v
local_test.v
match_test.v vlib: fix missing else{} in match statements 2019-12-07 17:23:37 +03:00
module_test.v
msvc_test.v
multiret_with_ptrtype_test.v
mut_test.v fix defer_test 2019-12-08 15:30:14 +03:00
option_test.v
pointers_test.v use ++ everywhere 2019-12-08 14:34:51 +03: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
str_gen_test.v
string_interpolation_test.v
struct_test.v sort structs: handle fixed size arrays 2019-12-12 14:21:22 +03:00
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v