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

8747 Commits

Author SHA1 Message Date
b92f980274 token: fix Token.str() for punctuation and operators (#8610) 2021-02-07 03:40:00 +01:00
d284918554 tools/fast: push changes to gh pages 2021-02-07 03:35:29 +01:00
d77bb2f606 all: improve -skip-unused, track consts, walk all AST nodes, support tests 2021-02-07 02:51:45 +02:00
26121d5ae7 tools/fast: cron job to check for new commits 2021-02-06 22:28:42 +01:00
f5f65f929f parser: parse map{key_expr: val_expr} (#8608) 2021-02-06 22:13:24 +01:00
db0fc8fbc9 fmt: better function call wrapping inside ternary if branches (#8604)
* fmt: better funcation call wrap in singel line ifs

* tests

* format files
2021-02-06 21:46:52 +01:00
cf230644b6 fmt: enable shared return types (#8614) 2021-02-06 21:25:06 +01:00
5343f1374b all: allow functions to return shared object (#8606) 2021-02-06 19:41:52 +01:00
fe9d062b41 gen: fix bug where unreached defer is executed (#8594) 2021-02-06 18:40:39 +02:00
de9813233f gg: support getting system font on Android (#8611) 2021-02-06 18:36:43 +02:00
e57b73bcfc ci: fix the using_comptime_env.vv test (execute only on ubuntu-tcc again) 2021-02-06 13:07:21 +02:00
9b839b3b7d cgen: fix gen of > operator overloading (#8600) 2021-02-06 12:59:20 +02:00
1fcac4098b tests: use a serial task runner for -skip-unused too 2021-02-06 10:08:59 +02:00
167773dd1c checker: make -skip-unused process a list of root functions, not just main.main 2021-02-06 09:41:24 +02:00
41cc72e8e8 docs: fix broken link to vlib/net/socket.v 2021-02-06 08:12:43 +02:00
e83c39c81a builtin: document rest of map.v (#8578) 2021-02-06 03:07:42 +01:00
ab279dace7 cgen: support shared initialization from call returning optional (#8593) 2021-02-06 03:07:05 +01:00
1b6efebac7 all: fix map = map2 assignment (#8581) 2021-02-06 03:06:34 +01:00
57258c2988 builtin: document remaining pub structs in builtin.v (#8576) 2021-02-05 21:02:29 +01:00
1101533dea crypto: document rest of rand submodule (#8580) 2021-02-05 20:26:34 +02:00
59c1c77bfe check-md: fix missing default_command when nofmt was set (#8591) 2021-02-05 20:25:27 +02:00
9a1da1a97b rand: move the shuffle function from arrays to rand.util (#8587) 2021-02-05 20:24:38 +02:00
ed6fc79fbe ci: run the -skip-unused tests on linux (so local testing is easier) 2021-02-05 20:03:24 +02:00
99822e51de ci: force println_os_executable.vv to have a stable output on all OSes 2021-02-05 20:01:02 +02:00
e1052a5ec7 semver: document all pub functions (#8586) 2021-02-05 19:57:42 +02:00
58b3a30b47 docs/readmes: format almost all remaining code blocks (#8590) 2021-02-05 19:50:28 +02:00
576492af4e examples: fix 2048 on Apple M1 2021-02-05 19:35:51 +02:00
9a7ecf2807 ci: limit the -skip-unused testing to the ubuntu CI jobs for now 2021-02-05 18:41:46 +02:00
a6ecc19040 ci: fix -skip-unused compiler test on windows, using -d no_backtrace 2021-02-05 18:36:57 +02:00
6b776e686e parser: display correct position on boolean expression error (#8563) 2021-02-05 16:52:35 +01:00
44ab0154b2 builtin: document last of array.v (#8575) 2021-02-05 16:51:45 +01:00
22e23eda5d doc: use '?' in optional functions (#8583) 2021-02-05 16:51:17 +01:00
a94228bb16 checker: make [] == ArrayAlias([]) an error (#8562) 2021-02-05 16:49:40 +01:00
e78c30d181 clipboard: add android variant (#8585) 2021-02-05 16:49:04 +01:00
9ab1d17cbc fmt: keep __global in struct declarations (#8584) 2021-02-05 16:46:43 +01:00
76ea3e7b41 tools/check-md: allow directories as args and deprecate -all flag (#8582) 2021-02-05 16:46:20 +01:00
12e8e31bb2 doc: document !in (#8546) 2021-02-05 16:45:20 +01:00
81789ee106 tests: add vlib/v/tests/skip_unused/ 2021-02-05 17:27:00 +02:00
867d96a077 checker: use @METHOD for util.timing_start in Checker.mark_used/1 2021-02-05 16:41:55 +02:00
16dffc7c1d compiler: move timing_start/timing_measure to util.timing_start/util.timing_measure 2021-02-05 16:34:56 +02:00
25a3873019 parser,checker: support @METHOD, replaced by 'ReceiverType.MethodName' 2021-02-05 16:32:43 +02:00
d30f94507c checker: enable -skip-unused for more examples 2021-02-05 11:55:40 +02:00
8f160ee3ed ci: run vfmt over vlib/v/gen/c/fn.v 2021-02-05 11:18:29 +02:00
40fff7b56a v.pref: support v -skip-unused run examples/hello_world.v 2021-02-05 11:12:28 +02:00
80697ec7f3 table: .is_used => .usages (a counter, instead of a boolean flag) 2021-02-05 10:03:17 +02:00
231182c3ff docs: vfmt the function example too (fix ci) 2021-02-05 09:30:18 +02:00
e5c9fcb7e9 ci: fix building vdoc, vls, etc 2021-02-05 09:27:14 +02:00
395fcc1476 thirdparty: remove unused glad folder (leftover from glfw) 2021-02-05 09:19:30 +02:00
5a183d23a9 cgen: disable the new [if xxx] logic for now 2021-02-05 08:16:16 +01:00
1084b43ffb all: ast walker for marking unused fns 2021-02-05 08:05:35 +01:00