v/vlib/v/tests/inout
Delyan Angelov 4076e8eaa0
tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv
2021-02-28 19:14:19 +02:00
..
.gitignore .gitignore: ignore all binary files by default 2020-04-29 16:49:13 +02:00
bad_st_as.out gen: panic with correct type names (#8355) 2021-01-30 18:54:05 +02:00
bad_st_as.vv runtime `as` type check: part 1 2020-04-25 08:36:53 +02:00
cli_command_no_execute.out cli: help displayed when a Command has no execute function (fix #6530) (#6567) 2020-10-07 05:39:13 +02:00
cli_command_no_execute.vv cli: show help for empty root command (#6636) 2020-10-17 19:06:27 +03:00
cli_root_default_help.out cli: show help for empty root command (#6636) 2020-10-17 19:06:27 +03:00
cli_root_default_help.vv cli: show help for empty root command (#6636) 2020-10-17 19:06:27 +03:00
compiler_test.v cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
enum_print.out cgen: printing pointer should print the address 2020-04-09 15:35:52 +02:00
enum_print.vv all: fix struct names error 2020-05-27 19:12:34 +03:00
file.md tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00
fixed_array_index.out cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
fixed_array_index.vv cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
fixed_array_slice.out cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
fixed_array_slice.vv cgen: add fixed array bounds checking for non-literal index (#8832) 2021-02-22 14:54:24 +02:00
footer.md tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00
header.md tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00
hello.out cgen: enum str() 2020-04-08 15:54:38 +02:00
hello.vv ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
hello_devs.out cgen: enum str() 2020-04-08 15:54:38 +02:00
hello_devs.vv ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
nested_structs.out cgen: simplify .str() generation (#7038) 2020-12-01 16:09:03 +01:00
nested_structs.vv all: fix struct names error 2020-05-27 19:12:34 +03:00
os.out docs: ROADMAP.md instead of roadmap.txt (#9002) 2021-02-27 21:18:47 +03:00
os.vv v2: compiler_test.v should fail on errors. 2020-04-02 19:01:31 +03:00
panic_with_cg.out tests: support .vv in compiler_test.v too 2020-08-25 18:52:28 +03:00
panic_with_cg.vv tests: add panic_with_cg.vv/.out 2020-05-04 14:34:51 +03:00
string_interp.out cgen: % escape in string interpolated literals 2020-04-12 16:24:23 +03:00
string_interp.vv ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
tmpl_all_in_one_folder.out tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00
tmpl_all_in_one_folder.vv tmpl: add a tmpl_all_in_one_folder.vv test; fix for static_vars_in_translated_mode.vv 2021-02-28 19:14:19 +02:00