yuyi
|
a569959fb8
|
os api: cachedir => cache_dir
|
2020-03-08 15:57:47 +01:00 |
Alexey
|
83b6292105
|
fmt: split tests
|
2020-03-08 15:57:16 +01:00 |
Delyan Angelov
|
5f08253f36
|
vfmt: add support for _keep.vv files, that v fmt should keep without changes
|
2020-03-08 15:46:04 +01:00 |
yuyi
|
23b11c84b1
|
os api: basedir => base_dir
|
2020-03-08 15:43:56 +01:00 |
Delyan Angelov
|
2bed0d1bb5
|
fmt: extract array_slices_input.vv from simple_input.vv
|
2020-03-08 15:42:38 +01:00 |
Ian M. Jones
|
c731615dbb
|
vweb: cater for trailing slashes being used in handle_static call
|
2020-03-08 15:41:59 +01:00 |
Delyan Angelov
|
8df265a581
|
sync: protect against sporadic failing tests in macos
|
2020-03-08 15:40:50 +01:00 |
hazohelet
|
ee6f2f84bb
|
compiler: fix redefinition error message for consts
|
2020-03-08 15:40:07 +01:00 |
Alexander Medvednikov
|
d9854f2abd
|
cgen: fix mutable receivers
|
2020-03-07 22:37:03 +01:00 |
yuyi
|
783dee1f48
|
os: merge with filepath
|
2020-03-07 22:26:26 +01:00 |
Delyan Angelov
|
5e541e1f11
|
vfmt: alias type and sum type + sum type fix
|
2020-03-07 17:37:55 +01:00 |
Alexander Medvednikov
|
fbf80dc315
|
cgen: array_set()
|
2020-03-07 16:39:15 +01:00 |
Alexander Medvednikov
|
63032c4bb7
|
cgen: minor fixes
|
2020-03-07 16:23:10 +01:00 |
Alexander Medvednikov
|
24bcc7a93b
|
cgen: array and fixed array fixes
|
2020-03-07 14:31:40 +01:00 |
Ian M. Jones
|
750f37fde7
|
vweb: fix serving static files
|
2020-03-07 14:16:03 +01:00 |
Delyan Angelov
|
d2ab9d3e77
|
compiler: fix generation of default .str() methods in interpolation
|
2020-03-07 14:13:53 +01:00 |
Joe Conigliaro
|
09d9dd2607
|
v: add map init
|
2020-03-07 18:13:00 +11:00 |
Alexey
|
e26907f079
|
fmt: fix errors in test files
|
2020-03-07 06:04:33 +01:00 |
Alexander Medvednikov
|
150994a933
|
cgen: fix tests
|
2020-03-07 06:02:32 +01:00 |
Alexander Medvednikov
|
260f708bb2
|
cgen: array << val
|
2020-03-07 05:19:15 +01:00 |
Alexander Medvednikov
|
c14c81ace6
|
cgen: fix ->
|
2020-03-07 04:45:35 +01:00 |
Nguyen Viet Hung
|
f5a8d883d2
|
gx: add hex to rgb color
|
2020-03-07 04:30:35 +01:00 |
Alexander Medvednikov
|
58fb055763
|
cgen: fix string args in C calls; lower case consts in atof; fix struct types
|
2020-03-07 01:05:19 +01:00 |
Alexander Medvednikov
|
968e310793
|
cgen: fix match
|
2020-03-07 00:47:49 +01:00 |
Alexander Medvednikov
|
9846fecd84
|
eval: fix test
|
2020-03-07 00:42:52 +01:00 |
Alexander Medvednikov
|
f699dcac94
|
checker: check println arg
|
2020-03-07 00:38:35 +01:00 |
Alexander Medvednikov
|
180b9b971a
|
cgen: string_add()
|
2020-03-07 00:34:14 +01:00 |
Alexander Medvednikov
|
3c7b0d6d05
|
cgen: fix []
|
2020-03-07 00:19:27 +01:00 |
Alexander Medvednikov
|
124f754443
|
cgen: typ()
|
2020-03-06 22:36:51 +01:00 |
Alexander Medvednikov
|
1a8b7d0447
|
cgen: fix slices
|
2020-03-06 22:24:42 +01:00 |
Alexey
|
81ce524705
|
ast: add Expr to AsCast
|
2020-03-06 22:12:15 +01:00 |
Alexey
|
06df6d25a2
|
sdl: update readme
|
2020-03-06 20:43:33 +01:00 |
Alexander Medvednikov
|
8a711a8376
|
cgen: fix tests
|
2020-03-06 20:25:38 +01:00 |
Alexander Medvednikov
|
a277f7d6ab
|
cgen: string[i]; pointers
|
2020-03-06 20:23:01 +01:00 |
lutherwenxu
|
aab31f4b35
|
cmd/v: rewrite flags
|
2020-03-06 18:53:29 +01:00 |
Ian M. Jones
|
522de0871a
|
pg: fix zero being used for port when not specified in pg.Config
|
2020-03-06 18:40:24 +01:00 |
Alexey
|
5142747ceb
|
examples: move SDL examples from vlib to examples dir
|
2020-03-06 18:39:40 +01:00 |
Alexander Medvednikov
|
5c8617ec68
|
ast: set IndexType.container_type; array_get()
|
2020-03-06 17:06:03 +01:00 |
Joe Conigliaro
|
ea2a79ec20
|
v: cgen fix struct ordering
|
2020-03-07 02:57:27 +11:00 |
Alexander Medvednikov
|
be2480c320
|
cgen: fix several errors
|
2020-03-06 16:31:44 +01:00 |
yuyi
|
ed9075b937
|
v doc: don't show 'pub' at the beginning
|
2020-03-06 16:28:20 +01:00 |
Joe Conigliaro
|
db22bc579a
|
v: update resovled call expr name
|
2020-03-07 01:02:40 +11:00 |
Joe Conigliaro
|
89cbe76193
|
v: run cast expr through checker
|
2020-03-07 00:36:32 +11:00 |
Alexander Medvednikov
|
6b6031a3d9
|
cgen: fix struct init; match SumType1, SumType2
|
2020-03-06 14:14:33 +01:00 |
Joe Conigliaro
|
3de3b38dc1
|
v: udpate elem_type in ArrayInit node & tests
|
2020-03-07 00:06:52 +11:00 |
Alexander Medvednikov
|
fb785b8adf
|
cgen: optimize const definitions
|
2020-03-06 14:03:35 +01:00 |
Alexander Medvednikov
|
91269961d0
|
cgen: array types
|
2020-03-06 13:44:13 +01:00 |
Joe Conigliaro
|
7f6b98669e
|
v2: fix tests - gen output
|
2020-03-06 22:06:41 +11:00 |
Joe Conigliaro
|
24dbfbcccf
|
v2: fix struct sorting & cgen tests
|
2020-03-06 22:01:56 +11:00 |
Joe Conigliaro
|
49f3ce0571
|
v2: add method call receiver to cgen & check method args
|
2020-03-06 20:52:03 +11:00 |
Alexander Medvednikov
|
7a92a47eb3
|
flag: fix array boundary check
|
2020-03-06 02:02:32 +01:00 |
Alexander Medvednikov
|
efb45579aa
|
pg: add port to config
|
2020-03-06 02:01:53 +01:00 |
Joe Conigliaro
|
7008b1a92c
|
v2: update ident name for resolved const/fn objects
|
2020-03-06 10:10:01 +11:00 |
Alexander Medvednikov
|
04d5dd8997
|
cgen: sort structs
|
2020-03-05 23:27:24 +01:00 |
Alexander Medvednikov
|
a8e45251c4
|
sync.pool: simplify usages of pool.work_on_items
|
2020-03-05 18:37:57 +01:00 |
Alexander Medvednikov
|
9c1e50b1aa
|
vdoc: don't show deprecated functions
|
2020-03-05 16:13:14 +01:00 |
Alexander Medvednikov
|
6659f1751e
|
ast: make IdentInfo public
|
2020-03-05 14:16:08 +01:00 |
Joe Conigliaro
|
8ad8d03bc8
|
v2: remove test code from last commit in parser
|
2020-03-06 00:00:34 +11:00 |
Joe Conigliaro
|
272eaaa704
|
v2: remove type fields from parser & some cleanup
|
2020-03-05 23:57:05 +11:00 |
Alexander Medvednikov
|
38a54b08e3
|
doc: don't modify path to vlib
|
2020-03-05 13:48:06 +01:00 |
Joe Conigliaro
|
9921897aa6
|
v2: add some comments in parser & checker
|
2020-03-05 22:44:33 +11:00 |
Joe Conigliaro
|
6de44db4eb
|
v2: update checker. missing from previous commits
|
2020-03-05 22:30:16 +11:00 |
Joe Conigliaro
|
ee6a8a41f5
|
v2: remove expr type from fn.v
|
2020-03-05 22:13:45 +11:00 |
Joe Conigliaro
|
4d55a4c097
|
v2: remove expr types & some dead code from parser
|
2020-03-05 22:08:43 +11:00 |
Alexander Medvednikov
|
bcaf72eccb
|
cgen: update the test
|
2020-03-05 01:36:44 +01:00 |
Alexander Medvednikov
|
484320ed08
|
cgen: receiver arg
|
2020-03-05 01:20:36 +01:00 |
Alexander Medvednikov
|
b32a94627c
|
cc: -ferror-limit
|
2020-03-05 00:45:43 +01:00 |
Alexander Medvednikov
|
4161cfcdb8
|
cgen: lots of fixes
|
2020-03-05 00:43:09 +01:00 |
Alexander Medvednikov
|
b7e2af8151
|
os: better deprecated message
|
2020-03-04 20:29:17 +01:00 |
Alexander Medvednikov
|
b0ece3a9d8
|
sync: implement pool.work_on_items to process a list of items in parallel
|
2020-03-04 20:28:42 +01:00 |
Alexander Medvednikov
|
136aa763a3
|
cgen: multi return structs + other fixes
|
2020-03-04 20:17:29 +01:00 |
Alexander Medvednikov
|
cd8a5d1f2e
|
fix parser_test.v and string_test.v
|
2020-03-04 17:39:27 +01:00 |
Alexander Medvednikov
|
237ce6ff84
|
cgen_test: skip definitions
|
2020-03-04 17:35:13 +01:00 |
Alexander Medvednikov
|
c203a744fe
|
glm: fix calloc
|
2020-03-04 17:22:20 +01:00 |
Alexander Medvednikov
|
f27f832ede
|
cgen: definitions + other fixes; calloc fix
|
2020-03-04 17:08:28 +01:00 |
Alexander Medvednikov
|
37453945d0
|
cgen: remaining nodes; match type fix; v2.c is now generated
|
2020-03-04 15:48:43 +01:00 |
Joe Conigliaro
|
8458ea40f0
|
v2: add UnsafeStmt to checker & byte/byteptr to check
|
2020-03-05 00:20:37 +11:00 |
Joe Conigliaro
|
7daf8f8fd0
|
v2: simplify MatchExpr in vfmt
|
2020-03-04 22:39:18 +11:00 |
Joe Conigliaro
|
5872961124
|
v2: update MatchExpr in vfmt
|
2020-03-04 22:14:37 +11:00 |
Joe Conigliaro
|
e71948461e
|
v2: update MatchExpr
|
2020-03-04 21:59:45 +11:00 |
Joe Conigliaro
|
ed763df42e
|
v2: tidy checker remove old comments & code
|
2020-03-04 21:08:46 +11:00 |
Joe Conigliaro
|
d501ea0afb
|
v2: fix array init
|
2020-03-04 12:50:32 +11:00 |
Joe Conigliaro
|
bac6fc6ee2
|
v2: remove test println from checker
|
2020-03-04 09:49:14 +11:00 |
Joe Conigliaro
|
ea26b5f30c
|
v2: fix fn call name lookup
|
2020-03-04 09:46:59 +11:00 |
Alexander Medvednikov
|
823b8ad244
|
table: Type str()
|
2020-03-03 18:38:41 +01:00 |
Alexander Medvednikov
|
2a99422386
|
cgen: more nodes; exit if there are checker errors
|
2020-03-03 18:37:38 +01:00 |
Alexander Medvednikov
|
0c67b3cff4
|
checker: fix match return type
|
2020-03-03 17:29:16 +01:00 |
Joe Conigliaro
|
c633dd09c6
|
v2: dont use type type in `<<` infix in parser
|
2020-03-04 02:08:40 +11:00 |
Joe Conigliaro
|
063ca3b644
|
v2: make array append `<<` right associative
|
2020-03-04 02:05:16 +11:00 |
Joe Conigliaro
|
147ecc5e17
|
v2: time - prefix C struct & ast.TypeName to ast.Type
|
2020-03-04 01:06:21 +11:00 |
yuyi
|
448ed41562
|
os api: rmdir_recursive => rmdir_all
|
2020-03-03 15:02:50 +01:00 |
yuyi
|
3f67ba08b1
|
glfw, freetype: remove the display of general information
|
2020-03-03 14:41:26 +01:00 |
Hugo Locurcio
|
69f256b900
|
use LF line endings in examples/quick_sort.v
|
2020-03-03 14:41:05 +01:00 |
Joe Conigliaro
|
af3159791f
|
v2: reset expr_mod after struct_init type is parsed
|
2020-03-04 00:24:15 +11:00 |
Delyan Angelov
|
90996269fd
|
compiler: more precise default error context for C errors
|
2020-03-03 12:01:23 +01:00 |
yuyi
|
ea10f44fe6
|
os api: flush_stdout => flush
|
2020-03-03 00:00:30 +01:00 |
Joe Conigliaro
|
895a1711cb
|
v2: fix type aliases & add check
|
2020-03-03 09:19:04 +11:00 |
yuyi
|
8ac0739858
|
os api: cp_r => cp_all
|
2020-03-02 19:30:04 +01:00 |
Alexander Medvednikov
|
22ffe336cb
|
checker: AsCast, CharLiteral, fix integer index check
|
2020-03-02 19:00:33 +01:00 |
Alexander Medvednikov
|
156e36c082
|
cgen: handle unhandled nodes
|
2020-03-02 18:43:41 +01:00 |