18040 Commits

Author SHA1 Message Date
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
Felipe Pena
293dd36f92
cgen: fix const fixed array init with index (#20950) 2024-03-04 10:28:40 +02:00
Felipe Pena
a3bb422ec4
cgen: fix comptime is condition when using interface (#20952) 2024-03-04 10:20:19 +02:00
Kim Shrier
0211a0d548
doc: fix wording in the description of the #pkgconfig directive (#20956) 2024-03-04 10:12:16 +02:00
Felipe Pena
b638f587e8
cgen: fix global initializer of fixed array on gcc (#20934) 2024-03-03 23:17:52 +02:00
Hitalo Souza
ac9b724b3b
x.json2: improve performance of string encoding for unicode special characters and emojis (#20867) 2024-03-03 12:02:44 +02:00
yuyi
6fae1fad84
cgen: fix returning option call in non-option fn (#20943) 2024-03-03 11:24:03 +02:00
Kim Shrier
6e52336f0e
doc: fix minor grammar error in attribute comment (#20945) 2024-03-03 11:21:54 +02:00
Delyan Angelov
065e5e22cc
checker: silence "assigning 0 to a reference field" and "uninitialized fn struct fields" notices for @[translated]\nmodule ... files (#20938) 2024-03-02 01:33:55 +02:00
MCausc78
febc4a7eaa
checker: remove notice when shifting signed int for @[translated] (#20935) 2024-03-01 21:44:35 +02:00
GGRei
a87ba9e3ca
checker: fix some specific interface generic inference within generics struct and method (#20932) 2024-03-01 15:15:47 +02:00
Swastik Baranwal
cc443e50bb
checker: support Flags.bit ^ Flags.bit1 and ~Flags.bit (flagged enums) (fix #20925) (#20929) 2024-03-01 14:30:55 +02:00
yuyi
a2d23306c2
parser: fix formatting comptime if expr, after inc expr (fix #20927) (#20931) 2024-03-01 14:24:33 +02:00
Hitalo Souza
d5370bd220
time: microoptimise the Time formating methods (use custom number->string conversion, instead of string interpolation) (#20917) 2024-02-28 11:55:33 +02:00
johnpgr
87320f8f93
x.json2: fix encoder commas (#20916) 2024-02-27 19:55:02 +02:00
Rodrigo Abt
aa002a4019
toml: return an error from toml.parse_file(), when the passed file path does not exist (#20912) 2024-02-27 14:22:48 +02:00
Casper Küthe
d8c4a84f71
io: add a string_reader submodule (#20893) weekly.2024.09 2024-02-27 09:38:30 +02:00
Hitalo Souza
a9c10428d2
time: rename identifiers and parameter names (#20913) 2024-02-27 03:09:24 +02:00
Delyan Angelov
d2dcf6a307
sync: support more gcc version specific search locations on linux with tcc 2024-02-26 23:05:22 +02:00
johnpgr
c6048d50bf
x.json2: add skippable field attr @[json: '-'] (improve backwards compatibility with the json module) (#20892) 2024-02-26 21:05:38 +02:00
yuyi
71bd94aa9e
checker: fix checking match branch call expr twice (#20910) 2024-02-26 19:49:17 +02:00
Hitalo Souza
c9ea6226a2
picohttpparser: add tests for the Request methods (#20906) 2024-02-26 11:52:51 +02:00
Hitalo Souza
8c9003fbd3
time: add a tm_gmtoff field to C.tm (a BSD and GNU extension) (#20907) 2024-02-26 11:49:12 +02:00
Hitalo Souza
43fd568874
picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
Swastik Baranwal
43e96ce5bb
parser: disallow defining map key more than once (#20905) 2024-02-25 22:39:56 +02:00
Hitalo Souza
9703029dbe
picoev: add more logging of errors (#20558) 2024-02-25 22:35:13 +02:00