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

4227 Commits

Author SHA1 Message Date
3b00132e14 repl: fix << 2020-04-19 21:52:46 +02:00
4de16e9f0f tests: enable checker_error_test on windows 2020-04-19 20:48:13 +02:00
57859db07c readme: fix docs link 2020-04-19 20:47:36 +02:00
95ae915c0c checker/parser: fix outdated error messages 2020-04-19 20:46:48 +02:00
583b61f883 readme: use unified style for badges 2020-04-19 20:46:18 +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
85dbd38ada tests: don't skip rand and repl 2020-04-18 23:43:56 +02:00
a18201faa7 fmt: save newlines between array elements 2020-04-18 23:09:23 +02:00
4fe4709b56 docs: fix typo 2020-04-18 21:28:05 +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
392986b763 testing: fix race condition, make messages private 2020-04-18 17:44:21 +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
fe249ab0c3 vtest: remove pub before main 2020-04-17 21:41:54 +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
c27a10b956 contributing.md: fix a typo 2020-04-17 18:27:03 +02:00
405e1ecf88 readme: add | 2020-04-17 18:25:55 +02:00
a4161feaaa readme: move contributing.md link to the top 2020-04-17 18:25:42 +02:00
a358a6b0c6 contributing.md: v self 2020-04-17 18:20:05 +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