Ned Palacios
|
b99ba21ddd
|
vdoc: markdown, html, json generation + lots of fixes
|
2020-06-02 12:10:01 +02:00 |
|
yuyi
|
63b2d4be99
|
cgen: make >8 indent levels work
|
2020-06-02 10:40:24 +02:00 |
|
Alexander Medvednikov
|
138d730dfa
|
checker: prepare for the is_changed check
|
2020-06-02 09:00:51 +02:00 |
|
Ned Palacios
|
9fcb8536e8
|
fmt: fix struct decl gen with c structs
|
2020-06-02 07:41:02 +02:00 |
|
Uwe Krüger
|
076089d3c5
|
checker: apply stricter type checks to function args and return types
|
2020-06-01 21:15:59 +02:00 |
|
Emily Hudson
|
0c7bac4ba7
|
json: fix enums and byte, cleanup
|
2020-06-01 19:36:07 +03:00 |
|
Delyan Angelov
|
6161392648
|
json: do not generate comptime encode/decode functions already defined in json_primitives.v
|
2020-06-01 19:04:17 +03:00 |
|
Delyan Angelov
|
ae8f7cf569
|
tests: fix some tests, that failed due to the stricter immutable checks
|
2020-06-01 18:24:38 +03:00 |
|
Delyan Angelov
|
86862d6a94
|
checker: remove mod_file_cacher exception
|
2020-06-01 17:43:03 +03:00 |
|
Alexander Medvednikov
|
3d83934caf
|
checker: check mutating methods; generics fixes
|
2020-06-01 15:44:10 +02:00 |
|
Delyan Angelov
|
945439dab6
|
cgen: print actual values on a failed assert (when possible)
|
2020-06-01 14:43:38 +03:00 |
|
spaceface777
|
11e6734912
|
jsgen: more fixes and improvements
|
2020-05-31 20:48:31 +02:00 |
|
pancake
|
304258162c
|
cgen: when building a shared library, make vinit() a constructor
|
2020-05-31 17:27:23 +02:00 |
|
Mike 'Fuzzy' Partin
|
411868a43a
|
util: add gdiff to the list of diff utilities to support bsd systems
|
2020-05-31 17:01:31 +02:00 |
|
Alexander Medvednikov
|
a5ddb613fb
|
builder: linux cross compilation
|
2020-05-31 15:09:07 +02:00 |
|
Delyan Angelov
|
f1f6fb1a9f
|
json: fix f32 is not struct
|
2020-05-31 14:17:20 +03:00 |
|
Uwe Krüger
|
faf3248e98
|
checker: check types for bitwise right shift
|
2020-05-31 12:58:13 +02:00 |
|
Emily Hudson
|
75eac291ac
|
all: variable sized options
|
2020-05-31 12:57:26 +02:00 |
|
Alexander Medvednikov
|
f87e872fa2
|
checker/cgen: interface match
|
2020-05-31 10:22:21 +02:00 |
|
Delyan Angelov
|
bb9d268bd9
|
fmt: add struct init keep test, fix another &&Foo bug
|
2020-05-30 22:34:57 +03:00 |
|
Alexander Medvednikov
|
905f844b16
|
cgen: return interface fix
|
2020-05-30 20:18:03 +02:00 |
|
Alexander Medvednikov
|
1ca7a607d3
|
checker/cgen: return interfaces
|
2020-05-30 19:54:16 +02:00 |
|
Uwe Krüger
|
b74e1bb05d
|
checker: fix type mismatch in function argument for struct reference init
|
2020-05-30 15:42:12 +02:00 |
|
Emily Hudson
|
a4de507c6d
|
cgen: panic on assertion failed outside tests
|
2020-05-30 13:19:52 +02:00 |
|
Delyan Angelov
|
f9cb0d443b
|
builder: improve suggestion on a w64 cross compile fail on linux
|
2020-05-30 13:49:03 +03:00 |
|
Delyan Angelov
|
d148920b54
|
v.util: prepare CI for the external markdown module (needed for vdoc)
|
2020-05-30 11:06:16 +03:00 |
|
JalonSolov
|
b7dc5b2f7b
|
stopwatch: auto_start option, make pause cumulative
|
2020-05-30 10:20:54 +03:00 |
|
Delyan Angelov
|
077e06b44e
|
fmt: fix struct field default expressions and tags
|
2020-05-29 21:22:27 +03:00 |
|
yuyi
|
1e504fb388
|
parser: check undefined variable of assign_expr
|
2020-05-29 17:38:40 +02:00 |
|
Delyan Angelov
|
f3c5f36317
|
parser: allow for struct Abc { f [skip] = -1 }
|
2020-05-29 12:45:54 +03:00 |
|
Alexander Medvednikov
|
1c11ac9fdf
|
checker: make sure is is only used with interfaces and sum types
|
2020-05-29 06:46:01 +02:00 |
|
yuyi
|
3a340cbffc
|
checker: fix array_init cast type error
|
2020-05-29 06:39:46 +02:00 |
|
Alexander Medvednikov
|
bec3e07635
|
interfaces: fix is
|
2020-05-29 05:54:53 +02:00 |
|
pancake
|
b3f2c629c6
|
builder: use .dylib for -shared builds in macOS
|
2020-05-29 04:52:19 +02:00 |
|
Alexander Medvednikov
|
96fb7901b3
|
live: fix reloader.v
|
2020-05-29 04:36:08 +02:00 |
|
Alexander Medvednikov
|
81b44dc2c9
|
generics: generic call inside generic call; checker: check mut args at call
|
2020-05-29 04:30:00 +02:00 |
|
Emily Hudson
|
f0a9b88ac4
|
all: add stdcall attribute, unhandled exception handler, get_raw_stdin, v_realloc
|
2020-05-29 03:06:27 +02:00 |
|
Tim Basel
|
7e538d7401
|
utils: add args to launch_tool
|
2020-05-28 19:40:09 +03:00 |
|
yuyi
|
28ffe2a6ee
|
checker: add error for struct fields of type []unknown
|
2020-05-28 19:38:53 +03:00 |
|
spaceface777
|
60716bba29
|
parser: fix nested array_init syntax
|
2020-05-28 19:36:57 +03:00 |
|
pancake
|
1d78914a8f
|
parser: support @VROOT in #include too, make it use absolute paths
|
2020-05-28 19:36:04 +03:00 |
|
Delyan Angelov
|
75b8822f06
|
scanner: prevent infinite looping, when reaching .eof due to parser bugs
|
2020-05-28 19:22:11 +03:00 |
|
Delyan Angelov
|
d70cd81875
|
v.pref: remove 'setting pref.path to ...' when given -v
|
2020-05-28 18:41:26 +03:00 |
|
Alexander Medvednikov
|
9609b3a9c8
|
checker: make the method warning an error
|
2020-05-28 15:30:54 +02:00 |
|
Alexander Medvednikov
|
01dbb25a37
|
checker: do not allow defining methods on types from other modules
|
2020-05-28 15:23:20 +02:00 |
|
Leah Lundqvist
|
1d0ebfb691
|
jsgen: add hash statement
|
2020-05-28 14:38:10 +02:00 |
|
pancake
|
2943bdc1f6
|
cgen: add support for $if (mach|darwin|hpux|gnu|qnx|bsd)
|
2020-05-28 13:33:12 +02:00 |
|
yuyi
|
977eb895e8
|
checker: check array init's element type
|
2020-05-28 13:32:12 +02:00 |
|
Delyan Angelov
|
a3bd8d3e4c
|
cgen: add trace info about auto str generation
|
2020-05-28 10:36:29 +03:00 |
|
Delyan Angelov
|
55ef117531
|
cgen: fix for V structs fields (auto str and json_decode)
|
2020-05-28 09:55:37 +03:00 |
|