1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
0be20f1556 v.pref: keep the -error-limit option for now too 2021-08-15 13:46:50 +03:00
b3094b0667 checker: abort prematurely on too many errors (#11185) 2021-08-15 13:41:51 +03:00
8a8a0932f7 all: add limit to accumulated errors / warnings (#11183) 2021-08-14 19:49:21 +03:00
6750ed254f x64: rename to native to not conflict with the x64 comptime variable 2021-04-27 12:24:58 +03:00
c76c69ec35 all: simplify return if ... constructs to make more code compatible with -autofree 2021-03-22 16:45:29 +02:00
c65d65a3f5 v: use dash instead of lowerdash for -print-v-files (#9111) 2021-03-04 14:38:05 +02:00
76c8dea782 vcomplete: add powershell support (#9093) 2021-03-03 23:57:08 +01:00
927606dc39 tools: rename v test-compiler-full to v test-self 2021-01-19 10:41:51 +02:00
ac2c3847af all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
460f32baf2 tests: add v test-all, move v test-fixed to v test-compiler-full 2021-01-17 16:11:10 +02:00
25dd983d97 vcomplete: append path separator to results if they're directories (#7426) 2020-12-21 06:03:33 +01:00
3f2133c65e examples,tools: cleanup most warnings 2020-12-04 16:05:39 +02:00
13948152b6 cmd/v: rename reuse-tmpc to keepc 2020-11-27 20:16:24 +01:00
c7ca1e7e13 tools/vcomplete: add fish auto completion support (#6917) 2020-11-23 14:53:32 +02:00
e403c38d7b cmd/v: add zsh auto completion support (#6912) 2020-11-22 20:12:34 +01:00
e53b451d60 v complete: fix completion of v fmt cmd/tools/vcomp<Tab> 2020-11-20 21:29:59 +02:00
de0cfdd323 v complete: add better support for tool flag completion (#6894) 2020-11-20 20:50:01 +02:00
82b16cbf45 v: add shell auto-completion with source <(v complete setup bash) (#6886) 2020-11-20 16:17:31 +02:00