v/vlib/v/parser
Delyan Angelov 8c4429c875 parser: fix passing the is_mut flag of anon fn arguments 2020-07-24 11:27:56 +03:00
..
tests parser: force `...` rather than `..` in matches for inclusive ranges (#5852) 2020-07-17 11:30:21 +03:00
assign.v all: fix a big mutability bug and update all mutable vars 2020-07-23 23:16:36 +02:00
comptime.v all: fix a big mutability bug and update all mutable vars 2020-07-23 23:16:36 +02:00
containers.v all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
fn.v parser: fix passing the is_mut flag of anon fn arguments 2020-07-24 11:27:56 +03:00
for.v parser: add error for `for i := 0; i++; i < ..` (#5850) 2020-07-17 10:31:58 +03:00
if.v fmt: allow for comments in call args and if expressions branches (#5871) 2020-07-20 17:48:33 +03:00
lock.v parser/checker/fmt: optimize scope lookups by storing object with ident & add if expr smartcast support to vfmt (#5935) 2020-07-23 02:10:31 +10:00
module.v vfmt: turn off module is imported but never used for vfmt 2020-07-11 15:03:37 +03:00
parse_type.v fmt,vet: handle `var in [single_value]` (#5882) 2020-07-19 19:58:34 +02:00
parser.v parser: disable the duplicate import check for now 2020-07-23 22:20:00 +02:00
parser_test.v fmt: run on parser/assign.v 2020-06-27 15:00:28 +02:00
pratt.v vfmt: fix `x := *&int(ptr)` 2020-07-21 15:58:17 +03:00
sql.v all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
struct.v all: fix a big mutability bug and update all mutable vars 2020-07-23 23:16:36 +02:00