1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/ast
2023-02-06 16:39:03 +02:00
..
walker all: change optional to result in vlib/v. (#16177) 2022-10-24 11:51:20 +03:00
ast.v ast: add comments for ast.AssertStmt and ast.IfGuardExpr (#17235) 2023-02-06 16:39:03 +02:00
attr.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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: improve the support for #flag comptime_known_define something (support #flag wasm32_emscripten etc) 2023-01-25 17:38:47 +02: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
embed_file.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
init.v ast: use const empty_expr instead of fn empty_expr (thanks to Joe Conigliaro for the idea) (#15175) 2022-07-22 12:14:46 +03:00
native.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
scope.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
str.v vfmt: fix typename DecompressParams -> DezParams in function parameters, on import compress as z (fix #17216) 2023-02-05 00:25:14 +02:00
table.v ast,checker,parser,cgen: [c:'sym'] rework; allow compiling code from .v files tagged with [translated] without needing -translated too (#17125) 2023-01-26 17:47:38 +02:00
type_size_test.v all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
types_test.v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
types.v orm: add type checker for where (#17179) 2023-02-01 10:53:34 +02:00