0 branches
Tree
Top files
Clone with HTTPS:
const_and_global_with_same_name_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
312 bytes
const_array_fixed_test.v
cgen: fix codegen for const of fixed array (fix #22357) (#22364)
1 year ago
528 bytes
const_array_init_order_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
152 bytes
const_array_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
255 bytes
const_c_string_test.v
cgen: fix const with c string literal (fix #22358) (#22361)
1 year ago
86 bytes
const_call_result_struct_dep_order_test.v
cgen: Unhandled Exception when setting const to function that returns error or struct (fixes #23555)
last Apr 14
322 bytes
const_array_struct_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
145 bytes
const_as_enum_value_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
229 bytes
const_call_expr_order_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
428 bytes
const_can_use_options_results_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
239 bytes
const_comptime_eval_before_vinit_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
4.74 KB
const_cstr_test.v
cgen: fix codegen for const to c string (fix #24235) (#24248)
1 year ago
353 bytes
const_depend_update_expr_test.v
cgen: fix const declaration dependant mapping when using update_expr (fix #24437) (#24455)
1 year ago
188 bytes
const_embed_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
148 bytes
const_eval_simple_int_expressions_at_comptime_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
552 bytes
const_fixed_array_containing_references_to_itself_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
489 bytes
const_fixed_array_of_reference_value_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
180 bytes
const_fixed_array_of_string_value_msvc_test.v
cgen: reduce v.c size by ~4% by removing comments and using shorter literals
1 year ago
389 bytes
const_fixed_array_return_unresolved_test.v
v: fix return array fixed with unresolved const as size (fix #23277) (#23279)
1 year ago
266 bytes
const_fixed_array_return_unresolved_test_reordered.v
checker: add passes for top level decls (fix #26306) (#26589)
last Feb 14
279 bytes
const_fixed_array_test.v
ast: fix the registration of fixed arrays, when size_expr is a const (fix #23946) (#23949)
1 year ago
429 bytes
const_fixed_array_with_type_alias_test.v
cgen: fix const fixed array with type alias (fix #24936) (#24946)
last Jul 22
381 bytes
const_fixed_array_with_var_item_test.v
cgen: fix codegen for const fixed array initialization with another const as item (fix #23565) (#23572)
1 year ago
158 bytes
const_from_bytes_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
224 bytes
const_function_call_init_order_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
549 bytes
const_if_fixed_array_test.v
cgen: fix codegen for if comptime and array fixed (fix #25691) (#25697)
last Nov 9
519 bytes
const_init_order_test.v
all: replace remaining active usages of the long deprecated @VROOT in various tools/tests with @VEXEROOT
last Feb 8
612 bytes
const_map_init_order_test.v
ast: fix const map init order (fix #23255) (#23256)
1 year ago
424 bytes
const_name_equals_fn_name_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.25 KB
const_reference_argument_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
187 bytes
const_resolution_test.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
356 bytes
const_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
871 bytes
constant_array_size_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
1.09 KB
const_from_multi_branchs_of_if_expr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
233 bytes
const_global_arr_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
203 bytes
const_init_array_index_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
187 bytes
const_many_pluses_with_raw_string_literal_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
355 bytes
const_markused_test.v
markused: fix const as fn mark as used (fix #25888) (#25895)
last Dec 5
97 bytes
const_order_with_str_interp_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
188 bytes
const_propagate_result_test.v
checker: fix calls with result propagation, using other consts, in const declaration expressions (fix #21609) (#25060)
last Aug 7
135 bytes
const_representation_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
742 bytes
const_selector_expr_order_test.v
tests: split vlib/v/tests/ into several subfolders, to mitigate github limits for number of files in a folder (#22158)
1 year ago
567 bytes