yuyi
|
7f87ac996d
|
test: fix vlib/math/big/big_test.v
|
2020-04-10 12:26:15 +03:00 |
Daniel Däschle
|
0f11d883fa
|
checker: fix error messages and add checker tests
* checker: fix error messages
* tests: fix command and ignore defect output
|
2020-04-10 11:59:07 +03:00 |
Delyan Angelov
|
74ac9ef195
|
builder: write intermediate .c files in the vtmp folder again
|
2020-04-10 11:55:04 +03:00 |
Delyan Angelov
|
7d564e9791
|
cgen: skip inc generation for ForCStmt, when empty in the v source
|
2020-04-10 10:00:14 +03:00 |
Alexander Medvednikov
|
d5fb68e3d6
|
vfmt: fix struct init; run on struct_test.v
|
2020-04-10 00:36:50 +02:00 |
Alexander Medvednikov
|
9b2511133d
|
vfmt: lots of fixes; cmd/v: -keepc;
|
2020-04-10 00:30:43 +02:00 |
Daniel Däschle
|
32550c6d69
|
scanner: even better error messages
|
2020-04-10 00:09:34 +02:00 |
Daniel Däschle
|
320fad49c5
|
checker: check enum
|
2020-04-09 19:23:49 +02:00 |
Alexander Medvednikov
|
6ac64c8586
|
parser: register #flags
|
2020-04-09 16:39:53 +02:00 |
Alexander Medvednikov
|
2b685fc80a
|
table: bring back parse_cflag()
|
2020-04-09 15:59:22 +02:00 |
Daniel Däschle
|
c0d86eb651
|
cgen: printing pointer should print the address
|
2020-04-09 15:35:52 +02:00 |
Alexander Medvednikov
|
f508955b64
|
vfmt: fix mod.Type; run vfmt on ast.v
|
2020-04-09 15:33:46 +02:00 |
Alexander Medvednikov
|
f3c917e0aa
|
fmt: fix array receivers; cmd/v: -showcc
|
2020-04-09 15:05:06 +02:00 |
Alexander Medvednikov
|
d7ae9d7279
|
cgen: optional fixes; make http compile
|
2020-04-09 14:03:47 +02:00 |
yuyi
|
87df587f5a
|
parser: fix script and repl error
|
2020-04-09 12:46:16 +02:00 |
Daniel Däschle
|
3fbf91a044
|
cgen: printing pointers
|
2020-04-09 12:29:29 +02:00 |
Delyan Angelov
|
806f86e4e2
|
assert: pretty print function calls too
|
2020-04-09 13:24:26 +03:00 |
krischerven
|
8f8f8c418e
|
cgen: implement equality on arrays
|
2020-04-09 03:55:37 +02:00 |
ka-weihe
|
71190c27a9
|
fmt: align consts
|
2020-04-09 01:10:08 +02:00 |
ka-weihe
|
77d41d03f5
|
cgen: inline
|
2020-04-09 00:35:13 +02:00 |
Alexander Medvednikov
|
3f480a358e
|
fix type_alias test
|
2020-04-08 22:34:21 +02:00 |
Daniel Däschle
|
1c340174b7
|
cgen: print nested structs
|
2020-04-08 22:14:01 +02:00 |
Alexander Medvednikov
|
a08e64f37f
|
cgen: operator overloading
|
2020-04-08 22:12:42 +02:00 |
Alexander Medvednikov
|
3521b7ff89
|
websocket: fmt example + minor fixes
|
2020-04-08 21:21:58 +02:00 |
Alexander Medvednikov
|
b40fdd9089
|
scope: find_const
|
2020-04-08 19:47:20 +02:00 |
Alexander Medvednikov
|
fa6aaad6df
|
checker: handle `x := x`
|
2020-04-08 19:15:19 +02:00 |
Daniel Däschle
|
03c307a8c0
|
parser: fix struct name error
|
2020-04-08 19:08:54 +02:00 |
hazohelet
|
78fc9bd12b
|
fmt: short_module for enum values
|
2020-04-08 18:55:50 +02:00 |
Daniel Däschle
|
d38acb5487
|
cgen: fix enum print case
|
2020-04-08 18:55:10 +02:00 |
Alexander Medvednikov
|
7a218286b3
|
cgen: fix returning optional consts; fix csv test
|
2020-04-08 17:21:36 +02:00 |
hazohelet
|
10c4c44d03
|
parser: allow C struct declaration that lacks body
|
2020-04-08 16:54:49 +02:00 |
krischerven
|
bcb9d90abb
|
cgen: remove redundant spaces in generated C
|
2020-04-08 16:52:07 +02:00 |
Daniel Däschle
|
6bba7d4e3a
|
cgen: enum str()
|
2020-04-08 15:54:38 +02:00 |
Alexander Medvednikov
|
80888b9518
|
tests: fix fmt test
|
2020-04-08 14:25:08 +02:00 |
Alexander Medvednikov
|
5ef5712e91
|
vfmt: do not generate a space if the comment is empty
|
2020-04-08 14:19:13 +02:00 |
Alexander Medvednikov
|
2e78051933
|
tests: fix in_expression_test
|
2020-04-08 13:56:09 +02:00 |
Alexander Medvednikov
|
eb78396307
|
parser: fix prefix precedence
|
2020-04-08 13:53:11 +02:00 |
Delyan Angelov
|
c00ec77737
|
tests: fix compilation of parser_test.v
|
2020-04-08 05:57:36 +03:00 |
Delyan Angelov
|
ef19aa1de6
|
assert: fix line position, pretty print float literals and casts
|
2020-04-08 05:47:29 +03:00 |
Delyan Angelov
|
3bad02abdd
|
cgen: do comparison of f32/f64 values for == and != by calling f64_eq(a,b) and f64_ne(a,b)
|
2020-04-08 03:51:06 +03:00 |
Delyan Angelov
|
b9ec1479e4
|
checker: allow again fallthrough in or{} blocks of option calls without assignment
|
2020-04-08 02:56:24 +03:00 |
Alexander Medvednikov
|
7ff0c3aaa9
|
cgen/parser: fix unions
|
2020-04-08 01:20:55 +02:00 |
Alexander Medvednikov
|
cdcb8b6c06
|
fmt: ` ` fix
|
2020-04-08 01:04:08 +02:00 |
yuyi
|
9984691eaf
|
parser: fix float_test.v
|
2020-04-08 01:00:58 +02:00 |
Alexander Medvednikov
|
d54150cd22
|
vfmt: fix struct init indent and wrapped lines
|
2020-04-08 00:59:28 +02:00 |
Alexander Medvednikov
|
2fbed2f880
|
cgen: fix _ = ...
|
2020-04-08 00:46:16 +02:00 |
ka-weihe
|
7406abe3b6
|
map: use strcmp and update wyhash
|
2020-04-08 00:02:15 +02:00 |
Daniel Däschle
|
59ac0bd46b
|
cgen: print bool correctly in interpolation
|
2020-04-07 23:26:20 +02:00 |
Delyan Angelov
|
cb52dd85e7
|
tests: add an isolated test case for long struct names with capitalization
|
2020-04-07 22:03:20 +03:00 |
Delyan Angelov
|
589b932f19
|
compiler: more permissive structure names, that allow URL as a struct name
|
2020-04-07 22:00:25 +03:00 |