yuyi
|
2574dce174
|
all: fix remaining `[]array` warnings
|
2020-04-26 16:25:54 +02:00 |
joe-conigliaro
|
900d96c638
|
parser: allow deref assign without parens pt2 update vlib
|
2020-04-25 18:14:01 +10:00 |
joe-conigliaro
|
7177e71444
|
revert parser: allow deref assign without parens pt2 update vlib
|
2020-04-25 18:11:14 +10:00 |
joe-conigliaro
|
f92cf69e60
|
parser: allow deref assign without parens pt2 update vlib
|
2020-04-25 18:09:52 +10:00 |
Delyan Angelov
|
fb97c2e01e
|
examples: fix path_tracing.v compilation, using (*ptr) = expression
|
2020-04-23 12:28:16 +03:00 |
Delyan Angelov
|
1388532bd4
|
tests: fix crc32_test.v
|
2020-04-08 16:48:13 +03:00 |
SleepyRoy
|
67ba56c65c
|
expression: set integer literals as int by default
|
2020-03-23 20:05:37 +01:00 |
Joe Conigliaro
|
083964522b
|
cgen/fmt: fix assign_stmt fix & cgen test & hash tests & fmt
|
2020-03-11 11:31:24 +11:00 |
Alexander Medvednikov
|
04d5dd8997
|
cgen: sort structs
|
2020-03-05 23:27:24 +01:00 |
Alexander Medvednikov
|
37453945d0
|
cgen: remaining nodes; match type fix; v2.c is now generated
|
2020-03-04 15:48:43 +01:00 |
spaceface777
|
ef8c1203b4
|
cleanup: replace C for loops with range
|
2020-02-24 17:55:16 +01:00 |
Alexander Medvednikov
|
7705281459
|
map: use hashmap instead of b-tree
|
2020-02-20 20:05:06 +01:00 |
lutherwenxu
|
9332a83ce6
|
move v.v to cmd/v
|
2020-02-09 10:08:04 +01:00 |
Alexander Medvednikov
|
2b433cdf64
|
v2: match, <<=, >>=, |=, ~, unsafe, map init
|
2020-02-05 10:00:14 +01:00 |
joe-conigliaro
|
7808f4c272
|
hash.wyhash: implement rand function from wyhash original impl
|
2020-02-03 06:02:28 +01:00 |
joe-conigliaro
|
7f709c3285
|
update copyright years
|
2020-02-03 05:00:36 +01:00 |
joe-conigliaro
|
0f1b0f7ed4
|
wyhash: update benchmark file location in comment
|
2020-01-29 10:12:44 +11:00 |
joe-conigliaro
|
007baa2305
|
hash: add wyhash + benchmark, add fnv1a, add u64.hex() (#3584)
|
2020-01-28 23:43:09 +01:00 |
Alexander Medvednikov
|
c8d111924d
|
check unused and unmodified vars in all modules, not just main
|
2019-12-06 18:43:56 +03:00 |
Alvydas Vitkauskas
|
3080959084
|
parser: make let shift operators work with all types
|
2019-11-06 01:02:50 +03:00 |
joe-conigliaro
|
580abe0de4
|
lower/snake case consts & enums
|
2019-10-24 14:48:20 +03:00 |
Delyan Angelov
|
eef73eea22
|
tools: new tool to extracts function names declared in V files
|
2019-10-21 14:14:28 +03:00 |
joe-conigliaro
|
81bf67ba4f
|
hash.crc32: change *Crc32 to &Crc32
|
2019-09-13 22:45:04 +03:00 |
joe-conigliaro
|
d4c07d9b66
|
hash.crc32: modify sum methods to take []byte instead of string
|
2019-08-03 03:40:54 +02:00 |
0x9ef
|
a3e9a36553
|
Fix returned hash sum type
|
2019-07-24 20:29:11 +02:00 |
Alexander Medvednikov
|
c35adbea91
|
vfmt fixes
|
2019-07-17 21:00:39 +02:00 |
joe-conigliaro
|
a7529b7b05
|
sha1 implementation + helper funcs
|
2019-07-15 17:49:01 +02:00 |
joe-conigliaro
|
b4afa964fc
|
hash/crc32
|
2019-07-13 15:11:32 +02:00 |