.. |
assembly
|
cgen: support a `[_naked]` fn attribute (#10418)
|
2021-06-11 11:03:39 +03:00 |
bench
|
all: gc: provide optimized mode (#9716)
|
2021-04-14 00:40:26 +02:00 |
cflags
|
v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795)
|
2021-04-19 19:01:47 +03:00 |
field_publicity
|
…
|
|
generics_from_modules
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
inout
|
cgen: fix using and auto printing `x := [16]&Type{}`
|
2021-05-20 15:59:02 +03:00 |
interface_edge_cases
|
tests: add interface_many_named_test.v regression test (closes #10013)
|
2021-05-06 19:54:49 +03:00 |
local
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
modules
|
cgen: write alias typedefs just before interfaces (#10272)
|
2021-05-31 12:26:06 +03:00 |
multiple_paths_in_vmodules
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
printing_c_structs
|
v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795)
|
2021-04-19 19:01:47 +03:00 |
prod
|
v: skip asserts in -prod mode inside non _test.v files
|
2021-04-13 13:07:57 +03:00 |
profile
|
…
|
|
project_with_c_code
|
v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795)
|
2021-04-19 19:01:47 +03:00 |
project_with_c_code_2
|
v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795)
|
2021-04-19 19:01:47 +03:00 |
project_with_modules_having_submodules
|
fmt: remove trailing space in comments (#9620)
|
2021-04-07 15:25:11 +02:00 |
project_with_tests_for_main
|
…
|
|
repl
|
v: skip asserts in -prod mode inside non _test.v files
|
2021-04-13 13:07:57 +03:00 |
run_project_folders/issue_10023_multiple_anon_fns_with_same_position
|
v.parser: add p.unique_prefix, add run_project_folders_test.v (closes #10023)
|
2021-05-06 21:14:19 +03:00 |
skip_unused
|
…
|
|
testdata
|
checker: fix enums in builtin (#10366)
|
2021-06-06 16:27:46 +03:00 |
tmpl
|
…
|
|
valgrind
|
v.parser: fix -autofree for script mode programs that do not have explicit `fn main(){}`
|
2021-05-24 14:42:09 +03:00 |
alias_array_operator_overloading_test.v
|
cgen: fix operator overloading for array/map aliases (#9529)
|
2021-03-30 11:39:54 +02:00 |
alias_custom_type_map_test.v
|
cgen: write alias typedefs just before interfaces (#10272)
|
2021-05-31 12:26:06 +03:00 |
alias_fixed_array_test.v
|
cgen: fix the alias of fixed_array (fix #9537) (#9544)
|
2021-03-31 18:51:03 +02:00 |
alias_in_a_struct_field_autostr_test.v
|
…
|
|
alias_map_operator_overloading_test.v
|
cgen: fix operator overloading for array/map aliases (#9529)
|
2021-03-30 11:39:54 +02:00 |
anon_fn_call_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
anon_fn_in_containers_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
anon_fn_redefinition_test.v
|
…
|
|
anon_fn_returning_question_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
anon_fn_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
anon_fn_with_array_arguments.v
|
parser: fix anon_fn with array arguments (#9414)
|
2021-03-22 03:22:29 +01:00 |
appending_to_mut_array_in_fn_param_test.v
|
…
|
|
array_append_short_struct_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_cast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_equality_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_init_test.v
|
ci: fix all `-cstrict` warnings with gcc and clang (#9792)
|
2021-04-19 15:38:48 +03:00 |
array_map_or_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_map_ref_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_methods_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_slice_test.v
|
docs: describe array/slice behaviour (#10252)
|
2021-05-30 14:48:33 +03:00 |
array_test.v
|
…
|
|
array_to_string_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
array_type_alias_test.v
|
…
|
|
as_cast_is_expr_sumtype_fn_result_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
assert_sumtype_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
assert_with_newlines_test.v
|
…
|
|
assign_bitops_with_type_aliases_test.v
|
…
|
|
attribute_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
autolock_array1_test.v
|
…
|
|
autolock_array2_test.v
|
…
|
|
backtrace_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
blank_ident_test.v
|
…
|
|
break_in_lock_test.v
|
parser: add support for flags in asm output constraints (#10103)
|
2021-05-14 12:01:15 +03:00 |
calling_module_functions_with_maps_of_arrays_test.v
|
v.parser: add a test for db46ad5
|
2021-03-18 11:31:17 +02:00 |
cast_to_byte_test.v
|
checker: allow casting bool to byte (#9676)
|
2021-04-11 13:24:24 +03:00 |
cast_to_interface_test.v
|
…
|
|
channels_test.v
|
ci: fix failing `v -cstrict vlib/v/tests/channels_test.v`
|
2021-06-01 16:48:49 +03:00 |
clash_var_name_of_array_and_map_test.v
|
…
|
|
complex_assign_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
comptime_at_test.v
|
…
|
|
comptime_attribute_selector_test.v
|
v: support `$for attr in Test.attributes` (#9836)
|
2021-04-25 18:29:26 +03:00 |
comptime_bittness_and_endianess_test.v
|
…
|
|
comptime_call_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
comptime_field_selector_test.v
|
…
|
|
comptime_for_test.v
|
…
|
|
comptime_if_expr_test.v
|
…
|
|
comptime_if_is_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
comptime_if_test.v
|
v.parser: allow for `if x { $if y {} } else {}`, fix #10243 (#10294)
|
2021-06-01 12:19:39 +03:00 |
comptime_if_threads_no_test.v
|
v: support for `$if threads {}, depending on whether `go ` was used at all (#10227)
|
2021-05-27 18:36:07 +03:00 |
comptime_if_threads_yes_test.v
|
v: support for `$if threads {}, depending on whether `go ` was used at all (#10227)
|
2021-05-27 18:36:07 +03:00 |
comptime_method_args_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
const_can_use_optionals_test.v
|
…
|
|
const_embed_test.v
|
…
|
|
const_eval_simple_int_expressions_at_comptime_test.v
|
…
|
|
const_init_order_test.v
|
…
|
|
const_test.v
|
cgen: fix constants with multi-statement C initializations (#10058)
|
2021-05-09 03:25:44 +03:00 |
conversions_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
cross_assign_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
cstrings_test.v
|
checker: deprecate using V strings in C function calls (#10140)
|
2021-05-20 09:17:44 +03:00 |
defer_return_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
defer_test.v
|
all: allow defer use from other scope (#10284)
|
2021-05-31 14:43:44 +03:00 |
differently_named_structs_test.v
|
…
|
|
double_ref_deref_test.v
|
…
|
|
enum_array_field_test.v
|
…
|
|
enum_bitfield_test.v
|
…
|
|
enum_default_value_in_struct_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
enum_hex_test.v
|
…
|
|
enum_test.v
|
…
|
|
failing_tests_test.v
|
tests: add vlib/v/tests/failing_tests_test.v, support `testdata` in `v test-self` too
|
2021-06-03 00:32:09 +03:00 |
filter_in_map_test.v
|
…
|
|
fixed_array_const_size_test.v
|
…
|
|
fixed_array_init_test.v
|
…
|
|
fixed_array_of_fn_test.v
|
…
|
|
fixed_array_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
fixed_array_to_string_test.v
|
…
|
|
fn_assignment_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
fn_cross_assign_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
fn_expecting_ref_but_returning_struct_test.v
|
all: a massive merge of ast and table modules
|
2021-04-02 01:57:09 +03:00 |
fn_expecting_ref_but_returning_struct_time_module_test.v
|
…
|
|
fn_high_test.v
|
fmt: keep names of parameters in anonymus function (#10173)
|
2021-05-23 05:54:39 +03:00 |
fn_index_direct_call_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
fn_multiple_returns_test.v
|
cgen: fix `return if cond { x,y } else { a,b }` generation
|
2021-04-13 11:52:18 +03:00 |
fn_mut_args_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
fn_shared_return_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
fn_test.v
|
cgen: fix C error with clang, when declaring a fn type with an alias type argument (#10297)
|
2021-06-01 12:37:27 +03:00 |
fn_type_aliases_test.v
|
…
|
|
fn_variadic_test.v
|
…
|
|
fn_with_fixed_array_function_args_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_c_multi_vars_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_in_containers_of_fixed_array_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_in_iterator_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_in_mut_val_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_in_optional_test.v
|
cgen: fix or_block in for declaration (#10317)
|
2021-06-03 01:18:52 +03:00 |
for_label_continue_break_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_loops_2_test.v
|
…
|
|
for_loops_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
for_smartcast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
generic_chan_test.v
|
…
|
|
generic_fn_assign_generics_struct_test.v
|
checker: fix generics with assign generics struct (fix #7784) (#9889)
|
2021-04-26 19:54:22 +03:00 |
generic_fn_infer_fixed_array_test.v
|
table, checker, cgen: implement generic fn infering fixed array (#10352)
|
2021-06-06 01:11:08 +03:00 |
generic_fn_infer_modifier_test.v
|
…
|
|
generic_fn_infer_nested_struct_test.v
|
checker: fix generic fn infer nested struct (#10262)
|
2021-05-30 14:06:52 +03:00 |
generic_fn_infer_struct_test.v
|
checker: fix generics fn inferred structure type (fix #10093) (#10096)
|
2021-05-15 12:58:33 +03:00 |
generic_fn_infer_test.v
|
…
|
|
generic_fn_returning_type_with_T_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
generic_fn_typeof_name_test.v
|
parser: fix generic fn typeof name (#10363)
|
2021-06-06 17:40:13 +03:00 |
generic_fn_upper_name_type_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
generic_functions_with_normal_function_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
generics_call_with_reference_arg_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
generics_in_big_struct_method_test.v
|
checker: fix generics in big_struct (fix #9373) (#9383)
|
2021-03-20 17:29:13 +01:00 |
generics_in_generics_test.v
|
checker: prevent double module name prepending on generics types regi… (#9791)
|
2021-04-18 16:26:40 +03:00 |
generics_method_on_receiver_types_test.v
|
parser: implement infering generic type parameters from receiver types (fix #5862) (#9870)
|
2021-04-26 10:56:08 +03:00 |
generics_method_test.v
|
…
|
|
generics_multi_array_in_test.v
|
cgen: fix generics multi_array in (#9885)
|
2021-04-26 19:59:40 +03:00 |
generics_multi_types_struct_init_test.v
|
checker: fix multi types generic struct init (#10201)
|
2021-05-25 19:51:55 +03:00 |
generics_return_generics_struct_test.v
|
checker: check or block inside println calls (#10354)
|
2021-06-05 23:01:58 +03:00 |
generics_return_inconsistent_types_generics_struct_test.v
|
tests: add more generic structs tests (#10095)
|
2021-05-14 01:57:55 +03:00 |
generics_return_multi_array_test.v
|
…
|
|
generics_return_multiple_generics_struct_test.v
|
checker: fix generics that return multi generics struct (#9852)
|
2021-04-23 11:19:16 +03:00 |
generics_return_recursive_generics_struct_test.v
|
checker: fix generics return recursive generic struct (fix #10028) (#10031)
|
2021-05-08 14:33:09 +03:00 |
generics_return_reference_generics_struct_test.v
|
checker: fix generics that return reference generics struct (fix #6218) (#9869)
|
2021-04-26 20:01:01 +03:00 |
generics_struct_anon_fn_fields_test.v
|
table: fix generics struct with anon fn fields (#10024)
|
2021-05-06 20:24:08 +03:00 |
generics_struct_anon_fn_type_test.v
|
checker: fix inferring method receiver types (#10166)
|
2021-05-22 11:04:19 +03:00 |
generics_struct_init_test.v
|
cgen: fix generics struct_init (#9661)
|
2021-04-10 17:33:15 +03:00 |
generics_struct_to_string_test.v
|
cgen: fix generic struct to string (#10191)
|
2021-05-25 07:45:54 +03:00 |
generics_test.v
|
tests: enable test_generic_fn_with_variadics() test (#9944)
|
2021-05-01 12:52:47 +03:00 |
generics_with_anon_generics_fn_test.v
|
checker: fix type error in `f<T>(fn (v T))` with multiple different Ts (#10154)
|
2021-05-21 06:13:04 +03:00 |
generics_with_cascaded_multiple_nested_generics_fn_test.v
|
checker: fix generics with cascaded multi nested generic fn (fix #3815) (#9965)
|
2021-05-02 19:30:57 +03:00 |
generics_with_embed_generics_test.v
|
parser: implement infering generic type parameters from receiver types (fix #5862) (#9870)
|
2021-04-26 10:56:08 +03:00 |
generics_with_fixed_array_type_test.v
|
Revert "checker: check generic type indexing error (#10345)"
|
2021-06-09 11:46:17 +03:00 |
generics_with_generics_fn_return_generics_fn_type_test.v
|
checker: fix generics with generic anon fn parameter (#10101)
|
2021-05-14 12:01:57 +03:00 |
generics_with_generics_fn_type_parameter_test.v
|
Revert "Revert "cgen: fix generics with generics fn type parameter (#10078)""
|
2021-05-11 11:14:58 +03:00 |
generics_with_generics_struct_init_test.v
|
checker: fix generic structs init (#10134)
|
2021-05-20 09:18:51 +03:00 |
generics_with_generics_struct_receiver_test.v
|
parser: implement infering generic type parameters from receiver types (fix #5862) (#9870)
|
2021-04-26 10:56:08 +03:00 |
generics_with_multiple_generics_struct_receiver_test.v
|
parser: implement infering generic type parameters from receiver types (fix #5862) (#9870)
|
2021-04-26 10:56:08 +03:00 |
generics_with_nested_external_generics_fn_test.v
|
checker: fix generics with nested external generics fn (#9933)
|
2021-04-29 17:37:54 +03:00 |
generics_with_nested_generics_fn_test.v
|
cgen: fix empty struct init using macro (#9787)
|
2021-04-18 16:34:25 +03:00 |
generics_with_recursive_generics_fn_test.v
|
tests: add recursive generics fn test (#9907)
|
2021-04-28 22:12:06 +03:00 |
generics_with_recursive_generics_struct_test.v
|
table,checker,cgen: fix generics with recursive generics struct (#9862)
|
2021-04-26 20:05:10 +03:00 |
go_array_wait_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
go_call_generic_fn_test.v
|
…
|
|
go_handle_for_functions_returning_array_test.v
|
…
|
|
go_wait_1_test.v
|
…
|
|
go_wait_2_test.v
|
…
|
|
go_wait_3_test.v
|
…
|
|
go_wait_option_test.v
|
…
|
|
goto_test.v
|
…
|
|
heap_reference_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
heap_struct_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
if_expr_of_optional_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
if_expression_test.v
|
…
|
|
if_guard_test.v
|
cgen: fix blank identifier in IfGard (`if _ := <-ch { ... }`, etc) (#9650)
|
2021-04-09 17:18:36 +02:00 |
if_smartcast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
imported_symbols_test.v
|
parser: set is_public of TypeSymbol for fn type decl (#10212)
|
2021-05-27 10:17:08 +03:00 |
in_expression_test.v
|
checker/cgen: implement in expression for alias of array/map (#9871)
|
2021-04-25 18:17:54 +03:00 |
infix_expr_test.v
|
…
|
|
int_cmp_test.v
|
…
|
|
interface_auto_str_gen_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
interface_embedding_deep_nesting_test.v
|
v: implement interface embedding (#9935)
|
2021-05-02 03:00:47 +03:00 |
interface_embedding_recursive_test.v
|
v: implement interface embedding (#9935)
|
2021-05-02 03:00:47 +03:00 |
interface_embedding_test.v
|
v: implement interface embedding (#9935)
|
2021-05-02 03:00:47 +03:00 |
interface_fields_test.v
|
cgen: fix calling function-pointer fields on interfaces (#9948)
|
2021-05-01 16:45:53 +03:00 |
interface_fields_typearray_test.v
|
cgen: generate interfaces after all other typedefs (#9680)
|
2021-04-12 00:43:19 +03:00 |
interface_struct_test.v
|
vfmt: fix string interpolation formatting with multiple ',",\' and \" .
|
2021-04-20 20:26:06 +03:00 |
interface_test.v
|
cgen: fix `cannot take rvalue` error of interface (#10040)
|
2021-05-13 17:54:48 +03:00 |
interface_variadic_test.v
|
checker: fix calling functions with variadic interface parameters (#10052)
|
2021-05-08 22:26:13 +03:00 |
interfaces_map_test.v
|
…
|
|
interop_test.v
|
…
|
|
keep_args_alive_test.v
|
v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795)
|
2021-04-19 19:01:47 +03:00 |
keep_args_alive_test_c.h
|
ci: fix all `-cstrict` warnings with gcc and clang (#9792)
|
2021-04-19 15:38:48 +03:00 |
local_test.v
|
…
|
|
lock_selector_test.v
|
shared: support `lock` on SelectorExpression (#10105)
|
2021-05-15 04:34:27 +03:00 |
map_alias_key_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_and_array_with_fns_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_complex_fixed_array_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_enum_keys_test.v
|
v.parser: support imported enums as map keys (#10234)
|
2021-05-28 20:09:03 +03:00 |
map_equality_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_high_order_assign_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_key_expr_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_mut_fn_test.v
|
…
|
|
map_to_string_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_type_alias_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
map_value_init_test.v
|
cgen: do full struct initialisation for V structs, fixes invalid data from `map[string]Struct{}['unknown']` (#9878)
|
2021-04-27 08:18:48 +03:00 |
maps_equal_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
match_compound_type_cond_test.v
|
cgen: fix match struct type cond (#10421)
|
2021-06-11 11:58:25 +03:00 |
match_error_to_none_test.v
|
checker: fix match error to none (#10245)
|
2021-05-29 19:30:57 +03:00 |
match_expr_returning_optional_test.v
|
checker: fix match expr returning optional (#10281)
|
2021-05-31 12:34:55 +03:00 |
match_expr_with_if_or_match_expr_test.v
|
checker: fix match expr with if expr (fix #10177 #10178) (#10179)
|
2021-05-23 17:59:57 +03:00 |
match_expr_with_one_branch_test.v
|
…
|
|
match_expression_for_types_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
match_expression_with_fn_names_in_branches_test.v
|
fmt: remove trailing space in comments (#9620)
|
2021-04-07 15:25:11 +02:00 |
match_in_fn_call_test.v
|
…
|
|
match_in_if_expression_test.v
|
…
|
|
match_in_map_init_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
match_in_map_or_expr_test .v
|
cgen: fix match in map or expr (#10283)
|
2021-05-31 17:10:33 +03:00 |
match_interface_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
match_smartcast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
match_sumtype_var_shadow_and_as_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
match_test.v
|
parser: handle casts in match expressions; c2v: minor fixes
|
2021-05-28 17:59:43 +03:00 |
match_with_complex_exprs_in_branches_test.v
|
…
|
|
match_with_complex_sumtype_exprs_test.v
|
example: improve binary search tree example (#10226)
|
2021-05-27 20:13:02 +03:00 |
match_with_multi_sumtype_exprs_test.v
|
cgen: fix match with multi sumtype exprs (#10377)
|
2021-06-07 14:16:30 +03:00 |
method_call_chain_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
methods_on_interfaces_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
module_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
module_type_cast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
multiple_assign_test.v
|
…
|
|
multiret_with_ptrtype_test.v
|
ci: fix multiret_with_ptrtype_test.v
|
2021-04-05 08:31:20 +03:00 |
mut_receiver_returned_as_reference_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
mut_test.v
|
all: automatically move (some) referenced objects to heap (#9873)
|
2021-04-25 21:40:38 +03:00 |
named_break_continue_test.v
|
…
|
|
nest_defer_fn_test.v
|
checker: forbid leaving function from inside `defer` block (#10285)
|
2021-05-31 17:09:57 +03:00 |
nested_map_test.v
|
…
|
|
nested_option_call_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
num_lit_call_method_test.v
|
…
|
|
offsetof_test.v
|
ci: fix more of byteptr=> &byte, vfmt check_types.v
|
2021-04-05 07:27:26 +03:00 |
operator_overloading_cmp_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
operator_overloading_with_string_interpolation_test.v
|
ci: fix all `-cstrict` warnings with gcc and clang (#9792)
|
2021-04-19 15:38:48 +03:00 |
option_2_test.v
|
cgen: fix accessing fields in propagated optional subexpressions (#10136)
|
2021-05-19 21:28:17 +03:00 |
option_default_values_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
option_if_assign_and_fallthrough_test.v
|
…
|
|
option_if_expr_test.v
|
checker, cgen: fix optional with if expr (#10242)
|
2021-05-29 10:00:12 +03:00 |
option_in_loop_test.v
|
tests: add tests for continue/break in last statement of an `or{}`
|
2020-11-02 12:54:45 +02:00 |
option_print_errors_test.v
|
tests: fix option_print_errors_test.v (#9616)
|
2021-04-08 08:46:08 +03:00 |
option_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
option_void_test.v
|
…
|
|
optional_assign_test.v
|
all: support `?Type(none)` (#9567)
|
2021-04-02 16:34:48 +02:00 |
orm_sub_array_struct_test.v
|
orm: fix multi substructs (#9941)
|
2021-05-04 12:35:18 +03:00 |
orm_sub_struct_test.v
|
orm: add support for custom table names & custom field names (#9697)
|
2021-04-15 10:53:43 +03:00 |
parser_line_test.v
|
…
|
|
pointers_str_test.v
|
…
|
|
pointers_test.v
|
…
|
|
prefix_expr_test.v
|
parser: fix error of `-foo.bar()` (#9646)
|
2021-04-09 10:54:03 +03:00 |
print_test.v
|
…
|
|
prod_test.v
|
…
|
|
projects_that_should_compile_test.v
|
checker: fix enums in builtin (#10366)
|
2021-06-06 16:27:46 +03:00 |
ptr_arithmetic_test.v
|
all: automatically move (some) referenced objects to heap (#9873)
|
2021-04-25 21:40:38 +03:00 |
ref_return_test.v
|
…
|
|
ref_struct_test.v
|
checker: support value array elements of `[heap]` type inside struct ref (#9899)
|
2021-04-28 07:47:00 +03:00 |
reference_return_test.v
|
all: automatically move (some) referenced objects to heap (#9873)
|
2021-04-25 21:40:38 +03:00 |
repeated_multiret_values_test.v
|
…
|
|
reserved_keywords_can_be_escaped_with_at_test.v
|
…
|
|
return_in_lock_test.v
|
parser: add support for flags in asm output constraints (#10103)
|
2021-05-14 12:01:15 +03:00 |
return_voidptr_test.v
|
…
|
|
reusable_mut_multiret_values_test.v
|
…
|
|
run_project_folders_test.v
|
v.parser: add p.unique_prefix, add run_project_folders_test.v (closes #10023)
|
2021-05-06 21:14:19 +03:00 |
run_v_code_from_stdin_test.v
|
…
|
|
semaphore_test.v
|
…
|
|
semaphore_timed_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shared_arg_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shared_array_test.v
|
…
|
|
shared_autolock_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shared_elem_test.v
|
checker/cgen: auto initialize `shared` elements of structs (#9669)
|
2021-04-11 10:30:23 +03:00 |
shared_fn_return_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shared_lock_2_test.v
|
…
|
|
shared_lock_3_test.v
|
…
|
|
shared_lock_4_test.v
|
…
|
|
shared_lock_5_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shared_lock_6_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shared_lock_expr_test.v
|
checker/cgen: fix `v := rlock m { m[key] or { default_val } }` (#9666)
|
2021-04-10 16:57:18 +02:00 |
shared_lock_test.v
|
…
|
|
shared_map_test.v
|
parser: fix handling of `-` inside array literals (#9771)
|
2021-04-17 02:37:17 +03:00 |
shared_unordered_mixed_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
shift_test.v
|
…
|
|
short_struct_param_syntax_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sizeof_2_test.v
|
…
|
|
sizeof_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sorting_by_different_criteria_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sorting_by_references_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
static_arrays_using_const_for_size_test.v
|
…
|
|
static_vars_test.v
|
…
|
|
str_gen_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_alias_test.v
|
…
|
|
string_interpolation_alias_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_array_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_custom_str_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_floats_test.v
|
…
|
|
string_interpolation_function_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_multi_return_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_of_array_of_structs_test.v
|
…
|
|
string_interpolation_shared_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_string_args_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_struct_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
string_interpolation_test.v
|
all: new string interpolation in pure V (#10181)
|
2021-05-24 05:20:45 +03:00 |
string_interpolation_variadic_test.v
|
…
|
|
string_struct_interpolation_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
strings_unicode_test.v
|
…
|
|
struct_allow_both_field_defaults_and_skip_flag_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
struct_chained_fields_correct_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
struct_child_field_default_test.v
|
…
|
|
struct_embed_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
struct_eq_op_only_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
struct_equality_test.v
|
cgen: use overloaded eq op in auto eq method (#9475)
|
2021-03-26 19:46:54 +02:00 |
struct_field_default_value_interface_cast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
struct_field_default_value_sumtype_cast_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
struct_fields_storing_functions_test.v
|
…
|
|
struct_fields_storing_required_functions_test.v
|
parser: fix required function members in struct (#10299)
|
2021-06-03 02:55:58 +03:00 |
struct_map_method_test.v
|
…
|
|
struct_test.v
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
struct_transmute_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sum_type_common_fields_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sum_type_test.v
|
fmt: remove trailing space in comments (#9620)
|
2021-04-07 15:25:11 +02:00 |
sumtype_assign_test.v
|
…
|
|
sumtype_calls_test.v
|
cgen: fix `cannot take rvalue` error of interface (#10040)
|
2021-05-13 17:54:48 +03:00 |
sumtype_equality_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sumtype_literal_test.v
|
…
|
|
sumtype_str_for_subtypes_with_str_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
sumtype_str_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
supports__likely__test.v
|
…
|
|
testcase_leak.v
|
gc: add `-gc boehm_leak` for leak detection (#9464)
|
2021-03-25 16:52:33 +01:00 |
tmpl_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
type_alias_of_pointer_types_test.v
|
parser: allow passing `mut a AliasOfPointerType`
|
2021-03-26 13:38:16 +02:00 |
type_alias_str_method_override_test.v
|
…
|
|
type_alias_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
type_name_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
type_promotion_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
type_voidptr_test.v
|
all: automatically move (some) referenced objects to heap (#9873)
|
2021-04-25 21:40:38 +03:00 |
typeof_simple_types_test.v
|
…
|
|
typeof_test.v
|
…
|
|
unsafe_test.v
|
v.checker: fix `unused variable` warning on `*p = val`
|
2021-05-12 18:03:01 +03:00 |
vargs_auto_str_method_and_println_test.v
|
…
|
|
vargs_empty_param_test.v
|
…
|
|
vmod_parser_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
voidptr_to_u64_cast_a_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
voidptr_to_u64_cast_b_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |
working_with_an_empty_struct_test.v
|
tests: run vfmt over some of the tests in vlib/v/tests (#9455)
|
2021-03-27 19:29:57 +02:00 |