Bram Vanbilsen
|
eaa4edf484
|
os: cleanup field comments of os.Process (#21023)
|
2024-03-15 09:11:44 +02:00 |
|
Turiiya
|
cb595293d5
|
checker: cleanup and simplify struct processing p2, extend test (#21025)
|
2024-03-15 09:08:46 +02:00 |
|
Swastik Baranwal
|
6a42f79ddc
|
cgen: fix match for alias (#21028)
|
2024-03-15 08:41:09 +02:00 |
|
Hitalo Souza
|
49b7f9a94a
|
x.json2: predefine buffer capacity for encoding to avoid reallocations (#20920)
|
2024-03-14 21:23:07 +02:00 |
|
Turiiya
|
9a0435db05
|
checker: add support for deprecation messages for structs and struct fields (#21017)
|
2024-03-14 20:38:53 +02:00 |
|
Delyan Angelov
|
0a9d1f9dd6
|
v.pref: support filtering while tracing, with v -trace-calls -trace-fns main,gg*draw* run examples/tetris/ (#21021)
|
2024-03-14 15:43:28 +02:00 |
|
Turiiya
|
8cb7e75a96
|
checker: cleanup and simplify struct processing p1 (#21009)
|
2024-03-14 10:18:10 +02:00 |
|
Turiiya
|
164a738744
|
ci,tests: enable vdoc tests on linux; fix unintended line break (#21014)
|
2024-03-14 10:16:50 +02:00 |
|
Turiiya
|
ef61d5f865
|
checker: cleanup and simplify check_ref_fields_initialized methods (#21016)
|
2024-03-14 10:15:09 +02:00 |
|
Turiiya
|
7ffd917b2e
|
v.util: simplify vtest (#21013)
|
2024-03-13 19:23:35 +02:00 |
|
Delyan Angelov
|
c29b64e04e
|
clipboard: workaround printing of structs containing &C.Display pointers with gcc
|
2024-03-13 18:49:20 +02:00 |
|
Joe Conigliaro
|
a1c5c6c8f2
|
builtin: add missing return type to fn signature for C.GC_get_stack_base
|
2024-03-14 00:08:39 +11:00 |
|
Joe C
|
f315676882
|
coroutines: manually create photon vcpu's & add functions to set photon log output (#21012)
|
2024-03-14 00:00:42 +11:00 |
|
Leron Gray
|
54da256b9f
|
io.string_reader: fix needs_fill_until check (#21005)
|
2024-03-13 14:40:29 +02:00 |
|
jacksonmowry
|
8ec990eed8
|
db.sqlite: fix exec_param_many bug (#21008)
|
2024-03-13 14:39:15 +02:00 |
|
Swastik Baranwal
|
b276aaccf9
|
checker: disallow void return value lambdas in array.map method calls (#21011)
|
2024-03-13 14:21:57 +02:00 |
|
Turiiya
|
fee184b67f
|
checker: remove unnecessary string interpolation in deprecation method calls (#21007)
|
2024-03-13 13:58:14 +02:00 |
|
Turiiya
|
1e1846fda9
|
ast,fmt: further improve type detection of user defined typenames, extend tests (#21004)
|
2024-03-13 13:23:21 +02:00 |
|
Kim Shrier
|
094b0328e5
|
builtin: fix a few grammar errors in builtin.string comments (#21010)
|
2024-03-13 13:14:50 +02:00 |
|
Pierre Curto
|
aeadc0a12a
|
x.json2: improve error message upon missing comma (#20602)
|
2024-03-12 19:16:08 +02:00 |
|
Turiiya
|
365bd18542
|
fmt: update tests to run all fmt also in a vmodules context (#20995)
|
2024-03-12 17:11:27 +02:00 |
|
Delyan Angelov
|
a373bee98b
|
builtin: expose gc_disable(), gc_enable(), gc_is_enabled(), in addition to the existing gc_collect() (#21002)
|
2024-03-12 17:03:33 +02:00 |
|
Delyan Angelov
|
a023fe3264
|
ci: add a vtcc step (check that vtcc, continues to be able to compile with v, and v itself can be compiled with vtcc) (#21000)
|
2024-03-12 15:00:20 +02:00 |
|
Leron Gray
|
d6236e1052
|
io.reader: make read_all constants public (#20997)
|
2024-03-12 08:35:22 +02:00 |
|
Alexander Medvednikov
|
96aa23ff35
|
orm: insert expressions returning id
|
2024-03-11 20:04:33 +03:00 |
|
Alexander Medvednikov
|
b2df3264a7
|
gg: fix empty circle in native; http: post_form_with_cookies; veb: print veb action in html errors
|
2024-03-11 18:21:06 +03:00 |
|
Turiiya
|
565cdf25b6
|
doc: fix multiline codeblock comments (#20996)
|
2024-03-11 17:16:09 +02:00 |
|
Felipe Pena
|
a10415faaf
|
cgen: fix code generated to comptime passed to generic arg (#20994)
|
2024-03-11 07:08:23 +02:00 |
|
Kim Shrier
|
09f3ac1413
|
crypto.blake3: fix typo on Digest comment (#20991)
|
2024-03-11 07:03:33 +02:00 |
|
Turiiya
|
386bd77a32
|
ast, fmt: improve submodule type alias lookup; fix formatting of modules in $VMODULES (#20989)
weekly.2024.11
|
2024-03-10 10:41:52 +02:00 |
|
Felipe Pena
|
e3140cbb6e
|
parser: fix for comptime with fully type name (fix #20948) (#20988)
|
2024-03-09 19:09:04 +02:00 |
|
Felipe Pena
|
da628540d9
|
cgen, checker: fix comptimeselector passing to generic argument (#20985)
|
2024-03-09 18:56:12 +02:00 |
|
Turiiya
|
c48abe5f51
|
ast: cleanup and simplify shorten_user_defined_typenames method (#20984)
|
2024-03-09 18:54:55 +02:00 |
|
rustrover
|
c90af5ffe3
|
os: remove repetitive words in comments (#20981)
|
2024-03-09 15:22:05 +02:00 |
|
Felipe Pena
|
f789874106
|
cgen: fix fixed array return on fn with option generic return (#20974)
|
2024-03-08 20:17:59 +02:00 |
|
Felipe Pena
|
679bcb3094
|
cgen: fix missing scope enclosing for const init which needs temp variables (#20973)
|
2024-03-08 20:16:02 +02:00 |
|
Delyan Angelov
|
83978a8d86
|
examples: improve initial camera position for examples/sokol/05_instancing_glsl/rt_glsl.v
|
2024-03-08 12:41:32 +02:00 |
|
Delyan Angelov
|
4cf05083ca
|
examples: cleanup code duplication in examples/sokol/04_multi_shader_glsl/rt_glsl.v, document gg.m4 (#20978)
|
2024-03-08 11:39:23 +02:00 |
|
Turiiya
|
8ddceabb0e
|
fmt: fix removal of used selective and alias imports in modules in $VMODULES dirs (#20977)
|
2024-03-08 11:34:12 +02:00 |
|
Delyan Angelov
|
a867ed6a7b
|
parser,checker: silence more warnings for @[translated] files (#20964)
|
2024-03-07 21:56:33 +02:00 |
|
Turiiya
|
db252d043e
|
cli: add pluralization to err msg, if required number of args is not met (#20971)
|
2024-03-07 20:57:58 +02:00 |
|
Larpon
|
790ea2f1bd
|
sokol, gg, examples: update to match uptream at 058a4c5 (#20953)
|
2024-03-05 17:04:05 +02:00 |
|
Delyan Angelov
|
60b4fb31a1
|
ci: mark db_store_test.v as flaky
weekly.2024.10
|
2024-03-04 22:34:09 +02:00 |
|
Felipe Pena
|
6279e8a531
|
checker,cgen: fix generic map inferring key and value types (#20959)
|
2024-03-04 22:29:35 +02:00 |
|
Felipe Pena
|
115f83d2b9
|
checker: fix missing check for interface cast of option type (#20961)
|
2024-03-04 21:56:44 +02:00 |
|
cui fliter
|
78602846e5
|
all: fix typos in comments (#20963)
|
2024-03-04 18:41:55 +02:00 |
|
Delyan Angelov
|
a58f980b02
|
os: workaround a -prod -cc gcc bug, affecting os.open_file (fix #20923) (related to #20872) (#20960)
|
2024-03-04 18:15:28 +02:00 |
|
Hitalo Souza
|
6f4d9aecf3
|
x.json2: minor performance improvement, update benchmark recommendations (#20954)
|
2024-03-04 12:39:07 +02:00 |
|
Glenn Lewis
|
1007a871e4
|
vdoc: enable browser custom search with ?q=<search> (#20949)
|
2024-03-04 12:35:42 +02:00 |
|
Glenn Lewis
|
ddf1ae9115
|
vdoc: add attributes to enums and structs (#20957)
|
2024-03-04 11:19:22 +02:00 |
|