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

3465 Commits

Author SHA1 Message Date
e26907f079 fmt: fix errors in test files 2020-03-07 06:04:33 +01:00
150994a933 cgen: fix tests 2020-03-07 06:02:32 +01:00
260f708bb2 cgen: array << val 2020-03-07 05:19:15 +01:00
c14c81ace6 cgen: fix -> 2020-03-07 04:45:35 +01:00
f5a8d883d2 gx: add hex to rgb color 2020-03-07 04:30:35 +01:00
58fb055763 cgen: fix string args in C calls; lower case consts in atof; fix struct types 2020-03-07 01:05:19 +01:00
968e310793 cgen: fix match 2020-03-07 00:47:49 +01:00
9846fecd84 eval: fix test 2020-03-07 00:42:52 +01:00
f699dcac94 checker: check println arg 2020-03-07 00:38:35 +01:00
180b9b971a cgen: string_add() 2020-03-07 00:34:14 +01:00
3c7b0d6d05 cgen: fix [] 2020-03-07 00:19:27 +01:00
124f754443 cgen: typ() 2020-03-06 22:36:51 +01:00
1a8b7d0447 cgen: fix slices 2020-03-06 22:24:42 +01:00
81ce524705 ast: add Expr to AsCast 2020-03-06 22:12:15 +01:00
06df6d25a2 sdl: update readme 2020-03-06 20:43:33 +01:00
8a711a8376 cgen: fix tests 2020-03-06 20:25:38 +01:00
a277f7d6ab cgen: string[i]; pointers 2020-03-06 20:23:01 +01:00
aab31f4b35 cmd/v: rewrite flags 2020-03-06 18:53:29 +01:00
522de0871a pg: fix zero being used for port when not specified in pg.Config 2020-03-06 18:40:24 +01:00
5142747ceb examples: move SDL examples from vlib to examples dir 2020-03-06 18:39:40 +01:00
5c8617ec68 ast: set IndexType.container_type; array_get() 2020-03-06 17:06:03 +01:00
ea2a79ec20 v: cgen fix struct ordering 2020-03-07 02:57:27 +11:00
be2480c320 cgen: fix several errors 2020-03-06 16:31:44 +01:00
ed9075b937 v doc: don't show 'pub' at the beginning 2020-03-06 16:28:20 +01:00
db22bc579a v: update resovled call expr name 2020-03-07 01:02:40 +11:00
89cbe76193 v: run cast expr through checker 2020-03-07 00:36:32 +11:00
6b6031a3d9 cgen: fix struct init; match SumType1, SumType2 2020-03-06 14:14:33 +01:00
3de3b38dc1 v: udpate elem_type in ArrayInit node & tests 2020-03-07 00:06:52 +11:00
fb785b8adf cgen: optimize const definitions 2020-03-06 14:03:35 +01:00
91269961d0 cgen: array types 2020-03-06 13:44:13 +01:00
7f6b98669e v2: fix tests - gen output 2020-03-06 22:06:41 +11:00
24dbfbcccf v2: fix struct sorting & cgen tests 2020-03-06 22:01:56 +11:00
49f3ce0571 v2: add method call receiver to cgen & check method args 2020-03-06 20:52:03 +11:00
7a92a47eb3 flag: fix array boundary check 2020-03-06 02:02:32 +01:00
efb45579aa pg: add port to config 2020-03-06 02:01:53 +01:00
7008b1a92c v2: update ident name for resolved const/fn objects 2020-03-06 10:10:01 +11:00
04d5dd8997 cgen: sort structs 2020-03-05 23:27:24 +01:00
a8e45251c4 sync.pool: simplify usages of pool.work_on_items 2020-03-05 18:37:57 +01:00
9c1e50b1aa vdoc: don't show deprecated functions 2020-03-05 16:13:14 +01:00
6659f1751e ast: make IdentInfo public 2020-03-05 14:16:08 +01:00
8ad8d03bc8 v2: remove test code from last commit in parser 2020-03-06 00:00:34 +11:00
272eaaa704 v2: remove type fields from parser & some cleanup 2020-03-05 23:57:05 +11:00
38a54b08e3 doc: don't modify path to vlib 2020-03-05 13:48:06 +01:00
9921897aa6 v2: add some comments in parser & checker 2020-03-05 22:44:33 +11:00
6de44db4eb v2: update checker. missing from previous commits 2020-03-05 22:30:16 +11:00
ee6a8a41f5 v2: remove expr type from fn.v 2020-03-05 22:13:45 +11:00
4d55a4c097 v2: remove expr types & some dead code from parser 2020-03-05 22:08:43 +11:00
bcaf72eccb cgen: update the test 2020-03-05 01:36:44 +01:00
484320ed08 cgen: receiver arg 2020-03-05 01:20:36 +01:00
b32a94627c cc: -ferror-limit 2020-03-05 00:45:43 +01:00