| .. |
|
anon_fn_as_param_keep.vv
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
|
anon_fn_call_keep.vv
|
…
|
|
|
anon_fn_expected.vv
|
fmt: fix tests
|
2020-10-15 12:45:34 +02:00 |
|
anon_fn_input.vv
|
fmt: fix tests
|
2020-10-15 12:45:34 +02:00 |
|
array_init_expected.vv
|
…
|
|
|
array_init_inline_comments_keep.vv
|
vfmt: fix `match x { 10 /* ... */ {} }` and `a := [1/* x */, /* y */2, 3]`
|
2020-11-11 22:59:43 +02:00 |
|
array_init_input.vv
|
…
|
|
|
array_init_keep.vv
|
fmt: do not wrap real multiline comments into single line in arrays (#6923)
|
2020-11-24 12:55:39 +01:00 |
|
array_newlines_keep.vv
|
fmt: fix tests
|
2020-10-15 12:45:34 +02:00 |
|
array_slices_expected.vv
|
…
|
|
|
array_slices_input.vv
|
…
|
|
|
array_static_keep.vv
|
vfmt: fix formatting for [4][4]int static arrays
|
2020-09-27 22:46:33 +03:00 |
|
asserts_keep.vv
|
…
|
|
|
assign_keep.vv
|
fmt: fix writing ConcatExpr (#6466)
|
2020-09-24 18:04:39 +02:00 |
|
attrs_keep.vv
|
fmt: fix formatting enum with attributes (#6551)
|
2020-10-03 21:33:02 +03:00 |
|
blocks_expected.vv
|
…
|
|
|
blocks_input.vv
|
…
|
|
|
c_struct_init_keep.vv
|
…
|
|
|
cast_expected.vv
|
…
|
|
|
cast_input.vv
|
…
|
|
|
chan_init_keep.vv
|
vfmt: support `x chan Name` in fn args
|
2020-08-28 01:54:16 +03:00 |
|
chan_ops_keep.vv
|
fmt: add support for `chan` types and operations (#6328)
|
2020-09-08 00:36:05 +02:00 |
|
char_literal_backtick_keep.vv
|
…
|
|
|
comments_expected.vv
|
vfmt: fix error with `return // comment` (#6914)
|
2020-11-23 11:36:20 +02:00 |
|
comments_input.vv
|
vfmt: fix error with `return // comment` (#6914)
|
2020-11-23 11:36:20 +02:00 |
|
comments_keep.vv
|
…
|
|
|
comptime_keep.vv
|
vfmt: fix eating of `app.$method(vars)`; format vlib/vweb/vweb.v
|
2020-11-14 13:55:10 +02:00 |
|
concat_expr_expected.vv
|
…
|
|
|
concat_expr_input.vv
|
…
|
|
|
conditional_compilation_keep.vv
|
…
|
|
|
conditions_expected.vv
|
…
|
|
|
conditions_input.vv
|
…
|
|
|
consts_expected.vv
|
all: use `macos` consistently in os.user_os and the compiler
|
2020-09-29 22:32:20 +03:00 |
|
consts_input.vv
|
all: use `macos` consistently in os.user_os and the compiler
|
2020-09-29 22:32:20 +03:00 |
|
consts_with_comments_keep.vv
|
vfmt: handle comments after last const field
|
2020-08-27 15:07:49 +03:00 |
|
enum_comments_keep.vv
|
…
|
|
|
enums_expected.vv
|
…
|
|
|
enums_input.vv
|
…
|
|
|
expressions_expected.vv
|
interpolation: support '' (rounding like in C)
|
2020-10-16 17:28:11 +03:00 |
|
expressions_input.vv
|
interpolation: support '' (rounding like in C)
|
2020-10-16 17:28:11 +03:00 |
|
file_with_just_imports_keep.vv
|
…
|
|
|
fixed_size_array_type_keep.vv
|
fmt: fix multiple problems with types (#6603)
|
2020-10-12 09:27:55 +03:00 |
|
fn_headers_with_no_bodies_keep.vv
|
vfmt: skip {} for pure fn declarations (let the bodies hit the floor)
|
2020-11-05 18:59:36 +02:00 |
|
fn_multi_return_keep.vv
|
fmt: refactor `type_to_str` (#6607)
|
2020-10-12 18:41:42 +03:00 |
|
fn_with_anon_params_keep.vv
|
fmt: fix formatting of anon args (#6545)
|
2020-10-04 06:32:47 +02:00 |
|
fntype_alias_keep.vv
|
vfmt: keep the source fn type alias names, instead of the expanded fn declarations
|
2020-11-05 20:21:37 +02:00 |
|
fntype_mut_args_with_optional_keep.vv
|
…
|
|
|
fntype_return_optional_keep.vv
|
…
|
|
|
functions_expected.vv
|
fmt: fix tests
|
2020-10-15 12:45:34 +02:00 |
|
functions_input.vv
|
fmt: fix tests
|
2020-10-15 12:45:34 +02:00 |
|
generic_structs_keep.vv
|
vfmt: fix `x := Repo<User,Permission>{}`
|
2020-11-11 21:41:04 +02:00 |
|
go_stmt_expected.vv
|
…
|
|
|
go_stmt_input.vv
|
…
|
|
|
goto_expected.vv
|
…
|
|
|
goto_input.vv
|
…
|
|
|
import_multiple_expected.vv
|
…
|
|
|
import_multiple_input.vv
|
…
|
|
|
import_multiple_with_alias_expected.vv
|
…
|
|
|
import_multiple_with_alias_input.vv
|
…
|
|
|
import_single_expected.vv
|
…
|
|
|
import_single_input.vv
|
…
|
|
|
import_with_alias_keep.vv
|
…
|
|
|
include_vroot_keep.vv
|
…
|
|
|
integer_literal_keep.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
|
interface_declaration_comments_keep.vv
|
vfmt: support comments after interface methods
|
2020-11-05 18:23:45 +02:00 |
|
labelled_break_continue_keep.vv
|
fmt: fix labelled break & continue (#6889)
|
2020-11-20 14:12:40 +01:00 |
|
loops_expected.vv
|
…
|
|
|
loops_input.vv
|
…
|
|
|
maps_expected.vv
|
…
|
|
|
maps_in_fn_args__keep.vv
|
…
|
|
|
maps_input.vv
|
…
|
|
|
maps_keep.vv
|
…
|
|
|
match_expected.vv
|
…
|
|
|
match_input.vv
|
…
|
|
|
match_range_expression_branches_keep.vv
|
dont allow method on non-local types & no mod for arrays. closes #6971
|
2020-11-30 11:43:22 +11:00 |
|
match_with_commented_branches_keep.vv
|
ast: merge `IfExpr` and `CompIf` (#6011)
|
2020-09-18 00:58:54 +02:00 |
|
missing_import_expected.vv
|
…
|
|
|
missing_import_input.vv
|
…
|
|
|
module_interface_keep.vv
|
…
|
|
|
module_struct_keep.vv
|
…
|
|
|
multiline_comment_keep.vv
|
…
|
|
|
nested_map_type_keep.vv
|
fmt: fix multiple problems with types (#6603)
|
2020-10-12 09:27:55 +03:00 |
|
no_main_expected.vv
|
…
|
|
|
no_main_input.vv
|
…
|
|
|
optional_keep.vv
|
…
|
|
|
optional_propagate_keep.vv
|
fmt: insert space in front of `?` for propagation (#6250)
|
2020-08-29 01:56:43 +02:00 |
|
or_expected.vv
|
…
|
|
|
or_input.vv
|
…
|
|
|
orm_keep.vv
|
fmt: orm delete (#7035)
|
2020-11-30 14:02:36 +01:00 |
|
proto_module_importing_vproto_keep.vv
|
vfmt: fix deep nested map types, using f.table.type_to_str
|
2020-10-13 16:08:25 +03:00 |
|
ref_type_cast_keep.vv
|
…
|
|
|
select_keep.vv
|
ci: fix failing tests
|
2020-10-15 15:42:16 +03:00 |
|
shared_expected.vv
|
…
|
|
|
shared_input.vv
|
…
|
|
|
star__amp_int__cast_keep.vv
|
…
|
|
|
string_interpolation_expected.vv
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
|
string_interpolation_input.vv
|
fmt: fix tests
|
2020-10-15 12:45:34 +02:00 |
|
string_interpolation_literal_keep.vv
|
…
|
|
|
string_quotes_expected.vv
|
…
|
|
|
string_quotes_input.vv
|
…
|
|
|
string_raw_and_cstr_keep.vv
|
vfmt: fix eating `c` in `c'foo'` (#7009)
|
2020-11-29 10:39:50 +02:00 |
|
struct_default_field_expressions_keep.vv
|
…
|
|
|
struct_embed_expected.vv
|
all: struct embedding
|
2020-10-30 07:09:26 +01:00 |
|
struct_embed_input.vv
|
all: struct embedding
|
2020-10-30 07:09:26 +01:00 |
|
struct_init_keep.vv
|
…
|
|
|
struct_init_with_comments_keep.vv
|
vfmt: support inline comments before fields in struct initializations
|
2020-11-05 18:49:52 +02:00 |
|
struct_init_with_custom_len_keep.vv
|
…
|
|
|
struct_init_with_ref_cast_keep.vv
|
…
|
|
|
struct_keep.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
|
struct_no_extra_attr_keep.vv
|
parser: fix duplicated struct attrs on first field (#6859)
|
2020-11-17 21:25:54 +01:00 |
|
structs_expected.vv
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
|
structs_input.vv
|
…
|
|
|
sum_smartcast_keep.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
|
to_string_2_forms_keep.vv
|
…
|
|
|
type_ptr_keep.vv
|
…
|
|
|
typeof_keep.vv
|
…
|
|
|
types_expected.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
|
types_input.vv
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
|
union_keep.vv
|
vfmt: fix `union {}` declarations
|
2020-11-03 00:35:12 +02:00 |
|
void_optional_keep.vv
|
…
|
|