1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-10-07 11:32:50 +03: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: infer generic type T from matching fn call argument (#6298) 2020-10-06 15:34:02 +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 backporting: remove C typedef redefinitions of map_int/map_string/array_byte/array_string 2020-10-07 11:32:50 +03:00
parser vet: accumulate the collected errors manually (fixes CI) 2020-10-06 10:02:35 +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 ci: vfmt -verify more important files 2020-10-06 06:32:39 +02:00
tests cli: help displayed when a Command has no execute function (fix #6530) (#6567) 2020-10-07 05:39:13 +02:00
token parser: warn about ambiguous infix/prefix op token (#6491) 2020-09-29 03:13:10 +02:00
util builder: cleanup .timing_message/2 2020-10-01 18:21:34 +03:00
vet
vmod os: remove base_dir(); dir() and base() fixes 2020-10-01 01:25:52 +02:00
compiler_errors_test.v checker: disallow address of array and map index outside unsafe (#6557) 2020-10-05 13:08:30 +02:00