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

3332 Commits

Author SHA1 Message Date
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
c633dd09c6 v2: dont use type type in << infix in parser 2020-03-04 02:08:40 +11:00
063ca3b644 v2: make array append << right associative 2020-03-04 02:05:16 +11:00
147ecc5e17 v2: time - prefix C struct & ast.TypeName to ast.Type 2020-03-04 01:06:21 +11:00
448ed41562 os api: rmdir_recursive => rmdir_all 2020-03-03 15:02:50 +01:00
3f67ba08b1 glfw, freetype: remove the display of general information 2020-03-03 14:41:26 +01:00
69f256b900 use LF line endings in examples/quick_sort.v 2020-03-03 14:41:05 +01:00
af3159791f v2: reset expr_mod after struct_init type is parsed 2020-03-04 00:24:15 +11:00
90996269fd compiler: more precise default error context for C errors 2020-03-03 12:01:23 +01:00
ea10f44fe6 os api: flush_stdout => flush 2020-03-03 00:00:30 +01:00
895a1711cb v2: fix type aliases & add check 2020-03-03 09:19:04 +11:00
8ac0739858 os api: cp_r => cp_all 2020-03-02 19:30:04 +01:00
22ffe336cb checker: AsCast, CharLiteral, fix integer index check 2020-03-02 19:00:33 +01:00