v/vlib/v/ast
yuyi c160ba2a8d
checker: stricter mutable reference check (fix #14803) (#14805)
2022-06-21 13:23:21 +03:00
..
walker token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
ast.v parser, cgen: temporary prefix ++ for translated code 2022-06-18 13:30:47 +03:00
attr.v ast: use `[direct_array_access]` for `attrs []Attr` lookup methods 2022-06-06 14:43:04 +03:00
cflags.v sokol: support compilation on OpenBSD (#14169) 2022-04-26 13:14:00 +03:00
cflags_test.v ast: fix bug in parsing `-Isomething -Danother` from #flag and #pkgconfig directives 2021-12-15 17:55:52 +02:00
comptime_const_values.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
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 all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
scope.v checker: stricter mutable reference check (fix #14803) (#14805) 2022-06-21 13:23:21 +03:00
str.v ast: fix IfExpr.str() (#14595) 2022-06-02 10:28:31 +03:00
table.v ast: fix array of reference sumtype appending (#14797) 2022-06-20 12:23:53 +03:00
type_size_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
types.v cgen: sort const array init order (fix #14748) (#14749) 2022-06-13 21:09:24 +03:00
types_test.v checker: disallow 'small_unsigned == signed' (#13967) 2022-04-12 19:37:30 +03:00