Delyan Angelov
|
9bcb7d115f
|
panic: restore printing of detailed stack backtraces on linux
|
2020-03-13 04:32:44 +01:00 |
Ian M. Jones
|
0e68ca120e
|
vweb.assets: fix am is declared as mutable, but it was never changed message
|
2020-03-13 04:32:24 +01:00 |
Alexander Medvednikov
|
4b4c47461b
|
cgen: error fixes; table: simplify; compiler tests
|
2020-03-13 01:43:30 +01:00 |
Alexander Medvednikov
|
b43ac2783d
|
map: make compilable with the new compiler
|
2020-03-12 20:26:29 +01:00 |
ka-weihe
|
35dd7855a0
|
map: new memory layout and optimizations
|
2020-03-12 19:36:05 +01:00 |
Marko Zitkovic
|
26b9987880
|
compiler: fix panic when dealing with variadic functions
|
2020-03-12 18:21:02 +01:00 |
vitalyster
|
0df6eaa927
|
"#flag mingw ..." support
|
2020-03-12 18:20:19 +01:00 |
Joe Conigliaro
|
07921194f2
|
parser: revert changes to format_str
|
2020-03-13 00:32:26 +11:00 |
Joe Conigliaro
|
597811093c
|
parser/cgen: fix order of escape replacements
|
2020-03-13 00:21:43 +11:00 |
Joe Conigliaro
|
b750f1d1bb
|
compiler: prerequisite changes for upcoming map update
|
2020-03-12 22:19:13 +11:00 |
Joe Conigliaro
|
99398ba652
|
cgen: escape quotes & nl in string literals
|
2020-03-12 21:13:46 +11:00 |
Joe Conigliaro
|
bb5034f3fe
|
cgen: fix fixed array init assignment
|
2020-03-12 20:07:42 +11:00 |
Alexander Medvednikov
|
d2cf6894fe
|
cgen: fixed array fix
|
2020-03-12 09:29:52 +01:00 |
Alexander Medvednikov
|
92d6eec09a
|
cgen: fix remaining errors. hello world now compiles
|
2020-03-12 09:11:41 +01:00 |
joe-conigliaro
|
853bb4c41e
|
cgen: alias & map types & add map_string/map_int aliases
|
2020-03-12 17:56:44 +11:00 |
joe-conigliaro
|
dfaba54376
|
cgen: gen fn types in fn arguments
|
2020-03-12 14:34:00 +11:00 |
Alexander Medvednikov
|
bcdb897f07
|
cgen: fix tests
|
2020-03-11 23:43:01 +01:00 |
Alexander Medvednikov
|
a182b5c531
|
cgen: more errors fixed
|
2020-03-11 23:22:40 +01:00 |
Alexander Medvednikov
|
e0c85f87ae
|
cgen: args fixes
|
2020-03-11 21:11:27 +01:00 |
Alexander Medvednikov
|
aada19f574
|
cgen: fix [] => string casts and for in
|
2020-03-11 19:00:55 +01:00 |
Alexander Medvednikov
|
4470252913
|
parser: fix import's position
|
2020-03-11 18:52:55 +01:00 |
Delyan Angelov
|
de7fed45dc
|
builtin: implement []int.str()
|
2020-03-11 18:48:59 +01:00 |
Delyan Angelov
|
dff17ee0d7
|
compiler: pass -shared to build a .so file from a module
|
2020-03-11 17:31:20 +01:00 |
Joe Conigliaro
|
01004bc5d8
|
checker: remove test println from previous commit
|
2020-03-12 02:29:02 +11:00 |
Joe Conigliaro
|
a1314bd199
|
checker/gen/table: impl fn types & sum/other fixes & tidy
|
2020-03-12 02:10:46 +11:00 |
Joe Conigliaro
|
1cea85df0c
|
compiler: save mutability of unnamed fn args
|
2020-03-12 01:44:41 +11:00 |
Joe Conigliaro
|
7309be55a0
|
table: fix error in field/method lookup from previous commit
|
2020-03-11 20:53:14 +11:00 |
Joe Conigliaro
|
7513dab185
|
table/checker: proper parent field/method lookup & cleanup
|
2020-03-11 20:48:45 +11:00 |
Alexander Medvednikov
|
0ad9eb5e16
|
scanner: remove the "too long name" error; checker: check string() cast arg
|
2020-03-11 06:46:14 +01:00 |
Alexander Medvednikov
|
cd0b81fc5f
|
cgen: fix a bug with [].repeat
|
2020-03-11 06:30:20 +01:00 |
Alexander Medvednikov
|
a2ff24c912
|
cgen: reference receiver test
|
2020-03-11 05:56:15 +01:00 |
Alexander Medvednikov
|
75db3e4416
|
cgen: fix ptr indexing
|
2020-03-11 05:25:15 +01:00 |
yuyi
|
9e14850bbf
|
vdoc: show map type correctly
|
2020-03-11 05:18:20 +01:00 |
Alexander Medvednikov
|
b9955aee84
|
cgen: fix tests
|
2020-03-11 04:10:42 +01:00 |
Alexander Medvednikov
|
7342dfdc6e
|
cgen: fix array_get()
|
2020-03-11 03:52:01 +01:00 |
Alexander Medvednikov
|
22e558aecb
|
cgen: fix C style loops without an init; fix integer consts
|
2020-03-11 02:44:30 +01:00 |
Alexander Medvednikov
|
0d45d21069
|
cgen: fix string <> methods and multiple returns
|
2020-03-11 02:28:19 +01:00 |
Joe Conigliaro
|
083964522b
|
cgen/fmt: fix assign_stmt fix & cgen test & hash tests & fmt
|
2020-03-11 11:31:24 +11:00 |
penguindark
|
630913d872
|
builtin: new str(), hex() functions without C.printf
|
2020-03-11 00:38:11 +01:00 |
Alexander Medvednikov
|
de55a26cfe
|
cgen: lots of fixes
|
2020-03-10 23:21:29 +01:00 |
Alexander Medvednikov
|
1143320b8b
|
vdoc: print structs and enums
|
2020-03-10 19:49:04 +01:00 |
Alexander Medvednikov
|
568d859fc0
|
bignum: move to math.big
|
2020-03-10 19:31:01 +01:00 |
Wing-Kam
|
f1274e34c2
|
cli: add pre_execute & post_execute
|
2020-03-10 16:11:17 +01:00 |
yuyi
|
8ff86dbee6
|
os: is_abs => is_abs_path
|
2020-03-10 16:09:37 +01:00 |
Alexander Medvednikov
|
324a48bc64
|
sha512: make it work with the new parser
|
2020-03-10 15:47:21 +01:00 |
Joe Conigliaro
|
bc184a9f02
|
checker: properly update var info in AssignStmt
|
2020-03-11 01:16:30 +11:00 |
yuyi
|
57b1b12ab6
|
os: tmpdir => temp_dir
|
2020-03-10 15:02:09 +01:00 |
Charles WANG
|
7e1870be3e
|
pg: create readme.md
|
2020-03-10 15:00:22 +01:00 |
Joe Conigliaro
|
ddd5a9443d
|
v: fix AssignStmt
|
2020-03-11 00:45:21 +11:00 |
Alexander Medvednikov
|
2f0bb11a96
|
parser: handle operator methods and fix them in vdoc
|
2020-03-10 14:40:35 +01:00 |
Delyan Angelov
|
7036ca55e6
|
os: implement os.environ() (part 2/2) (#3971)
|
2020-03-10 14:25:16 +01:00 |
Joe Conigliaro
|
c9d30f78b7
|
v: no optional for scope.innermost & more blank_ident
|
2020-03-10 23:35:25 +11:00 |
Joe Conigliaro
|
ee72474971
|
v: add multi assign cgen test
|
2020-03-10 22:26:13 +11:00 |
Joe Conigliaro
|
f7a93a69f6
|
v: fix/gen multi return/assign + merge VarDecl & AssignStmt
|
2020-03-10 22:01:37 +11:00 |
yuyi
|
876b73f92c
|
os: join => join_path
|
2020-03-09 02:23:34 +01:00 |
Alexander Medvednikov
|
e3687dc257
|
checker: check C args
|
2020-03-08 22:11:56 +01:00 |
Alexander Medvednikov
|
754a6cc93e
|
cgen: fix ->
|
2020-03-08 19:38:27 +01:00 |
Delyan Angelov
|
f6480be3aa
|
add C.environ to cheaders.v
|
2020-03-08 17:38:53 +01:00 |
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 |