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

3744 Commits

Author SHA1 Message Date
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
4161cfcdb8 cgen: lots of fixes 2020-03-05 00:43:09 +01:00
b7e2af8151 os: better deprecated message 2020-03-04 20:29:17 +01:00
b0ece3a9d8 sync: implement pool.work_on_items to process a list of items in parallel 2020-03-04 20:28:42 +01:00
136aa763a3 cgen: multi return structs + other fixes 2020-03-04 20:17:29 +01:00
cd8a5d1f2e fix parser_test.v and string_test.v 2020-03-04 17:39:27 +01:00
237ce6ff84 cgen_test: skip definitions 2020-03-04 17:35:13 +01:00
59a65d757b examples: use vcalloc 2020-03-04 17:28:05 +01:00
c203a744fe glm: fix calloc 2020-03-04 17:22:20 +01:00
f27f832ede cgen: definitions + other fixes; calloc fix 2020-03-04 17:08:28 +01:00
37453945d0 cgen: remaining nodes; match type fix; v2.c is now generated 2020-03-04 15:48:43 +01:00
8458ea40f0 v2: add UnsafeStmt to checker & byte/byteptr to check 2020-03-05 00:20:37 +11:00
7daf8f8fd0 v2: simplify MatchExpr in vfmt 2020-03-04 22:39:18 +11:00
5872961124 v2: update MatchExpr in vfmt 2020-03-04 22:14:37 +11:00
e71948461e v2: update MatchExpr 2020-03-04 21:59:45 +11:00
ed763df42e v2: tidy checker remove old comments & code 2020-03-04 21:08:46 +11:00
d501ea0afb v2: fix array init 2020-03-04 12:50:32 +11:00
bac6fc6ee2 v2: remove test println from checker 2020-03-04 09:49:14 +11:00
ea26b5f30c v2: fix fn call name lookup 2020-03-04 09:46:59 +11:00
823b8ad244 table: Type str() 2020-03-03 18:38:41 +01:00
2a99422386 cgen: more nodes; exit if there are checker errors 2020-03-03 18:37:38 +01:00
0c67b3cff4 checker: fix match return type 2020-03-03 17:29:16 +01:00