1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests
2020-01-17 14:09:26 +01:00
..
bench
local
modules testing: support for internal module testing 2019-12-14 15:57:28 +03:00
prod
repl deprecate v runrepl in favour of v repl 2020-01-17 14:09:26 +01:00
asm_test.v
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 sum types 2019-12-23 06:14:31 +03:00
fixed_array_test.v
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 parser: fix x.function_pointer() 2019-12-19 21:23:29 +03:00
fn_variadic_test.v
generic_test.v implement generic structs 2019-12-21 03:53:57 +03:00
if_expression_test.v
in_expression_test.v
interface_test.v
local_test.v
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
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
reusable_mut_multiret_values_test.v
shift_test.v
str_gen_test.v
string_interpolation_test.v
struct_test.v global access modifier 2019-12-13 20:28:28 +03:00
type_alias_test.v run vfmt on scanner.v 2019-12-18 08:26:51 +03:00
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