0 branches
Tree
Top files
Clone with HTTPS:
.gitignore
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
20 bytes
cast_to_reference_type.out
checker: remove warning of casting same reference type (#17579)
3 years ago
6 bytes
cast_to_reference_type.vv
checker: remove warning of casting same reference type (#17579)
3 years ago
71 bytes
closure_with_fn_variables.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
12 bytes
closure_with_fn_variables.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
172 bytes
closure_with_nested_closure_var.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
46 bytes
closure_with_nested_closure_var.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
260 bytes
comptime_bool_fields.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
323 bytes
comptime_bool_fields.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.08 KB
comptime_if_script_mode.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
7 bytes
comptime_if_script_mode.vv
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
61 bytes
comptime_iterate.out
v: allow comptime-for to iterate over comptime variables, add `$string` comptime type, cleanup (#20233)
2 years ago
245 bytes
comptime_iterate.vv
v: allow comptime-for to iterate over comptime variables, add `$string` comptime type, cleanup (#20233)
2 years ago
530 bytes
comptime_ptr.out
checker, cgen: fix generic resolution for comptimeselector and indirection checking on generic funcs (#18043)
3 years ago
165 bytes
comptime_ptr.vv
checker, cgen: fix generic resolution for comptimeselector and indirection checking on generic funcs (#18043)
3 years ago
1.23 KB
comptime_selector_of_interface.out
cgen: fix comptime selector of interface (#20876)
2 years ago
154 bytes
comptime_selector_of_interface.vv
cgen: fix comptime selector of interface (#20876)
2 years ago
171 bytes
comptime_smartcast_variant.out
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
421 bytes
comptime_smartcast_variant.vv
checker: fix comptime if with comptime smartcast (#20466)
2 years ago
589 bytes
data_obj.v.templ
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
219 bytes
dump_cross_reference_field.vv
cgen: fix dump() cross-reference field printing recursively (fixes #13370)
last Mar 25
227 bytes
dump_expression.out
breaking,log: set stderr as default log output, add .set_output_stream() to allow for opting in the old default of stdout (#23444)
1 year ago
718 bytes
dump_expression.vv
breaking,log: set stderr as default log output, add .set_output_stream() to allow for opting in the old default of stdout (#23444)
1 year ago
833 bytes
dump_expressions_with_literals.out
transformer: keep the symbolic expressions inside dump(expr) from being optimised out, even when they could be, when composed of literals known at comptime (#19086)
2 years ago
564 bytes
dump_expressions_with_literals.vv
transformer: keep the symbolic expressions inside dump(expr) from being optimised out, even when they could be, when composed of literals known at comptime (#19086)
2 years ago
369 bytes
dump_fixed_array_of_option.out
cgen: fix printing fixed array of options (#19479)
2 years ago
364 bytes
dump_fixed_array_of_option.vv
cgen: fix printing fixed array of options (#19479)
2 years ago
196 bytes
dump_generic_fn_mut_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
117 bytes
dump_generic_interface_ref_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
478 bytes
dump_generic_interface_ref_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
530 bytes
dump_match_expr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
64 bytes
dump_match_expr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
81 bytes
dump_multi_fixed_array_init.out
cgen: fix printing multiple fixed array (fix #18866) (#18879)
2 years ago
95 bytes
dump_multi_fixed_array_init.vv
cgen: fix printing multiple fixed array (fix #18866) (#18879)
2 years ago
33 bytes
dump_multiple_ptr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
232 bytes
dump_multiple_ptr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
101 bytes
dump_nested_generic_fn_call_ref_arg.out
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
1.45 KB
dump_nested_generic_fn_call_ref_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
586 bytes
dump_nil_voidptr.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
114 bytes
dump_nil_voidptr.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
171 bytes
dump_none.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
52 bytes
dump_none.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
26 bytes
dump_shared_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
80 bytes
dump_shared_arg.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
128 bytes
dump_sumtype_of_fntype.out
ast: improve the assert informations (related #22668) (#22679)
1 year ago
104 bytes
dump_sumtype_of_fntype.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
145 bytes
embedded.html
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
38 bytes
enum_print.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
67 bytes
enum_print.vv
tests: run `v fmt -w` over *.vv, when the semantics are the same; unify style; discover fmt bugs, to be filed separately (#22241)
1 year ago
383 bytes
file.html
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
1.17 KB
file.md
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
152 bytes
footer.md
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
10 bytes
for_channel_or_expr_block.out
parser,checker: smart detect `or {}` inside loop when using `c <-val` (fix #24550) (#25435)
last Oct 27
104 bytes
for_channel_or_expr_block.vv
parser,checker: smart detect `or {}` inside loop when using `c <-val` (fix #24550) (#25435)
last Oct 27
431 bytes
generic_fn_with_alias_arg.out
checker: fix generic fn infering error with alias argument (#17026)
3 years ago
134 bytes
generic_fn_with_alias_arg.vv
tests: correct the test comment in generic_fn_with_alias_arg.vv (#17048)
3 years ago
290 bytes
generic_fn_with_array_arg.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
12 bytes
generic_fn_with_array_arg.vv
all: comptime type lowercase ($int, $enum, $option, etc) (#17732)
3 years ago
174 bytes
go_print.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
20 bytes
go_print.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
107 bytes
header.md
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
10 bytes
hello.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
11 bytes
hello.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
38 bytes
hello_devs.out
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
153 bytes
hello_devs.vv
tests: extract slow tests (prod, valgrind, inout, repl etc), from vlib/v/tests/ to vlib/v/slow_tests/ (#16892)
3 years ago
179 bytes
import_sym_field_no_warn.out
v.parser: prevent unused warning on `import mod { Sym }`, when `Sym` is later used, for more cases (fix #23412) (#23626)
1 year ago
18 bytes
import_sym_field_no_warn.vv
v.parser: prevent unused warning on `import mod { Sym }`, when `Sym` is later used, for more cases (fix #23412) (#23626)
1 year ago
96 bytes
in_expr_callexpr.out
cgen: fix codegen to emit callexpr one time for `in` expr optimization (#22764)
1 year ago
15 bytes
in_expr_callexpr.vv
cgen: fix codegen to emit callexpr one time for `in` expr optimization (#22764)
1 year ago
167 bytes
interface_field_initialised_struct_update_expr.out
checker: no notice for `interface` field initialized struct with `...other` syntax (#18405)
3 years ago
134 bytes