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

8571 Commits

Author SHA1 Message Date
e2ff26a066 cgen: fix gen of .sort method for > operator and improve grammar of error (#8615) 2021-02-08 17:19:54 +02:00
e2ff2a5405 parser: deprecate {var | struct update (#8618) 2021-02-08 17:03:05 +02:00
f2100166c7 cgen: minor cleanup in gen_str_for_option (#8622) 2021-02-08 17:00:51 +02:00
9e751f72c4 doc, fmt: use map{key: value} syntax for map literals (#8623) 2021-02-08 16:57:42 +02:00
8ae23cd89e parser: make `v := f(v)' an undefined variable error (#8634) 2021-02-08 16:55:01 +02:00
03d5bfbc95 repl: use os.temp_dir() for the temporary .noprefix.vrepl.v files 2021-02-08 09:44:04 +02:00
e5839effbc checker/cgen: allow << operator for aliases (#8561) 2021-02-08 01:41:47 +01:00
473cd1d416 fmt: single line ternary return (#8605) 2021-02-08 00:28:46 +01:00
118ca1240e all: allow shared element types for struct and arrays (#8631) 2021-02-08 00:28:29 +01:00
7f4c582f1a fmt: unwrap long infix exprs inside parenthesis if necessary (#8609) 2021-02-07 23:10:39 +01:00
ff1aa06455 parser: require ++/-- to be on the same line as the previous token (#8621) 2021-02-07 23:10:16 +01:00
367dbc7707 ci: add tests with -Werror (#8630) 2021-02-07 23:10:01 +01:00
81e8c3bc1b cgen: minor optimization in infix_expr (#8625) 2021-02-07 17:22:54 +01:00
46f8e68bec ci: skip process/command example on windows (#8617) 2021-02-07 13:46:22 +02:00
13350681dd docs.md: use make.bat -tcc under Windows. (#8555) 2021-02-07 12:53:26 +02:00
bfd0bd1fb4 builtin: doc chan.v channel stub (#8577) 2021-02-07 12:42:24 +02:00
d62918581e example: support running flappylearning on Android (#8612) 2021-02-07 12:40:12 +02:00
f589a70874 examples: make a process example compile with -prod 2021-02-07 05:23:45 +01:00
2d875260e8 examples: Process examples (#8598) 2021-02-07 05:19:05 +01:00
68b4051a6e tools/fast: simplify logic now that it's run on each commit 2021-02-07 05:11:48 +01:00
a81ee0e94e tools/fast: measure v.c size and parse/check/cgen steps 2021-02-07 04:48:54 +01:00
32cd2846f5 tools/fast: run the job every minute 2021-02-07 04:01:02 +01:00
9f59b04e86 fmt: remove unused selective imports (#8595) 2021-02-07 03:58:43 +01:00
cd4f7101f7 parser: support short struct update syntax {...ident, (#8613) 2021-02-07 03:43:51 +01:00
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