v/vlib/compiler/tests
radare bf9eefa694
parser: resolve optional enum type
2020-01-31 16:00:31 +01:00
..
bench
local
modules
prod
repl repl: execute REPL tests ~1.5x to 2x faster 2020-01-20 23:04:26 +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 fix attributes on public structs & enums 2020-01-30 01:27:13 +01:00
backtrace_test.v
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
cstrings_test.v CI: fix msvc (temporary work around dialogs poping up) 2019-12-05 17:08:18 +03:00
defer_test.v
enum_bitfield_test.v
enum_hex_test.v fix hexadecimal constants + freestanding fixes 2019-11-26 06:12:37 +03:00
enum_test.v parser: resolve optional enum type 2020-01-31 16:00:31 +01: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 time: move time.random() to time.misc module 2020-01-07 12:58:24 +01:00
fn_multiple_returns_test.v
fn_test.v
fn_variadic_test.v
generic_test.v implement generic structs 2019-12-21 03:53:57 +03:00
if_expression_test.v parser: fix if expression 2019-11-23 14:25:57 +03:00
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 ci: rename multiret_with_ptrtype.v 2019-11-28 09:46:52 +03:00
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
prod_test.v tests: improved test output formatting 2019-12-30 05:23:54 +01: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
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 handle empty config structs 2020-01-24 18:57:32 +01:00
type_alias_test.v
type_test.v simplify and improve pratt 2020-01-06 16:13:12 +01:00
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v