v/vlib/v/checker
yuyi 7622ff3f54
checker: check using const var as function (#13006)
2022-01-01 09:15:43 +02:00
..
tests checker: check using const var as function (#13006) 2022-01-01 09:15:43 +02:00
assign.v checker: fix error of map selector assign (#12902) 2021-12-20 08:09:15 +02:00
check_types.v all: fix registration of methods with the same name on different generic structs 2021-12-28 21:42:48 +02:00
checker.v checker: add error for `for mut var in string {` (fix #12998) (#13000) 2021-12-31 09:54:06 +02:00
comptime.v checker: minor cleanup of the fns classification (#12977) 2021-12-27 13:11:10 +02:00
fn.v checker: check using const var as function (#13006) 2022-01-01 09:15:43 +02:00
if.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
interface.v checker: infer generic interface type in `i := Interface(Struct<u32>{})` 2021-12-30 21:24:52 +02:00
match.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
orm.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
return.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00