Daniel Däschle
|
500ebf77e4
|
all: implement multiple generics (#8231)
|
2021-01-22 13:49:56 +01:00 |
Delyan Angelov
|
b10b76bb0d
|
parser: remove the 'non-string keys are work in progress' warning
|
2021-01-22 12:25:17 +02:00 |
Alexander Medvednikov
|
46cdf4f1ff
|
0.2.2
|
2021-01-22 10:39:44 +01:00 |
Alexander Medvednikov
|
43d56cb883
|
string: update the test
|
2021-01-22 10:33:06 +01:00 |
Alexander Medvednikov
|
216fea1eb3
|
string: remove left/right (one way!)
|
2021-01-22 10:26:07 +01:00 |
Alexander Medvednikov
|
5815d96418
|
Revert "builtin: make string.(left|right) pub (#8245)"
This reverts commit 820e684313 .
|
2021-01-22 10:09:31 +01:00 |
Nick Treleaven
|
72168cd6bc
|
parser: support `mut:` section in the interface methods, and a mut interface fn modifier (#8092)
|
2021-01-22 10:02:28 +02:00 |
zakuro
|
1b09954622
|
parser: improve the position of mut receiver warning / error (#8240)
|
2021-01-22 09:38:37 +02:00 |
Uwe Krüger
|
925ffd76f4
|
sync/channels: expose `ch.closed` as `bool` pseudo attribute (#8244)
|
2021-01-22 09:37:29 +02:00 |
zakuro
|
820e684313
|
builtin: make string.(left|right) pub (#8245)
|
2021-01-22 09:35:32 +02:00 |
yuyi
|
d44c632d11
|
cgen: fix innermost value of map fixed array (fix #8214) (#8247)
|
2021-01-22 09:32:56 +02:00 |
zakuro
|
522d875489
|
checker: make it an error, to use ident outside of anon fn (#8232)
|
2021-01-22 09:24:49 +02:00 |
shadowninja55
|
a569dc17e8
|
gg: allow fonts loaded with $embed_file() to be used (#8263)
|
2021-01-21 23:07:47 +02:00 |
Daniel Däschle
|
3ee7bc960f
|
checker/gen: fix smartcast pointer sumtype (#8260)
|
2021-01-21 22:31:25 +02:00 |
Louis Schmieder
|
6b1956fb60
|
checker: fix warning at comptime call (#8248)
|
2021-01-21 21:36:11 +02:00 |
Louis Schmieder
|
0d204603d1
|
gen: fix generic comp time if (#8254)
|
2021-01-21 21:17:44 +02:00 |
Louis Schmieder
|
d8c94cd1fd
|
vweb: make multipart Content-Type header detection case-insensitive (#8255)
|
2021-01-21 21:16:25 +02:00 |
shadowninja55
|
d1286dbf18
|
examples: add snek (a snake game) (#8257)
|
2021-01-21 18:34:42 +02:00 |
Daniel Däschle
|
6c24e9ba84
|
tests: automatically add an .out file if not found, with VAUTOFIX=1 (#8250)
|
2021-01-21 15:48:57 +02:00 |
Larpon
|
ee663364de
|
vet: simplify fn name identifying, add warning for incomplete documentation (#8227)
|
2021-01-21 12:46:50 +01:00 |
yuyi
|
f399c17e3d
|
parser: check for_in mut key (#8235)
|
2021-01-21 12:46:15 +01:00 |
Larpon
|
62c2168b0b
|
clipboard: document all pub functions, adhere to vdoc style (#8243)
|
2021-01-21 12:45:59 +01:00 |
yuyi
|
59c3e98c16
|
cgen: fix complex map_fixed_array (#8209)
|
2021-01-21 12:45:37 +01:00 |
yuyi
|
f13ba3a9a8
|
cgen: fix for_in_mut_val for maps (#8221)
|
2021-01-21 12:44:22 +01:00 |
Uwe Krüger
|
3ecbf78707
|
cgen: support explicit array handling even in [direct_array_access] functions (#8241)
|
2021-01-21 12:43:54 +01:00 |
Daniel Däschle
|
c6d6690064
|
checker: fix if expr infix (#8215)
* checker: fix if expr infix
* remove debugger code
* fmt
* remove debug
* add test cases
|
2021-01-21 12:42:24 +01:00 |
zakuro
|
29b3077ea1
|
checker: make negative literal index a checker error (#8242)
|
2021-01-21 13:27:16 +02:00 |
zakuro
|
f413c92f2f
|
v.util: fix bug of mod_path_to_full_name (#8236)
|
2021-01-21 13:24:32 +02:00 |
Louis Schmieder
|
4045ec1ca8
|
checker: remove vweb unused vars (#8180)
|
2021-01-21 11:09:19 +01:00 |
Louis Schmieder
|
f7c251f8f3
|
vweb: add multipart/form-data parser and file upload (#8160)
|
2021-01-21 11:08:51 +01:00 |
Louis Schmieder
|
b44ec4921f
|
vweb: make vweb async (#8095)
|
2021-01-21 11:08:38 +01:00 |
zakuro
|
0c249fa040
|
parser: improve anon fn pos (#8210)
|
2021-01-21 11:01:40 +01:00 |
Markus F.X.J. Oberhumer
|
d97543605b
|
pkgconfig: add support for Fedora and CentOS Linux. (#8237)
|
2021-01-21 11:41:16 +02:00 |
yuyi
|
242c5760f1
|
array: fix array_clone (fix #8220) (#8238)
|
2021-01-21 10:17:00 +01:00 |
spaceface
|
f059a9e96c
|
builtin: fix sorting arrays of primitives (#8204)
|
2021-01-20 23:19:35 +02:00 |
yuyi
|
190bb38087
|
checker: check fixed array size (#8224)
|
2021-01-20 23:17:49 +02:00 |
Larpon
|
c212b4d180
|
cli: add missing documentation to all pub functionality (#8226)
|
2021-01-20 23:15:48 +02:00 |
Enzo
|
55efd8309a
|
parser: fix parsing interface methods with varargs (#8229)
|
2021-01-20 23:15:02 +02:00 |
Delyan Angelov
|
94b5e47ba8
|
ci: fix compilation of projects cloned inside the main repository
|
2021-01-20 22:44:18 +02:00 |
Delyan Angelov
|
071549baae
|
v.util: fix an out of bounds panic in mod_path_to_full_name/2
|
2021-01-20 18:22:58 +02:00 |
Delyan Angelov
|
d92f5c55ba
|
net: use mut and refs as receivers consistently (#8205)
|
2021-01-20 11:11:01 +01:00 |
Alexander Medvednikov
|
158aefc37f
|
sqlite: create_table()
|
2021-01-20 09:30:26 +01:00 |
Alexander Medvednikov
|
57af8570fe
|
tests: another pointer struct test
|
2021-01-20 09:24:12 +01:00 |
Alexander Medvednikov
|
766ed20bf3
|
doc: document string.int()
|
2021-01-20 06:16:39 +01:00 |
joe-conigliaro
|
97ebecc5f4
|
usecache: get all tests running with -usecache enabled by default (p.1) (#7699)
|
2021-01-20 06:04:59 +01:00 |
Delyan Angelov
|
b3a4f746a2
|
clipboard: use a nicer error when X11/Xlib.h is missing
|
2021-01-19 20:47:09 +02:00 |
yuyi
|
985ef52872
|
cgen: fix child struct's default values not assigned (#8202)
|
2021-01-19 17:10:22 +01:00 |
Delyan Angelov
|
d9532eda30
|
checker: error on a.slice(x,y) outside `builtin`
|
2021-01-19 15:55:52 +02:00 |
Tim Basel
|
129eee346b
|
fmt: keep single empty lines (#8189)
|
2021-01-19 14:49:40 +01:00 |
Ruofan XU
|
103901a5cb
|
example/test: add a binary search tree example and test (#8145)
|
2021-01-19 15:18:38 +02:00 |