v/vlib/v/parser
Nick Treleaven fcb57312b9
parser: error if parameter name starts with a capital (#13827)
2022-03-26 19:56:34 +02:00
..
tests parser: error if parameter name starts with a capital (#13827) 2022-03-26 19:56:34 +02:00
assign.v checker: check error for match mut with immutable variable (fix #9704 #8976) (#13725) 2022-03-13 09:53:29 +02:00
comptime.v checker: fix error for if mut with immutable variable (#13728) 2022-03-13 16:33:50 +02:00
containers.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
expr.v parser: notice unnecessary parenthesis of reference (fix #11179) (#13739) 2022-03-15 16:11:53 +02:00
fn.v parser: error if parameter name starts with a capital (#13827) 2022-03-26 19:56:34 +02:00
for.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
if_match.v parser: check if guard condition (#13765) 2022-03-18 17:49:20 +03:00
lock.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
module.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
parse_type.v ast: rename TypeSymbol.is_public to TypeSymbol.is_pub (#13710) 2022-03-10 22:18:57 +02:00
parser.v parser: short circuit if conditions in Parser.name_expr 2022-03-19 20:31:03 +02:00
sql.v all: cleanup smartcasts in the compiler (#13639) 2022-03-03 10:48:31 +02:00
struct.v ast: rename TypeSymbol.is_public to TypeSymbol.is_pub (#13710) 2022-03-10 22:18:57 +02:00
tmpl.v strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
v_parser_test.v v.eval: add tests and fix runtime cast crash (#13019) 2022-01-03 18:30:42 +02:00