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
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
comptime: add type metadata accessors .pointee_type, .payload_type, .variant_types, plus $zero(TypeExpr) and $new(TypeExpr) (fixes #26980)
last Apr 25
14.35 KB
enum_comptime_test.v
parser: add `$` compile-time code on root/module level (fixes #20420)
last Apr 14
1.1 KB
expr.v
comptime: add type metadata accessors .pointee_type, .payload_type, .variant_types, plus $zero(TypeExpr) and $new(TypeExpr) (fixes #26980)
last Apr 25
34.63 KB
fn.v
all: fix testsuite `after_each` and `before_each` functions (fixes #19699)
last Apr 23
49.01 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
module.v
parser: fix comptime $else { import log } error when in one line (fixes #26527)
last Apr 21
9.94 KB
orm.v
parser: fix segfault in orm `where` expression check when left side is an Ident (#26989)
last Apr 25
21.06 KB
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
parser.v
ast: detect C aliases by name prefix in rewrite_already_registered_symbol, instead of marking every C alias TypeSymbol with language=.c
last May 11
96.05 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