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

3017 Commits

Author SHA1 Message Date
95ae915c0c checker/parser: fix outdated error messages 2020-04-19 20:46:48 +02:00
27e04748ed cgen:gen_str_for_array 2020-04-19 10:42:34 +02:00
3ee858cd79 cgen: fix struct initialization bugs 2020-04-19 04:44:39 +02:00
be0a8794c2 time: add Timer; refactor benchmark to use Timer 2020-04-19 03:40:32 +02:00
57c142b993 checker: disallow pub in main 2020-04-19 00:07:57 +02:00
de9f302412 fmt: array newlines test 2020-04-18 23:58:59 +02:00
85c5103ba3 tests: test cflags parsing 2020-04-18 23:45:17 +02:00
3d6142064d tests: remove msvc-test 2020-04-18 23:44:42 +02:00
a18201faa7 fmt: save newlines between array elements 2020-04-18 23:09:23 +02:00
2ab2a58bc5 string: add more interpolation tests 2020-04-18 18:26:07 +02:00
b0e498bf0b scanner: refactor ident_dec_number 2020-04-18 17:49:27 +02:00
86df486988 compiler: rename is_so to is_shared 2020-04-18 17:46:23 +02:00
3cc7009440 cflag: remove circular dependency 2020-04-18 16:29:43 +02:00
eb923b4995 testing: fix count of succeeded tests 2020-04-18 05:49:03 +03:00
5374899f29 parser: fix interpolation error 2020-04-18 00:22:03 +02:00
0f9322bf36 checker: print error and pos for lacking main or pub main 2020-04-18 00:20:38 +02:00
f2be3d7ffb checker: check that right is type exists 2020-04-18 00:19:33 +02:00
73073cd954 parser: anonymous functions (part 1) 2020-04-17 21:59:19 +02:00
3e324befd0 builder: clean up and simplify some methods 2020-04-17 21:17:19 +02:00
515da900e4 fmt: remove \t before same line comments 2020-04-17 20:53:39 +02:00
2c778c8849 fmt: single line matches 2020-04-17 20:51:19 +02:00
67cd90de6e parser: fix number parse error 2020-04-17 20:31:32 +02:00
84ac634c31 checker: disallow pub fn main() 2020-04-17 20:30:43 +02:00
c4b7d7cab3 match: shadow variable instead of it 2020-04-17 19:24:10 +02:00
59baef89a0 parser: assign.v, containers.v, for.v, if.v 2020-04-17 18:16:55 +02:00
b53fb365a6 parser: move pratt logic to pratt.v 2020-04-17 18:11:04 +02:00
16931fd23f parser: move all struct logic to struct.v 2020-04-17 18:01:02 +02:00
ed8855c4cd tests: fix struct_unknown_field.v 2020-04-17 17:20:35 +02:00
4a556f72bb checker: allow calling private functions in tests 2020-04-17 17:18:40 +02:00
06c1b9e95e table/checker: verify private functions/methods 2020-04-17 17:16:14 +02:00
af30bf939e checker: fix return underlining 2020-04-17 16:16:56 +02:00
c1d9e22ca6 cgen: gen str() from eprintln and eprint as well 2020-04-17 16:15:28 +02:00
420ecaf31d cgen: gen_str_for_array() 2020-04-17 16:10:41 +02:00
402e55d115 ast: expr.Position; struct field refactoring 2020-04-17 02:38:39 +02:00
8bb11d9035 cgen: fix string_interpolation_struct_test.v error 2020-04-17 01:45:42 +02:00
7bfc3ef767 cli: fix issue with long cmd and flag names 2020-04-16 23:01:04 +02:00
051cc732bb cgen: generate typeof for functions 2020-04-16 21:04:27 +02:00
dee64347e0 cgen: fix const_embed_test.v error 2020-04-16 19:43:39 +02:00
4c8510dfaf cgen: use wWinMain for Windows GUI applications 2020-04-16 19:42:04 +02:00
aed8370d87 tetris: enable compilation with -prod; cleanup of font loading errors 2020-04-16 19:44:15 +03:00
182108faca fmt fmt.v, vfmt.v 2020-04-16 15:54:17 +02:00
54226e74cf sokol: add missing C prefixes 2020-04-16 15:53:34 +02:00
714ff50322 fmt: use the new receiver syntax 2020-04-16 15:42:40 +02:00
4b5acfd960 parser: (var x X) receiver syntax 2020-04-16 15:40:21 +02:00
8760313ce5 fmt builder.v 2020-04-16 15:35:19 +02:00
af224b4933 parser/cgen: is keyword 2020-04-16 15:32:14 +02:00
cc9828b481 checker: fix building of shared .so libs 2020-04-16 16:30:19 +03:00
e05f103c41 cli: make compile 2020-04-16 14:50:04 +02:00
1318c27699 tetris: it now works with v2 (on linux) :-) 2020-04-16 13:30:40 +03:00
19723c927b checker: move more checks from parser 2020-04-16 12:17:15 +02:00