v/vlib/v/checker
jeffmikels 7a2705d8ce
scanner: multibyte rune literals now support unicode, hex, and octal escape codes (#13140)
2022-01-19 03:23:25 +03:00
..
tests scanner: multibyte rune literals now support unicode, hex, and octal escape codes (#13140) 2022-01-19 03:23:25 +03: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 all: add string range OrExpr (#13189) 2022-01-17 13:03:10 +03:00
comptime.v checker: add support for apk comptime if (#13079) 2022-01-07 13:38:21 +02:00
containers.v ast, checker, cgen: fix array of sumtype initialisation with a default `init:` (#13178) 2022-01-15 09:59:38 +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 checker: add error for `for x in t {`, where `t.next()` returns multiple values 2022-01-05 00:46:44 +02:00
if.v checker: fix generic fn using generic type in if expr (#13027) 2022-01-04 16:04:15 +02:00
interface.v all: update copyright year 2022-01-04 12:21:12 +03:00
match.v checker: check error for match conditions with parenthesis (#13130) 2022-01-11 09:50:20 +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 ast, parser, checker: fix generic struct field with default struct value (#13158) 2022-01-13 22:25:25 +02:00