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

4164 Commits

Author SHA1 Message Date
554d87f5b0 tetris: part 1 of fixing compilation with v2 2020-04-16 12:37:59 +03:00
8a1248b2e7 builder: restore module import cycle detection/topological reorder 2020-04-16 12:29:36 +03:00
04db2d02b8 checker: move struct name check from parser to checker 2020-04-16 11:01:18 +02:00
54a02996f2 cgen: fix string interpolation float type 2020-04-16 07:30:25 +02:00
332d52f459 fmt: stop mangling reference names 2020-04-16 07:28:41 +02:00
c3ddaf16ec cgen: fix sum type casting for array push 2020-04-16 15:18:33 +10:00
a680db44ed parser: change for error message 2020-04-16 06:01:14 +02:00
b15780ae51 parser: better const error 2020-04-16 06:00:05 +02:00
5e4c5f189f docs: fix remaining muts 2020-04-16 05:52:35 +02:00
e1a2a4f362 docs: imports and a simple os.get_line() example 2020-04-16 02:01:55 +02:00
8e8f543013 docs: mut => var 2020-04-16 01:49:16 +02:00
4b3c44cfd7 Revert "tetris: part 1 of fixing building it with v2"
This reverts commit d42725aafe.
2020-04-16 01:16:54 +03:00
d42725aafe tetris: part 1 of fixing building it with v2 2020-04-16 00:35:16 +03:00
92129d760d checker: fix false positives for sumtype kind of matches 2020-04-16 00:32:56 +03:00
6a186e8f11 jsgen: implement js backend 2020-04-15 23:16:49 +02:00
a3ab5df2ed cgen: prepend __ to new_array 2020-04-15 20:12:06 +02:00
27b6f30305 checker: move capital var check from parser to checker 2020-04-15 19:09:51 +02:00
93b942de46 parser: fix a match error 2020-04-15 16:23:03 +02:00
caed4aad58 v run: simplify 2020-04-15 16:17:17 +02:00
c0491285f8 v run: fix 'v run' without any other argument 2020-04-15 12:16:07 +03:00
fde83aff0b checker/cgen: fix calling struct field with fn type 2020-04-15 04:28:18 +02:00
da28bc7026 Revert "fmt: (var f Foo)"
This reverts commit 4b110756e0.
2020-04-15 04:15:42 +02:00
4b110756e0 fmt: (var f Foo) 2020-04-15 03:56:16 +02:00
4dd8796dba cgen: fix assignment to nested maps 2020-04-15 02:42:00 +02:00
f34352faf9 fmt: use var instead of mut 2020-04-15 01:55:51 +02:00
efaec8be8e token/parser: var keyword 2020-04-15 01:45:27 +02:00
4068cbc6eb parser: fix var name check pos 2020-04-14 21:27:17 +02:00
e1739549b2 crypto: fix rand module 2020-04-14 21:03:02 +02:00
14e1b963f2 parser: do not allow variable names with capital letters 2020-04-14 20:40:00 +02:00
91de4e1ece array: test assignment operators 2020-04-14 20:32:06 +02:00
86402204a7 checker: fail if else isn't the last branch of match 2020-04-14 20:31:51 +02:00
0c63f5c80d builtin: test left/right shift precedence 2020-04-14 19:38:11 +02:00
50871d1a92 checker: for in index type error position 2020-04-14 19:37:56 +02:00
deab448d93 cgen: fix array[i] &=, |= etc 2020-04-14 19:36:52 +02:00
233ae3f772 fmt: use import module syntax 2020-04-14 19:32:23 +02:00
2251634743 parser: hide import deprecation warning for now 2020-04-14 18:36:29 +02:00
f91d527154 deprecate import module 2020-04-14 18:27:30 +02:00
211275ab49 fmt: always use import() syntax 2020-04-14 18:24:19 +02:00
ec10831318 parser: []int{cap:cap, len:len} syntax; minor fixes 2020-04-14 18:10:16 +02:00
893d14ef8f cmd/v: process version argument correctly 2020-04-14 18:06:59 +02:00
b33a9fc9e7 parser: fix left shift precedence 2020-04-15 01:41:14 +10:00
2b3204603a parser: add an $if tinyc{} wrapper for the tcc_stack_bug variable 2020-04-14 18:02:55 +03:00
e947d5e8c8 checker: fully exhaustive matches for sumtypes and enums
Also change the vlib/v/checker/tests/inout/match_expr_else.out to reflex the
new error details.
2020-04-14 16:50:43 +03:00
449575a122 doc: fix CONTRIBUTING.md typos 2020-04-14 15:13:36 +02:00
75603beeea checker: match exhaustive as stmt and with enum 2020-04-14 15:12:26 +02:00
c04c973f84 cgen: use a temp variable for the array part inside 'for x in array{}' 2020-04-14 13:22:58 +03:00
2df4998acc parser: fix v selfcompilation with tcc (tcc bug workaround) 2020-04-14 11:06:19 +03:00
956651384c cgen: fix math/complex_test.v 2020-04-14 07:44:19 +02:00
682c619456 array: fix array_byte.str error 2020-04-14 05:55:53 +02:00
5f1b88c2c4 checker: do not use !in for now 2020-04-14 04:14:02 +02:00