Nick Treleaven
|
0b49e4db1c
|
v/checker.v: disallow pointer arithmetic for InfixExpr outside unsafe {} (#5640)
|
2020-07-03 18:10:10 +02:00 |
Emily Hudson
|
c84bafbdae
|
vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax
|
2020-06-27 21:46:04 +02:00 |
Alexander Medvednikov
|
1d28d45c5c
|
builder: add -lpthread; x64: a+b, a-b
|
2020-06-18 14:14:42 +02:00 |
Delyan Angelov
|
97b9ce04a4
|
crypto.rand: cleanup test, make it less likely to fail in CI
|
2020-06-01 07:49:52 +03:00 |
Uwe Krüger
|
013fdb8a4b
|
checker: restrict numeric promotions to cases where no data is lost
|
2020-05-27 05:42:48 +02:00 |
Uwe Krüger
|
2635be511f
|
all: re-apply C++ support
|
2020-05-18 21:38:06 +02:00 |
Alexander Medvednikov
|
07a78b2843
|
Revert "all: C++ compiler support"
This reverts commit 9a237c3e82 .
|
2020-05-18 17:05:48 +02:00 |
Uwe Krüger
|
9a237c3e82
|
all: C++ compiler support
|
2020-05-18 15:51:36 +02:00 |
ka-weihe
|
a72f3ed0c7
|
builtin: voidptr.str() and byteptr.str()
|
2020-05-04 13:20:18 +02:00 |
Alexander Medvednikov
|
270566055f
|
checker: make sure all FnDecl types are valid
|
2020-04-26 10:39:26 +02:00 |
penguindark
|
83289d74a7
|
builtin: fix int to hex
|
2020-04-02 17:16:17 +02:00 |
Alexander Medvednikov
|
b495e78f0e
|
v2: add _vinit to tests' fn main
|
2020-03-25 00:17:39 +01:00 |
penguindark
|
421f5b6fdf
|
builtin: int to str without offset buffer
|
2020-03-21 16:00:58 +01: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
|
f27f832ede
|
cgen: definitions + other fixes; calloc fix
|
2020-03-04 17:08:28 +01:00 |
Delyan Angelov
|
615a4b3452
|
builtin: add V64_PRINTFORMAT (part 2)
|
2020-03-01 15:48:54 +01:00 |
Alexander Medvednikov
|
82b0024758
|
fix v2 parser int.v error
|
2020-03-01 14:57:54 +01:00 |
Nicolas Sauzede
|
becd87141c
|
fix linux warnings in generated C code
|
2020-03-01 13:26:09 +01:00 |
spaceface777
|
ef8c1203b4
|
cleanup: replace C for loops with range
|
2020-02-24 17:55:16 +01:00 |
Alexander Medvednikov
|
19520ccf4e
|
v2: for in checker
|
2020-02-18 21:59:42 +01:00 |
Alexander Medvednikov
|
d66bc24e7f
|
remove `as` casts for basic types
|
2020-02-07 22:10:48 +01:00 |
Alexander Medvednikov
|
0510bc7744
|
fix int.v
|
2020-02-07 14:57:48 +01:00 |
Alexander Medvednikov
|
9034b1fd08
|
v2: match cgen; use `as` for casting
|
2020-02-07 14:50:52 +01:00 |
Alexander Medvednikov
|
2b433cdf64
|
v2: match, <<=, >>=, |=, ~, unsafe, map init
|
2020-02-05 10:00:14 +01:00 |
Alexander Medvednikov
|
c595c9eee1
|
builtin: bring back old hex()
|
2020-02-04 20:23:03 +01:00 |
Alexander Medvednikov
|
80daaff874
|
v2: scopes, or, in, hex
|
2020-02-04 17:44:39 +01:00 |
Alexander Medvednikov
|
9b60a50d07
|
v2: maps, <<, >>, method calls
|
2020-02-04 12:50:58 +01:00 |
joe-conigliaro
|
85e4e4cb40
|
v2: resolve unresolved call expression types & add test
|
2020-02-04 12:03:12 +01:00 |
Alexander Medvednikov
|
83f0c228e9
|
v2: parse builtin.v, cfns.v float.v
|
2020-02-04 09:54:15 +01:00 |
joe-conigliaro
|
7f709c3285
|
update copyright years
|
2020-02-03 05:00:36 +01:00 |
joe-conigliaro
|
007baa2305
|
hash: add wyhash + benchmark, add fnv1a, add u64.hex() (#3584)
|
2020-01-28 23:43:09 +01:00 |
Alexander Medvednikov
|
d082b3f4b9
|
run vfmt on vlib/builtin
|
2019-12-20 00:12:29 +03:00 |
Alexander Medvednikov
|
75280bb54c
|
fix int.str() memory bug
|
2019-12-09 16:41:13 +03:00 |
Alexander Medvednikov
|
c4a43633da
|
i8, i18, u16 str()
|
2019-12-03 21:14:17 +03:00 |
Alexander Medvednikov
|
3fea8f3de5
|
*char => charptr everywhere
|
2019-12-01 10:33:26 +03:00 |
Unknown User
|
f46b58b09d
|
int: i64 hex() use PRIx64
|
2019-10-17 11:06:54 +03:00 |
Alexander Medvednikov
|
f9593bd857
|
builtin: float.v + remove #include <math.h>
|
2019-10-15 08:41:45 +03:00 |
Alexander Medvednikov
|
10ed65bc12
|
fix float.eq()
|
2019-10-15 03:45:11 +03:00 |
Alexander Medvednikov
|
91690a1b54
|
fix f64 tcc eq crash
|
2019-10-13 04:27:57 +03:00 |
Alexander Medvednikov
|
2d127cb694
|
tcc windows fixes
|
2019-10-14 09:03:11 +03:00 |
Alexander Medvednikov
|
a280e98d7f
|
fix the build
|
2019-10-11 06:57:08 +03:00 |
Alexander Medvednikov
|
726aaecc46
|
compiler: make V compilable wit the tcc backend
|
2019-10-11 06:49:53 +03:00 |
Alexander Medvednikov
|
f45d3f07ed
|
fix 3 last C warnings and make sure no new warnings are introduced
|
2019-10-04 05:49:41 +03:00 |
hazohelet
|
56e4ed1e6b
|
compiler: float comparison uses machine epsilon by default
|
2019-10-01 22:38:36 +03:00 |
Delyan Angelov
|
2ac80485c0
|
C backend: fix a couple of C warnings on Linux
|
2019-10-01 14:35:59 +03:00 |
hazohelet
|
6d483c0a56
|
parser: float1 == float2 uses machine epsilon by default
|
2019-09-29 18:27:53 +03:00 |
hazohelet
|
fd2d9c214c
|
f64: fix .eq()
|
2019-09-28 14:04:03 +03:00 |
Alexander Medvednikov
|
a94c1556ce
|
array: remove temporary repeat2()
|
2019-09-19 05:22:24 +03:00 |
Alexander Medvednikov
|
849bef987c
|
more C warnings fixed
|
2019-09-15 15:53:57 +03:00 |