Joe Conigliaro
|
3b6e122d9d
|
all: comptime_call - update tmpl scope vars with caller scope vars after their properties got updated in checker
|
2022-03-01 02:13:29 +11:00 |
playX
|
b842e89acc
|
all: initial implementation of compile-time types (#13549)
|
2022-02-21 17:42:54 +02:00 |
yuyi
|
7178367de0
|
all: fix error for comptime for in field with generic fn (fix #13409) (#13439)
|
2022-02-11 22:00:13 +02:00 |
Tim Basel
|
9d0a5942ac
|
builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041)
|
2022-02-11 15:52:33 +02:00 |
yuyi
|
291a1ffd8d
|
token: rename Position to Pos, rename position() to pos() (#13279)
|
2022-01-26 12:36:28 +02:00 |
Delyan Angelov
|
295156e054
|
checker,cgen: implement v.profile.on/1, support `[if profile]` and `-d no_profile_startup` (#13232)
|
2022-01-21 03:26:05 +02:00 |
Larpon
|
7276705684
|
checker: add support for apk comptime if (#13079)
|
2022-01-07 13:38:21 +02:00 |
yuyi
|
b2538e83da
|
checker: fix generic fn using generic type in if expr (#13027)
|
2022-01-04 16:04:15 +02:00 |
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
yuyi
|
34e175a343
|
checker: minor cleanup of the fns classification (#12977)
|
2021-12-27 13:11:10 +02:00 |
yuyi
|
cd0b581445
|
ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898)
|
2021-12-19 18:25:18 +02:00 |
yuyi
|
674f99a658
|
checker: minor clean up in comptime_call() (#12860)
|
2021-12-16 11:47:47 +03:00 |
yuyi
|
c44115c67d
|
checker: fix goto label with comptime tmpl (#12853)
|
2021-12-15 18:48:43 +02:00 |
yuyi
|
f407d6de02
|
ast, checker, cgen: fix generics multiple type comptime call (fix #12777) (#12806)
|
2021-12-12 19:42:40 +02:00 |
Alexander Medvednikov
|
a58c539ee6
|
checker: minor fixes
|
2021-12-11 10:56:37 +03:00 |
Alexander Medvednikov
|
ee6c0a0691
|
checker: split up checker.v: fn.v, if.v, interface.v, match.v
|
2021-12-11 10:48:07 +03:00 |
Alexander Medvednikov
|
eaf0f9b4c1
|
checker: split up checker.v: assign.v, orm.v, comptime.v; c2v fixes
|
2021-12-11 10:23:58 +03:00 |