1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests
2020-03-22 19:43:59 +01:00
..
bench
local compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
modules
prod compiler: fix generation of default .str() methods in interpolation 2020-03-07 14:13:53 +01:00
project_with_c_code
project_with_modules_having_submodules
repl os: realpath => real_path 2020-03-20 16:41:18 +01:00
array_to_string_test.v
asm_test.v
attribute_test.v
backtrace_test.v MSVC backtrace 2019-11-13 11:05:06 +03:00
comptime_bittness_and_endianess_test.v
const_test.v compiler: public consts and structs 2019-10-24 12:26:43 +03:00
cstrings_test.v
defer_test.v fix defer_test 2019-12-08 15:30:14 +03:00
enum_bitfield_test.v
enum_hex_test.v
enum_test.v
fixed_array_test.v expression: set floats as f64 by default 2020-03-19 07:24:49 +01:00
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 time: calc_unix => unix_time 2020-03-22 19:43:59 +01:00
fn_multiple_returns_test.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
fn_test.v parser: fix x.function_pointer() 2019-12-19 21:23:29 +03:00
fn_variadic_test.v compiler: fix panic when dealing with variadic functions 2020-03-12 18:21:02 +01:00
generic_test.v
if_expression_test.v
in_expression_test.v
interface_test.v compiler: fix interface bug 2020-03-14 14:19:56 +01:00
interfaces_map_test.v compiler: stabilize the interface code generation a little 2020-03-02 17:10:26 +01:00
live_test.v builtin: do not use unsafe sprintf/vsprintf functions 2020-03-21 06:37:58 +01:00
local_test.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
match_test.v vlib: fix missing else{} in match statements 2019-12-07 17:23:37 +03:00
module_test.v compiler: fix module alias resolution 2020-01-23 21:07:53 +01:00
msvc_test.v
multiret_with_ptrtype_test.v
mut_test.v
nameof_test.v expression: set floats as f64 by default 2020-03-19 07:24:49 +01:00
option_test.v
pointers_test.v
print_test.v generic functions 2019-10-20 10:19:37 +03:00
prod_test.v
repeated_multiret_values_test.v make _V_mret_ unique by putting p.token_idx in it 2019-11-29 11:11:53 +03:00
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
str_gen_test.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
string_interpolation_array_of_structs_test.v compiler: fix generation of default .str() methods in interpolation 2020-03-07 14:13:53 +01:00
string_interpolation_struct_test.v compiler: fix generation of default .str() methods in interpolation 2020-03-07 14:13:53 +01:00
string_interpolation_test.v repl: execute REPL tests ~1.5x to 2x faster 2020-01-20 23:04:26 +01:00
string_interpolation_variadic_test.v compiler: fix generation of default .str() methods in interpolation 2020-03-07 14:13:53 +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 builtin: Fix undefined behaviour when allocating empty structs (#4088) 2020-03-21 12:24:34 +01:00
type_alias_test.v expression: set floats as f64 by default 2020-03-19 07:24:49 +01:00
type_test.v compiler: allow a type to be used as a variant of multiple sum types 2020-02-26 15:15:38 +11:00
typeof_test.v expression: set floats as f64 by default 2020-03-19 07:24:49 +01:00
voidptr_to_u64_cast_a_test.v
voidptr_to_u64_cast_b_test.v