| .. |
|
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
|
builder: cache msvc (#5733)
|
2020-07-07 20:35:49 +02:00 |
|
checker
|
gen: fix slicing mutable arguments (#6596)
|
2020-10-10 12:03:23 +02:00 |
|
depgraph
|
vfmt: ran `v vet vlib/v/` and fix spaces
|
2020-07-04 16:19:54 +03:00 |
|
doc
|
x.json2: add fast_raw_decode; support for i64 and f32 (#6586)
|
2020-10-09 16:11:55 +02:00 |
|
errors
|
checker: add details about a non matching functional argument
|
2020-07-04 22:37:06 +03:00 |
|
eval
|
fmt: lots of fixes
|
2020-04-25 17:49:16 +02:00 |
|
fmt
|
parser: support `mut static x := y` in -translated mode
|
2020-10-09 22:24:21 +03:00 |
|
gen
|
gen: fix slicing mutable arguments (#6596)
|
2020-10-10 12:03:23 +02:00 |
|
parser
|
parser: support `mut static x := y` in -translated mode
|
2020-10-09 22:24:21 +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
|
gen: fix slicing mutable arguments (#6596)
|
2020-10-10 12:03:23 +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
|
tests: add .vv support for `v vet` too, and simplify vet_test.v
|
2020-08-25 18:46:33 +03:00 |
|
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 |