v/vlib/v
Henrixounez 8152b86652
checker: detect correct len expression for multidimensional array init (#6521)
2020-10-02 03:12:33 +02:00
..
ast checker: disallow most statements in if/match expression branches (#6509) 2020-09-30 16:06:22 +02:00
builder builder: cleanup .timing_message/2 2020-10-01 18:21:34 +03:00
cflag builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
checker checker: detect correct len expression for multidimensional array init (#6521) 2020-10-02 03:12:33 +02:00
depgraph vfmt: ran `v vet vlib/v/` and fix spaces 2020-07-04 16:19:54 +03:00
doc doc: replace os.base_dir with os.dir 2020-10-01 01:30:22 +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 all: use `macos` consistently in os.user_os and the compiler 2020-09-29 22:32:20 +03:00
gen gen: optimize `str == ''` to `str.len == 0` for performance (#6527) 2020-10-01 23:28:44 +03:00
parser parser: dont allow single letter enums (#6526) 2020-10-01 23:29:49 +03:00
pref pref: do not check arguments after 'run' command (#6524) 2020-10-01 23:30:39 +03:00
scanner scanner: add an error for unfinished string literals (#6519) 2020-10-01 16:40:59 +03:00
table parser: allow multiple types in match branch (#6505) 2020-10-01 01:07:36 +02:00
tests parser: allow multiple types in match branch (#6505) 2020-10-01 01:07:36 +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 gen: named imported structs operator overloading and str methods (#6433) 2020-09-20 19:51:14 +02:00