| .. |
|
ast
|
parser/checker/fmt: optimize scope lookups by storing object with ident & add if expr smartcast support to vfmt (#5935)
|
2020-07-23 02:10:31 +10:00 |
|
builder
|
builder: pass define flags to msvc (#5931)
|
2020-07-22 17:24:12 +03:00 |
|
cflag
|
builder: cache msvc (#5733)
|
2020-07-07 20:35:49 +02:00 |
|
checker
|
fmt: give braced sub expressions a higher priority (#5941)
|
2020-07-23 00:32:34 +02:00 |
|
depgraph
|
vfmt: ran `v vet vlib/v/` and fix spaces
|
2020-07-04 16:19:54 +03:00 |
|
doc
|
all: make comment expressions + fix vfmt array init (#5851)
|
2020-07-17 19:13:22 +02:00 |
|
errors
|
checker: add details about a non matching functional argument
|
2020-07-04 22:37:06 +03:00 |
|
eval
|
…
|
|
|
fmt
|
fmt: give braced sub expressions a higher priority (#5941)
|
2020-07-23 00:32:34 +02:00 |
|
gen
|
v: fix for `import cli { Command }`
|
2020-07-22 20:33:43 +03:00 |
|
parser
|
v: fix for `import cli { Command }`
|
2020-07-22 20:33:43 +03:00 |
|
pref
|
v.pref: fix `v build file.v`
|
2020-07-21 19:36:58 +03:00 |
|
scanner
|
fmt,vet: handle `var in [single_value]` (#5882)
|
2020-07-19 19:58:34 +02:00 |
|
table
|
v: fix for `import cli { Command }`
|
2020-07-22 20:33:43 +03:00 |
|
tests
|
unsafe: tag with unsafe{} some more pointer manipulations
|
2020-07-22 21:42:51 +03:00 |
|
token
|
all: remove `rwshared` keyword, make its semantics default for `shared` (#5710)
|
2020-07-07 01:57:31 +02:00 |
|
util
|
v/checker: Warn about pointer indexing outside unsafe {} (#5918)
|
2020-07-22 20:28:53 +03:00 |
|
vet
|
fmt,vet: handle `var in [single_value]` (#5882)
|
2020-07-19 19:58:34 +02:00 |
|
vmod
|
…
|
|
|
compiler_errors_test.v
|
tests: support `VTEST_ONLY=fn_,match_ ./v test-fixed` and in compiler_test.v
|
2020-07-09 10:47:16 +03:00 |