v/vlib/compiler/tests
Alexander Medvednikov ca284482cb new AST built with sum types 2019-12-24 16:04:49 +03:00
..
bench
local
modules
prod
repl os, filepath: reorganize functions 2019-12-23 13:09:22 +03:00
asm_test.v
backtrace_test.v MSVC backtrace 2019-11-13 11:05:06 +03:00
comptime_bittness_and_endianess_test.v
const_test.v
cstrings_test.v
defer_test.v
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 fix hexadecimal constants + freestanding fixes 2019-11-26 06:12:37 +03:00
enum_test.v sum types 2019-12-23 06:14:31 +03:00
fixed_array_test.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
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 compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
match_test.v
module_test.v
msvc_test.v
multiret_with_ptrtype_test.v
mut_test.v
option_test.v compiler: map[string]pointer, ?pointer, fix []pointer 2019-12-22 01:44:16 +03:00
pointers_test.v use ++ everywhere 2019-12-08 14:34:51 +03:00
print_test.v generic functions 2019-10-20 10:19:37 +03:00
prod_test.v more vfmt fixes 2019-11-10 19:49:19 +03:00
repeated_multiret_values_test.v
return_voidptr_test.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
reusable_mut_multiret_values_test.v make _V_mret_ unique by putting p.token_idx in it 2019-11-29 11:11:53 +03:00
shift_test.v more vfmt fixes 2019-11-10 19:49:19 +03:00
str_gen_test.v
string_interpolation_test.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
struct_test.v
type_alias_test.v run vfmt on scanner.v 2019-12-18 08:26:51 +03:00
type_test.v new AST built with sum types 2019-12-24 16:04:49 +03:00
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v