v/vlib/v
Nick Treleaven 92630a2821
checker: error if assigning to a function (#6581)
2020-10-09 00:48:39 +02:00
..
ast test: add tests for disallowing map/array get element/key address (#6568) 2020-10-05 18:40:51 +03:00
builder backporting: cleanup Makefile, use -std=gnu99 by default, honor CFLAGS and LDFLAGS (CentOS 6.9) 2020-10-07 07:05:59 +00:00
cflag
checker checker: error if assigning to a function (#6581) 2020-10-09 00:48:39 +02:00
depgraph
doc all: mark pref.Preferences field as immutable 2020-10-06 06:24:50 +02:00
errors
eval
fmt fmt: fix formatting of anon args (#6545) 2020-10-04 06:32:47 +02:00
gen autofree: fix and test var declarations 2020-10-08 17:10:20 +02:00
parser vfmt: prepare for using .source_name in type_to_str 2020-10-08 14:26:12 +03:00
pref pref: fix whitespace in compiler message (#6529) 2020-10-02 05:16:16 +02:00
scanner vet: accumulate the collected errors manually (fixes CI) 2020-10-06 10:02:35 +03:00
table vfmt: prepare for using .source_name in type_to_str 2020-10-08 14:26:12 +03:00
tests autofree: fix and test var declarations 2020-10-08 17:10:20 +02:00
token
util builder: cleanup .timing_message/2 2020-10-01 18:21:34 +03:00
vet
vmod
compiler_errors_test.v checker: disallow address of array and map index outside unsafe (#6557) 2020-10-05 13:08:30 +02:00