1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v
2020-05-02 19:01:53 +03:00
..
ast ast: allow scope var shadowing 2020-05-02 23:46:53 +10:00
builder docs: change obsolete -show_c_cmd to -showcc and -keepc 2020-05-02 19:01:53 +03:00
cflag parser: array init: []string => []string{} 2020-04-26 09:17:17 +02:00
checker checker: better << error 2020-05-02 16:48:52 +02:00
depgraph parser: array init: []string => []string{} 2020-04-26 09:17:17 +02:00
doc parser: array init: []string => []string{} 2020-04-26 09:17:17 +02:00
errors scanner: cleanup, only v.parser now depends on v.scanner 2020-04-27 16:08:04 +03:00
eval fmt: lots of fixes 2020-04-25 17:49:16 +02:00
fmt vfmt: fix eating ? in $if x ? {}, missing newline in __global ... 2020-05-01 12:29:23 +03:00
gen interpolation: fix error on windows_gcc 2020-05-02 18:22:34 +03:00
parser ast: allow scope var shadowing 2020-05-02 23:46:53 +10:00
pref compiler: add back support for -live 2020-05-02 01:14:44 +03:00
scanner repl: fix import xxx with no fn main error 2020-05-01 18:12:18 +02:00
table cgen: string interpolation field width support for large integers and utf8 strings 2020-05-02 00:43:59 +02:00
tests cgen: string interpolation field width support for large integers and utf8 strings 2020-05-02 00:43:59 +02:00
token all: remove var key 2020-04-30 16:55:33 +02:00
util errors: show line numbers in default color and add a space 2020-05-01 14:46:12 +02:00
vmod parser: array init: []string => []string{} 2020-04-26 09:17:17 +02:00