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

38 Commits

Author SHA1 Message Date
6756d28595 all: 2023 copyright 2023-03-28 22:55:57 +02:00
24189e02b5 tools: fix typo in vcomplete.v (#16851) 2023-01-03 10:11:06 +02:00
349ce08a11 tools: fix vcompletion for single-file directories (#16586) 2022-12-05 09:15:43 +02:00
e419faf746 all: fix dependant->dependent typos, cleanup comments 2022-12-02 12:51:10 +02:00
017ace6ea7 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
Ned
235ef23588 tools: add v ls - a VLS launcher and updater utility (#15009) 2022-07-10 20:27:50 +03:00
9f5e442dab tools: add bump flags to vcomplete (#14813) 2022-06-21 15:11:42 +03:00
690a8422d1 vcomplete: add -no-parallel to flag completions (#14735) 2022-06-10 11:57:12 +03:00
f3e7f24ee6 tools: implement v missdoc --diff oldv newv (#14537) 2022-05-27 18:19:06 +03:00
8eea861c93 vcomplete: improve flag completion, add missdoc (#14415) 2022-05-18 08:50:32 +03:00
8b033c3993 tools: add a -theme-dir folder/ parameter to v doc (#13550) 2022-02-21 12:08:46 +02:00
f54ad51946 tools: add support for ~ and absolute paths in vcomplete (#13125) 2022-01-10 21:50:39 +02:00
05ec8ec15b tools: add help for v complete (#13098) 2022-01-09 16:09:10 +02:00
95f6bd7fca tools: change default for v complete (autodetect shell) 2022-01-07 23:36:42 +02:00
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
f0969698e2 cmd: add v bump (#12798) 2021-12-11 22:17:01 +02:00
dbe67c688f tools: add a v gret command to aid detecting visual regressions in gg based apps (#12775) 2021-12-09 21:31:55 +02:00
cd96f980cc v complete: add recent additions to cmd/tools, sort list (#12762) 2021-12-08 22:27:07 +02:00
678e3a210d tools: add vshader (#12195) 2021-10-16 22:10:48 +03:00
aedb6b8e84 v.builder: implement a -check mode, that runs only the parser + the checker, without codegen (#11414) 2021-09-07 07:17:53 +03:00
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