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

4754 Commits

Author SHA1 Message Date
2b48ce21df checker: make sure main has no args and doesn't return 2020-04-29 09:19:46 +02:00
a9e33e712a checker: check struct field name duplicate 2020-04-29 09:11:36 +02:00
0dc7a57e1f scanner: prevent panic with string starting on first character 2020-04-28 18:57:16 +02:00
8c526ad05b tests: ignore vlib/v/checker/tests/*.v files (only *.vv are sources there) 2020-04-28 16:45:25 +03:00
0afaef5818 checker: ambiguous function call error
* checker: ambiguous function call error

* checker: ambiguous function call error wording

* checker: ambiguous functions tests newline
2020-04-28 16:27:49 +03:00
8a81aa5c93 errors: disambiguate between variable and fn source_context 2020-04-28 16:20:50 +03:00
7924b4d77c compiler: handle a panic when an error is produced, but source == '' 2020-04-28 16:15:56 +03:00
8ea087f957 vfmt: fix compilation; handle the case when fmt.tabs is not enough 2020-04-28 16:04:37 +03:00
eb9448e59e tests: fix CI, by skipping http_test.v again. 2020-04-28 15:24:41 +03:00
c6a15dba50 compiler: add support for size_t 2020-04-28 15:07:19 +03:00
210b6e36b6 http: mutable request fields 2020-04-28 13:57:48 +02:00
1e4e882bc2 cc/cgen: cached modules fixes 2020-04-28 13:15:37 +02:00
761fb930ce dl: add dynamic load module 2020-04-28 11:53:55 +02:00
7bf8731778 checker: check variable mutability for postfix exprs 2020-04-28 11:20:19 +02:00
54b71242fe builder: add autofree compatibility; protect against b.str() twice in a row 2020-04-28 11:03:43 +03:00
f2060d431e checker: check division by zero 2020-04-28 09:52:01 +02:00
ef4f4825ac cgen: auto dereference for optional 2020-04-28 15:59:41 +10:00
28f5920bb0 cgen: fix map fixed-array .str() error 2020-04-28 07:22:46 +02:00
b20777df59 checker: main function called error 2020-04-28 07:21:50 +02:00
9edbcb823c cli: Fix off-by-one error in smart-wrap 2020-04-28 00:10:36 +03:00
682838a0cf checker: check array and fields mutability 2020-04-27 22:53:26 +02:00
ce1215f507 vfmt: set Preferences.is_fmt flag (bugfix) 2020-04-27 23:20:16 +03:00
5d073dcce5 x64: # opcodes 2020-04-27 21:38:58 +02:00
9f76a7b250 parser: simplify unused vars & add loop/if vars etc 2020-04-27 23:16:31 +10:00
e67bf674e3 scanner: cleanup, only v.parser now depends on v.scanner 2020-04-27 16:08:04 +03:00
e9f764db4f cgen: uniform string output format 2020-04-27 14:48:28 +02:00
eb8973c362 builder: module caching fixes 2020-04-27 14:46:25 +02:00
f005079e0b pref: rename keep_c 2020-04-27 13:28:00 +02:00
18faaefe82 map: get: remove malloc and memcpy 2020-04-27 13:27:33 +02:00
73106b5f5e profile: measure defer{} statements too 2020-04-27 13:18:37 +03:00
fde929ee30 cgen: remove tos3() call: part 1 2020-04-27 12:10:08 +02:00
dd1ee39271 profile: produce civilized output 2020-04-27 12:45:19 +03:00
99a7b69578 cgen: optimize map_to_string format 2020-04-27 10:52:21 +02:00
c84dee5968 profile: move profiling related logic into vlib/v/gen/profile.v 2020-04-27 09:40:13 +03:00
95754f211f cgen: generate str function when using x.str() 2020-04-27 08:09:37 +02:00
3256d060f7 array: inline ensure_cap 2020-04-27 07:39:33 +02:00
ef26f27753 builtin: replace isnil calls for perfomance 2020-04-27 07:13:36 +02:00
e523540f3a profile: use specialized time__vpc_now 2020-04-26 22:14:54 +03:00
50a83736ff checker: struct init: handle C types 2020-04-26 19:59:03 +02:00
8223efe9df checker: check struct field types 2020-04-26 18:38:29 +02:00
83552a0d58 array: replace make() with the new init syntax 2020-04-26 17:52:27 +02:00
f23948010a parser: new array init syntax 2020-04-26 17:28:48 +02:00
cd45e9ea48 docs: update array docs 2020-04-26 17:19:08 +02:00
d16474442a strconv: format test fixes 2020-04-26 16:26:33 +02:00
2574dce174 all: fix remaining []array warnings 2020-04-26 16:25:54 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
7b39ab6d06 string: fix replace_each edge case error message 2020-04-26 12:40:39 +02:00
0f2f97e3e5 checker: reorganize tests to match fmt tests 2020-04-26 12:34:42 +02:00
41eb4453e3 parser: do not allow redefinition of fn args 2020-04-26 12:01:10 +02:00
153ac230ec tests: use new array init syntax, fix mutability 2020-04-26 11:56:30 +02:00