1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/ast
2023-07-13 11:58:49 +03:00
..
walker all: change optional to result in vlib/v. (#16177) 2022-10-24 11:51:20 +03:00
ast.v checker: fix type checker on auto deref var (#18842) 2023-07-13 11:56:11 +03:00
attr.v checker: change 'expr(expr_ ast.Expr)' to 'expr(mut expr ast.Expr)' (#18781) 2023-07-05 17:02:22 +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
cflags.v ast, checker, fmt: fix compiler internal formatting failed (#18356) 2023-06-06 16:18:28 +03:00
comptime_const_values.v cgen,checker: support simple voidptr casts in consts, without delaying the initialisation to _vinit (#15996) 2022-10-08 13:14:26 +03:00
comptime_valid_idents.v ast, checker, fmt: fix compiler internal formatting failed (#18356) 2023-06-06 16:18:28 +03:00
embed_file.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
init.v ast: clean up ast.StructInit (#18518) 2023-06-22 16:41:08 +03:00
native.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
scope.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
str.v parser, checker: fix static method naming and generic call (#18694) 2023-06-28 07:07:07 +03:00
table.v ast: minor simplification of new_table() (#18795) 2023-07-06 13:51:46 +03:00
type_size_test.v v: forbid function parameter names, shadowing imported module names (#17210) 2023-02-08 20:37:04 +02:00
types_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
types.v v: allow alias as fixed array on return (#18817) 2023-07-13 11:58:49 +03:00