yuyi
|
f16722596c
|
all: replace generic '<>' with '[]' in error messages and comments (#16571)
|
2022-12-02 09:22:48 +02:00 |
|
yuyi
|
27cdf5ae0e
|
checker: minor cleanup in checker module (remove pub from most of checker's methods) (#16505)
|
2022-11-22 17:50:26 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
yuyi
|
dab1c8a71d
|
all: clean up optional and result handling (#16034)
|
2022-10-11 09:23:57 +03:00 |
|
yuyi
|
57e4ba4cd0
|
checker: fix generics interface with generic sumtype (fix #15883) (#15892)
|
2022-09-27 16:33:34 +03:00 |
|
Delyan Angelov
|
0133ff2cbf
|
checker: use reserved_type_names_chk.matches(word) instead of word in reserved_type_names
|
2022-07-29 23:23:34 +03:00 |
|
yuyi
|
5462d4aebf
|
checker: check generic interface declaration (#15108)
|
2022-07-18 01:36:37 +03:00 |
|
yuyi
|
7594157deb
|
checker: check generic interface declaration (#15047)
|
2022-07-13 09:43:54 +03:00 |
|
yuyi
|
f9fc136c24
|
all: rename InterfaceDecl.ifaces to InterfaceDecl.embeds (#13475)
|
2022-02-15 11:17:39 +02:00 |
|
yuyi
|
291a1ffd8d
|
token: rename Position to Pos, rename position() to pos() (#13279)
|
2022-01-26 12:36:28 +02:00 |
|
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
|
Delyan Angelov
|
b10ff1e41b
|
checker: infer generic interface type in i := Interface(Struct<u32>{})
|
2021-12-30 21:24:52 +02:00 |
|
Delyan Angelov
|
43fee6b3d5
|
all: fix registration of methods with the same name on different generic structs
|
2021-12-28 21:42:48 +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 |
|
Alexander Medvednikov
|
ee6c0a0691
|
checker: split up checker.v: fn.v, if.v, interface.v, match.v
|
2021-12-11 10:48:07 +03:00 |
|