0 branches
Tree
Top files
Clone with HTTPS:
function_stored_in_global.run.out
checker: make unused private fn/const warning a notice
last Apr 26
600 bytes
function_stored_in_global.vv
checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()`
4 years ago
319 bytes
global_array_indexed_by_global_fn.run.out
checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()`
4 years ago
276 bytes
global_array_indexed_by_global_fn.vv
all: fix add checker error when non-explicitly downcasting integers internally (fixes #23695)
last Apr 23
508 bytes
global_fixed_array_initialisation.run.out
cgen: fix fixed array global variable (fix #14712) (#14730)
4 years ago
31 bytes
global_fixed_array_initialisation.vv
cgen: fix fixed array global variable (fix #14712) (#14730)
4 years ago
73 bytes
global_nested_struct_test.run.out
cgen: fix nested struct generation for globals for gcc (#16614)
3 years ago
n/a
global_nested_struct_test.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
161 bytes
global_string_array_mut_fn.run.out
cgen: fix global string array not being modifiable in function (fixes #17377)
last Apr 14
25 bytes
global_string_array_mut_fn.vv
cgen: fix global string array not being modifiable in function (fixes #17377)
last Apr 14
243 bytes
global_var_in_anon_fn.run.out
checker: fix anon fn using global variable (fix #15004) (#15008)
3 years ago
4 bytes