v/vlib/v/ast
yuyi f7feb634d2
checker: fix error for if mut with immutable variable (#13728)
2022-03-13 16:33:50 +02:00
..
walker token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
ast.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
attr.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
cflags.v all: update copyright year 2022-01-04 12:21:12 +03:00
cflags_test.v
comptime_const_values.v
embed_file.v parser,cgen: handle `const x = $embed_file("file.txt").to_string()` 2022-01-25 11:40:07 +02:00
init.v ast: fix typos in resolve_init() (#13191) 2022-01-17 11:00:57 +02:00
native.v
scope.v all: update copyright year 2022-01-04 12:21:12 +03:00
str.v v.ast: fix `dump(os.real_path(Makefile))` printing `main.os.real_path` 2022-03-10 11:24:46 +02:00
table.v checker: check error for match mut with immutable variable (fix #9704 #8976) (#13725) 2022-03-13 09:53:29 +02:00
types.v ast: minor cleanup in pref_arch_to_table_language() (#13714) 2022-03-11 14:56:48 +02:00
types_test.v