Popular repositories
992 contributions in the last year
Less
More
Contribution activity
August 2021
Created 19 commits in 1 repository
Created a pull request in vlang/v that received 9 comments
builtin.array: optimize array.delete_many() (fix #11150)
This PR makes minor optimization in array.delete_many(). (fix #11150)
Avoid realloc memory.
Using C.memmove instead of C.memcpy.
Avoid cross-borde…
+10
−14
•
9
comments
Opened 21 other pull requests in 1 repository
vlang/v
19
merged
2
closed
- cgen: fix error of if_expr in infix_expr
- v.gen.c: fix error of if expr (fix #7337)
- tests: supplement multi-instances generic testing
- v.checker: fix multi insts of generics fn with generic struct
- v.parser: fix generics type name in if_expr (fix #11154)
- v.checker: fix multi insts of generics struct with array (fix #11132)
- v.ast.types: fix formating fn variadic of reference param
- v.gen.c: fix fn variadic of reference param (fix #11110)
- v.gen.c.fn: fix fn mut arg of array (fix #11101)
- cgen: fix struct_init with fixed array field (fix #11097)
- v.parser: fix if expr with struct_init (fix #11088)
- v.gen.c: fix generic method on alias struct receiver (fix #7809)
- vself: fix error of v self options (fix #11068)
- gen/c/fn: fix error of print(alias of struct) (fix #10335)
- checker: check fn_call().sort() (fix #11040)
- parser: minor cleanup in parse_type.v
- gen/c/array: fix array sort error (fix #11037)
- cgen: fix autofree error of array init with string variable (fix #10427)
- array: fix autofree of fn returning array slice (fix #10420)
- cgen: fix auto str for map of reference struct (fix #11024)
-
all: disable automatic dereference of mut var in
for mutorfn(mut)(part 1)

