0 branches
Tree
Top files
Clone with HTTPS:
testdata
parser,ast: protect against more overflows/panics, by forcing early returns on deeply nested expressions and scopes (#22098)
1 year ago
7.41 KB
tests
vlib/v/parser/tests: update prohibit_redeclaration .out for shifted Option line
last Jun 25
100.79 KB
attribute.v
revert: deprecated_after attribute change (fixes #19138) - incomplete, breaks time/format.v
last Apr 14
7.83 KB
check_cross_variables_regression_test.v
parser: fix Receiver methods only work when top declared (fixes #7280)
last Apr 23
1.45 KB
comptime.v
comptime: add type metadata accessors .pointee_type, .payload_type, .variant_types, plus $zero(TypeExpr) and $new(TypeExpr) (fixes #26980)
last Apr 25
24.25 KB
containers.v
v/v2: support array update/spread syntax `[...base, e1, e2]` (#22834) (#27261)
last May 25
15.29 KB
enum_comptime_test.v
parser: add `$` compile-time code on root/module level (fixes #20420)
last Apr 14
1.1 KB
for.v
v: refactor $var to ${var} across entire repository, make vfmt always output the newer form `${expr}` (#26494)
last Feb 1
6.4 KB
lock.v
checker: V error not allowing locking of element in array of shared structs (fixes #23449)
last Apr 14
1.16 KB
map_init_fmt_regression_test.v
parser: vfmt "breaks" invalid code with map of `[]u8` with `cap:` instead of giving error (fixes #24055)
last Apr 14
491 bytes
parenthesized_propagated_index_or_block_test.v
parser: fix calling function wrapped in a parexpr (fixes #22652)
last Apr 21
1.15 KB
parse_file_spawn_execute_regression_test.v
parser: fix parse_file() permanently breaks spawn + os.execute() on macOS (fixes #26633)
last Feb 26
852 bytes
parse_text_defer_stdout_test.v
parser: fix defer not being executed in compiler code (fixes #14438)
last Mar 25
1.24 KB
struct.v
all: fix Type/Struct loop causes SIGSEGV (segmentation fault) crash. (fixes #15338)
last Apr 23
32.75 KB
tmpl.v
v.tests: fix Bug when compiling a file for further debugging (fixes #15050)
last Apr 23
29.34 KB