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

2129 Commits

Author SHA1 Message Date
d3e676bdc1 orm: use errcode comparisons, instead of strcmp(sqlite3_errmsg,msg) 2020-07-10 10:14:30 +03:00
581603f2bd fmt: make formatter know about new keywords shared, rlock (#5779) 2020-07-09 22:41:45 +02:00
fb927dab60 checker: check all branches for return (#5763) 2020-07-09 22:38:43 +02:00
194ecda829 fmt: array_init: use line breaks of first elements in every hierarchy (#5777) 2020-07-09 22:36:49 +02:00
14d83c8457 orm: fix invalid no more rows available error (#5774) 2020-07-09 22:36:01 +02:00
e47ad33af6 fmt: format array elements line-by-line when nl after [ (#5776) 2020-07-09 19:47:12 +02:00
31ac20876c cgen: minor formatting of struct_init (#5768) 2020-07-09 17:25:48 +02:00
c5dc1a33b6 all: remove it smartcast and replace with original variable name (#5764) 2020-07-09 17:14:14 +02:00
9511b7d0a1 cc: do not use -ldl in cross compiling for now 2020-07-09 12:29:49 +02:00
8c338a7c3b cc: format and fix linuxroot download 2020-07-09 12:26:15 +02:00
dfa29b6e4d fast: fix 1mil.v test 2020-07-09 11:56:31 +02:00
73a259496e tests: support VTEST_ONLY=fn_,match_ ./v test-fixed and in compiler_test.v 2020-07-09 10:47:16 +03:00
ce31c4c03e tests: support VTEST_ONLY=parser ./v vlib/v/compiler_errors_test.v 2020-07-09 10:27:31 +03:00
2790890bc2 ci: use pre built docker containers for musl (#5759) 2020-07-08 21:30:57 +03:00
c0fa31e75a cgen: if smartcast part 3 (#5755) 2020-07-08 19:14:47 +02:00
e7cd496c31 parser: smartcast fix (#5756) 2020-07-08 16:08:44 +02:00
f834276803 doc: struct literals (#5726) 2020-07-08 16:02:35 +02:00
64e9bdc213 parser: fix non-void optional fn missing return value (fix #5736) (#5741) 2020-07-08 16:01:17 +02:00
5ea17ad2d4 all: if smartcast part 2 (#5754) 2020-07-08 15:46:58 +02:00
b62bf59c21 all: if-is smartcast part 1 (#5730) 2020-07-08 15:17:28 +02:00
3b0dfd9ae1 cc: use @response files to avoid command line length limits (#5750) 2020-07-08 15:50:17 +03:00
69d3c3f596 cgen: sort const inits/cleanups topologically, skip calling non fn init(){} fns 2020-07-08 14:28:58 +03:00
2425c05c42 Revert "cgen: sort const inits/cleanups topologically too"
This reverts commit 38000f8622.
2020-07-08 12:56:56 +02:00
88248b1b66 cgen: add support for shared arrays (#5721) 2020-07-08 11:05:43 +02:00
38000f8622 cgen: sort const inits/cleanups topologically too 2020-07-08 11:22:30 +03:00
9c87ace153 cgen: fix cross assign for functions (#5734) 2020-07-08 09:17:26 +03:00
3bb1d24dad parser: add template path by fn name for vweb (#5737) 2020-07-08 09:12:57 +03:00
bd16dd9fdf cgen: fix assert sumtype is (#5739) 2020-07-08 09:05:01 +03:00
b0ce66d141 gen: fix generated defer (#5717) 2020-07-08 08:39:11 +03:00
cdfb578565 builder: cache msvc (#5733) 2020-07-07 20:35:49 +02:00
c99200918e checker: fix if 2020-07-08 01:42:42 +10:00
2480cce1ed checker: optimize if & fix typo 2020-07-08 01:36:48 +10:00
5fd5e558ae parser/checker/gen: anon fn direct call with args 2020-07-08 01:10:39 +10:00
2a7a6fa1eb orm: add delete stmt (#5725) 2020-07-07 16:55:32 +02:00
4d7d1eb0c4 http: referer() 2020-07-07 14:37:43 +02:00
dc24327b1e cgen: minor optionals fix (#5714) 2020-07-07 14:21:02 +02:00
68e01d87be checker: fix multi assignment for multiple fns (#5716) 2020-07-07 14:18:51 +02:00
a6450e8e98 vweb: fix and simplify routing 2020-07-07 12:35:45 +02:00
ef02373061 all: remove rwshared keyword, make its semantics default for shared (#5710) 2020-07-07 01:57:31 +02:00
43c8726c37 cgen: minor optimization of comptime (#5705) 2020-07-06 19:58:21 +02:00
1f3d7d393e gg: simplify text rendering 2020-07-06 19:45:00 +02:00
cfa8e0a81a js: |0 -> parseInt (#5703) 2020-07-06 18:09:54 +02:00
9a4d989188 test: move sumtype int cast test into fn & test var 2020-07-06 23:39:51 +10:00
659aa8db3c js: fix int division (#5701) 2020-07-06 15:24:24 +02:00
6b2777e681 compiler: support VTMP; tests: delete .tmp.c files on successfull tests 2020-07-06 15:08:46 +03:00
d82e6c9cd9 checker/table: fix sumtype cast from int literal 2020-07-06 21:27:48 +10:00
25771a1afe compiler: remove -keepc option (it is now always on) 2020-07-06 13:42:18 +03:00
c94038af89 cgen: improve generated code formatting (#5693) 2020-07-06 12:33:57 +02:00
fc7237be7b checker: fix cast to sum type (fix #5690) (#5692) 2020-07-06 12:32:59 +02:00
f41edef4c6 checker: add 1/0x0 1/0b0.. division by zero check (#5694) 2020-07-06 12:32:00 +02:00