0 branches
Tree
Top files
Clone with HTTPS:
testdata
tests: fix msvc-windows CI failures in coutput_test and waitgroup_test
last May 16
93.17 KB
array.v
cgen: fix generic sort comparator reusing wrong body across instantiations (fixes #27121)
last May 10
90.73 KB
auto_eq_methods.v
ci: enable vtcc test on macOS, fix C codegen for clang compatibility
last May 17
29.98 KB
comptime.v
veb, fasthttp: efficicent memory management with -prealloc (memory is freed after the request is finished, no gc needed)
last May 13
59.03 KB
coutput_test.v
ci: fix gcc-windows CI failures and re-enable v2 test suite on macOS
last May 16
27.19 KB
custom_start_freestanding_test.v
cgen: incompatible redefinition of 'size_t' (fixes #21477)
last Apr 14
1.62 KB
for.v
cgen: fix Debugger not updating variable values correctly during array iteration (fixes #17436)
last Apr 23
32.23 KB
freestanding_size_t_test.v
cgen: Use freestanding mode, but encounter incompatible size_t redefinition error by C (fixes #23228)
last Apr 14
1.02 KB
if.v
veb, fasthttp: efficicent memory management with -prealloc (memory is freed after the request is finished, no gc needed)
last May 13
23.86 KB
infix.v
cgen: pointer compare instead of deep struct_eq when one side is &lvalue (fixes #27089)
last May 8
68.07 KB
link_generated_c_files_test.v
cgen: fix parallel compilation failing on windows (fixes #26877)
last Apr 21
2.43 KB
no_builtin_no_preludes_types_test.v
cgen: types are not respected with -no-builtin (fixes #21264)
last Mar 11
775 bytes
orm.v
orm: add bulk insert/update support with CASE WHEN batch updates, MySQL time conversion, and checker/codegen validation (#27132)
last May 13
90.49 KB
past_tmp_var.v
cgen: reduce code for returning and extra whitespaces on `return` (#22967)
1 year ago
1.03 KB
profile.v
cgen: support measuring programs, that use multiple threads in the new profiler column (turn `prof_measured_time` into a thread local, for the supported C compilers) (#24061)
1 year ago
4.0 KB