v/vlib/v
spaceface777 4e6bc27b30
compiler: fix self compilation with cached modules on macOS (#7023)
2020-11-29 19:30:35 +01:00
..
ast parser: disallow ptr type as sum type variant (#6996) 2020-11-28 23:40:40 +02:00
builder compiler: fix self compilation with cached modules on macOS (#7023) 2020-11-29 19:30:35 +01:00
cflag v: add VCACHE support for thirdparty object files and for `v build-module` 2020-10-25 03:09:07 +03:00
checker scanner: fix escape `\u` (fix #6849) (#7012) 2020-11-29 17:01:40 +02:00
depgraph fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
doc all: refactor UnionSumType to SumType (#6944) 2020-11-25 13:09:40 +02:00
errors fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
eval all: refactor UnionSumType to SumType (#6944) 2020-11-25 13:09:40 +02:00
fmt vfmt: fix eating `c` in `c'foo'` (#7009) 2020-11-29 10:39:50 +02:00
gen compiler: fix self compilation with cached modules on macOS (#7023) 2020-11-29 19:30:35 +01:00
parser all: -usecache fixes and self compilation & some type cname optimisation (#7015) 2020-11-29 14:10:45 +01:00
pkgconfig pkgconfig: improve and fix the parser; move to v.pkgconfig (#6695) 2020-10-29 11:57:23 +02:00
pref compiler: use thirdparty/tcc/tcc.exe by default, when no explicit -cc is given (#6598) 2020-11-29 16:18:49 +01:00
scanner scanner: fix escape `\u` (fix #6849) (#7012) 2020-11-29 17:01:40 +02:00
table all: -usecache fixes and self compilation & some type cname optimisation (#7015) 2020-11-29 14:10:45 +01:00
tests autofree: free_before_break() test 2020-11-28 20:23:54 +01:00
token parser: remove __type (#6946) 2020-11-25 14:27:15 +01:00
util V 0.1.30 2020-11-28 04:43:11 +01:00
vcache checker: add check against `fn test_opt() ?{}` 2020-11-20 15:12:53 +02:00
vet fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
vmod fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
compiler_errors_test.v tests: restore skipped return_missing_comp_if.vv and return_missing_comp_if_nested.vv 2020-11-16 10:07:53 +02:00