1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler/tests
2019-10-13 01:50:19 +03:00
..
bench function argument benchmark 2019-07-25 00:13:54 +02:00
local compiler: add a test case to ensure more stable local modules 2019-08-05 10:05:00 +02:00
repl snake_case consts 2019-10-12 22:36:14 +03:00
defer_test.v parser: enable deferred stms for void and optional functions 2019-10-12 22:01:50 +03:00
enum_test.v Add enum_test.v 2019-07-13 12:19:57 +02:00
fixed_array_test.v compiler: initializing fixed arrays with [1,2,3] 2019-10-06 03:07:02 +03:00
fn_multiple_returns_test.v compiler: multiple returns - add test & fix use with array/map 2019-09-23 13:39:35 +03:00
fn_test.v parser: allow multi returns in high order fns 2019-10-09 20:55:36 +03:00
fn_variadic_test.v compiler/lang: add variadic function args support 2019-09-30 13:46:50 +03:00
interface_test.v workaround msvc 0 struct field bug 2019-09-04 19:47:13 +03:00
local_test.v compiler: add a test case to ensure more stable local modules 2019-08-05 10:05:00 +02:00
match_test.v parser: match expression + match fixes 2019-08-27 00:39:11 +03:00
module_test.v disable the snake_case const warning for now 2019-10-12 22:38:06 +03:00
msvc_test.v remove u8 and i32 from tests and examples 2019-09-02 15:02:25 +03:00
mut_test.v fix pushing to mutable array args 2019-09-29 17:02:28 +03:00
option_test.v parser: disallow or{} block for non-optionals 2019-10-12 17:53:53 +03:00
return_voidptr_test.v compiler: let methods return voidptr without a segfault 2019-10-03 01:28:24 +03:00
str_gen_test.v parser: cached tokens (second step) 2019-09-27 04:01:12 +03:00
string_interpolation_test.v scanner: string interpolation with $var at the end 2019-08-16 17:06:27 +03:00
struct_test.v parser: a small immutable field fix 2019-10-13 01:50:19 +03:00