Highlights
- Arctic Code Vault Contributor
Popular repositories
1,030 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 18 commits in 1 repository
Created a pull request in vlang/v that received 2 comments
all: fix fn_or_for_in mut value (part 1)
This PR makes optimization in fn_or_for_in mut value. (part 1)
Add is_auto_deref in ast.Var.
pub struct Var {
pub: name string expr Expr
... is_a…
+18
−47
•
2
comments
Opened 16 other pull requests in 1 repository
vlang/v
15
merged
1
closed
- cgen: format match_expr generated c codes
- cgen: minor cleanup in stmt()
- checker: fix sumtype assign error (fix #7988)
- cgen: minor optimization in infix_expr
- cgen: minor cleanup in gen_str_for_option
- cgen: fix map assign in reference instead of value (fix #8567)
- cgen: fix `mut` variable in `for` loop reads as address (fix #8548)
- cgen: fix array/map of alias to string
- token: correct some comments and add some necessary comments
- ftp: minor optimization in dir()
- cgen: add gen_alias_equality_fn (fix #7833)
- checker: merge array_map_fn_err tests
- checker: merge array_filter_fn_err tests
- ftp: fix error of dir() (fix #8500)
- checker: fix pass fixed array of function as argument (fix #8472)
- cgen: fix fixed array of function (fix #8473)