This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
7036ca55e6
v
/
vlib
/
compiler
/
tests
History
yuyi
876b73f92c
os: join => join_path
2020-03-09 02:23:34 +01:00
..
bench
…
local
…
modules
bugfix: v should not panic when encountering a file that consists only of comments
2020-02-20 22:59:47 +01:00
prod
compiler: fix generation of default .str() methods in interpolation
2020-03-07 14:13:53 +01:00
project_with_c_code
compiler: @VMODULE
2020-02-29 14:23:45 +01:00
project_with_modules_having_submodules
compiler: import modules relative to v.mod
2020-03-01 15:49:39 +01:00
repl
os: join => join_path
2020-03-09 02:23:34 +01:00
array_to_string_test.v
…
asm_test.v
…
attribute_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
…
fixed_array_test.v
…
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
…
interfaces_map_test.v
compiler: stabilize the interface code generation a little
2020-03-02 17:10:26 +01:00
local_test.v
…
match_test.v
…
module_test.v
…
msvc_test.v
…
multiret_with_ptrtype_test.v
…
mut_test.v
…
nameof_test.v
compiler: add very simple nameof token to get type name as string
2020-02-05 06:12:33 +01:00
option_test.v
compiler: make optionals work with multi return
2020-02-02 02:53:23 +01:00
pointers_test.v
…
print_test.v
…
prod_test.v
…
repeated_multiret_values_test.v
…
return_voidptr_test.v
…
reusable_mut_multiret_values_test.v
…
shift_test.v
…
str_gen_test.v
…
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
…
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
…
struct_test.v
parser: short struct syntax for all structs
2020-02-18 16:25:09 +01:00
type_alias_test.v
…
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
add typeof test for fn (
#3832
)
2020-02-25 11:14:59 +01:00
voidptr_to_u64_cast_a_test.v
…
voidptr_to_u64_cast_b_test.v
…