v/vlib/v/checker
yuyi edbb39b81d
checker: correct error message of struct_decl() (#13240)
2022-01-21 12:10:09 +02:00
..
tests checker: correct error message of struct_decl() (#13240) 2022-01-21 12:10:09 +02:00
assign.v ast: simplify mktyp() (#13028) 2022-01-04 18:37:18 +02:00
check_types.v scanner, cgen: improve support for escape codes in backticks/runes (#13127) 2022-01-11 22:36:18 +02:00
checker.v checker,cgen: implement v.profile.on/1, support `[if profile]` and `-d no_profile_startup` (#13232) 2022-01-21 03:26:05 +02:00
comptime.v checker,cgen: implement v.profile.on/1, support `[if profile]` and `-d no_profile_startup` (#13232) 2022-01-21 03:26:05 +02:00
containers.v parser, checker: correct error message for a fixed array size using a non constant (fix #13219) (#13228) 2022-01-20 13:03:19 +02:00
fn.v checker: check type mismatch in args of generics method calls (fix #13193) (#13196) 2022-01-17 16:48:59 +02:00
for.v transformer: refactor + apply transform to (hopefully) all nodes (#13216) 2022-01-20 08:40:16 +02:00
if.v transformer: refactor + apply transform to (hopefully) all nodes (#13216) 2022-01-20 08:40:16 +02:00
interface.v all: update copyright year 2022-01-04 12:21:12 +03:00
match.v transformer: refactor + apply transform to (hopefully) all nodes (#13216) 2022-01-20 08:40:16 +02:00
orm.v all: update copyright year 2022-01-04 12:21:12 +03:00
return.v all: update copyright year 2022-01-04 12:21:12 +03:00
struct.v checker: correct error message of struct_decl() (#13240) 2022-01-21 12:10:09 +02:00