Felipe Pena
|
cb525f07d8
|
v: complete support for smartcasting to a comptime variable type (#20270)
|
2023-12-29 21:16:04 +02:00 |
|
xjzh123
|
7b04476683
|
orm: fix the old attribute syntax in the README's example, to the new @[attr] form (#20305)
|
2023-12-29 19:00:37 +02:00 |
|
Hitalo Souza
|
7fc31591ad
|
x.json2: optimise encoding to be faster than cJSON with -prod (#20052)
|
2023-12-29 18:28:11 +02:00 |
|
Delyan Angelov
|
c4180d4b06
|
examples: shrink examples/gg/minimal.v even more
|
2023-12-29 16:46:18 +02:00 |
|
Delyan Angelov
|
0b4a93c1c1
|
examples: add an even smaller gg usage example, demonstrating how to always show the builtin fps counter, and how to avoid importing gx
|
2023-12-29 16:31:01 +02:00 |
|
shove
|
08ff84627c
|
scanner: fix escape character handling in character/rune literals (fix #20301) (#20304)
|
2023-12-29 14:25:11 +02:00 |
|
yuyi
|
452666fec3
|
checker: cleanup method_call() (#20303)
|
2023-12-29 11:45:35 +02:00 |
|
Carlos Esquerdo Bernat
|
db80a002d6
|
x.json2: make public the generic function map_from/1 (#20294)
|
2023-12-29 10:45:45 +02:00 |
|
shove
|
fe017afeb0
|
cgen: fix code generation when 'in array init' is used as an if condition (fix #20300) (#20302)
|
2023-12-29 09:45:12 +02:00 |
|
Delyan Angelov
|
0df6fcce8c
|
scanner: fix backslashes followed directly by newline in string literals (fix #20291) (#20296)
|
2023-12-29 07:21:49 +02:00 |
|
Yuyi_Hao
|
680b0d463a
|
example: add a path finding algorithm visualizer using gg (#20060)
|
2023-12-28 23:19:28 +02:00 |
|
shove
|
2dce525d90
|
checker: fix and cleanup uninitialized checks for array initialisers with len: (fix #20272) (#20279)
|
2023-12-28 23:07:02 +02:00 |
|
yuyi
|
5b96d8d179
|
checker: cleanup array and alias of array method call (#20290)
|
2023-12-28 23:03:56 +02:00 |
|
Juan de Bruin
|
d816f0c2fd
|
docs: add an example of a nullable ORM field (#20292)
|
2023-12-28 18:27:59 +02:00 |
|
Delyan Angelov
|
eedf5876b9
|
scanner: change -d debugscanner to -d trace_scanner for uniformity with the other tracing options, described in CONTRIBUTING.md
|
2023-12-28 17:58:31 +02:00 |
|
Juan de Bruin
|
02c0f3f1d4
|
docs: update null convention in ORM example, since @[nonull] is no longer needed (#20286)
|
2023-12-28 15:36:27 +02:00 |
|
shove
|
3345a17f6b
|
cgen: fix initialization of const string arrays on msvc (fix #20287) (#20289)
|
2023-12-28 13:35:35 +02:00 |
|
shove
|
57cc00df22
|
cgen: fix generating callexpr to string is actually called twice (fix #20282) (#20288)
|
2023-12-28 12:47:45 +02:00 |
|
koplenov
|
76e1ac3db3
|
net.http: support -d no_vschannel on windows, to fix long waits, while connecting on some systems (#20265)
|
2023-12-28 11:49:25 +02:00 |
|
Felipe Pena
|
b944927f09
|
v: unwrap an option value automatically, inside if o != none { (#20275)
|
2023-12-27 21:22:44 +02:00 |
|
Sudoer
|
34858c3265
|
ast, math.complex: add missing docstrings for the methods in types.v (#20281)
|
2023-12-27 21:18:46 +02:00 |
|
Swastik Baranwal
|
6a04febbf8
|
math.bits: remove deprecated max32 and max64 const (#20277)
|
2023-12-27 13:55:55 +02:00 |
|
Delyan Angelov
|
426e471988
|
sokol: fix JS runtime error about _glBindSampler, for the gg examples, when compiled with -os wasm32_emscripten
|
2023-12-27 02:04:23 +02:00 |
|
Delyan Angelov
|
57a33c313b
|
pref: support VNORUN=1, to enable running of tests, vsh files etc (i.e. just compile them, for debugging later)
|
2023-12-26 13:29:33 +02:00 |
|
shove
|
1aad481c29
|
checker: fix mismatch checking when a function returns sumtype as an argument (fix #19325) (#20264)
weekly.2023.52
|
2023-12-26 07:03:50 +02:00 |
|
yuyi
|
101a4614ed
|
parser: fix parse_vet_file() with vfmt off/on flag (#20273)
|
2023-12-26 07:01:54 +02:00 |
|
shove
|
bcc311b336
|
cgen: fix in expression with mut and ref (fix #20268) (#20271)
|
2023-12-26 06:59:29 +02:00 |
|
Delyan Angelov
|
30d6f7b294
|
crypto: fix notices/errors for v -N test vlib/crypto
|
2023-12-25 20:00:35 +02:00 |
|
Felipe Pena
|
5a9800b993
|
cgen: fix function generated code, when returning from match (#20263)
|
2023-12-25 19:21:57 +02:00 |
|
Swastik Baranwal
|
2301132662
|
checker: update generic syntax for error message (#20269)
|
2023-12-25 16:09:28 +02:00 |
|
yuyi
|
113da285d3
|
parser: fix fn call with newline opening brace (fix #20258) (#20267)
|
2023-12-25 15:23:29 +02:00 |
|
shove
|
053a7a9863
|
ast, checker: add a notice, for accessing by key, map values, that contain pointers (to use unsafe or an or {} block) (#20266)
|
2023-12-25 13:57:52 +02:00 |
|
Felipe Pena
|
8e47c21c46
|
cgen: fix if guard stmts return generated code + fix auto generated option map comparison code (#20169)
|
2023-12-25 13:53:16 +02:00 |
|
Felipe Pena
|
55061e40c7
|
cgen: fix fixed array return when returning fixed array initialization (#20262)
|
2023-12-25 13:49:01 +02:00 |
|
Kim Shrier
|
c7ce72f314
|
encoding.binary: fix u32 little endian comments (#20256)
|
2023-12-23 15:26:17 +02:00 |
|
Dialga
|
1b6d68187b
|
thirdparty: update zip to 0.3.0 (#20255)
|
2023-12-23 10:46:34 +02:00 |
|
shove
|
dda2b56854
|
checker: remove unnecessary struct ref field initialization checks and notifications at map initializing(fix #20245) (#20251)
|
2023-12-22 13:01:42 +02:00 |
|
Delyan Angelov
|
cedf631860
|
.github: temporary fix for v bug only working for members of the vlang organisation
|
2023-12-22 12:03:39 +02:00 |
|
yuyi
|
7ec0d1cbac
|
cgen: cleanup assign_stmt() (#20250)
|
2023-12-22 10:16:25 +02:00 |
|
yuyi
|
380a33af12
|
cgen: cleanup index.v (#20252)
|
2023-12-22 10:13:33 +02:00 |
|
Felipe Pena
|
5043e14e35
|
v: allow comptime-for to iterate over comptime variables, add $string comptime type, cleanup (#20233)
|
2023-12-22 10:08:40 +02:00 |
|
shove
|
869bac13f7
|
cgen: fix cgen for thread wrappers, when spawning fns with with anon-fn array args and mut interfaces (fix #19425) (#20241)
|
2023-12-22 09:55:01 +02:00 |
|
Casper Küthe
|
ada9efd825
|
x.vweb: fix fsanitize-address test for SSE, improve documentation on the usage of takeover_conn (#20249)
|
2023-12-22 09:53:27 +02:00 |
|
jacksonmowry
|
06a536eff2
|
db.pg: fix invalid memory access in res_to_rows (#20248)
|
2023-12-22 02:02:31 +02:00 |
|
Delyan Angelov
|
944b9554bd
|
x.json2: fix encoding of 💀🐈 etc emojis (fix #20243) (#20247)
|
2023-12-21 23:44:49 +02:00 |
|
Irving Montalvo
|
ed754cfc31
|
js.dom: add querySelector[All] and NodeList (#20240)
|
2023-12-21 15:27:17 +02:00 |
|
yuyi
|
c0321c81a8
|
checker: fix generic array method call with multi-types (#20237)
|
2023-12-21 12:32:49 +02:00 |
|
Delyan Angelov
|
7a16a72cc5
|
github: remove the copilot:summary and copilot:walkthrough tags
The tags got deprecated, see https://githubnext.com/copilot-for-prs-sunset
|
2023-12-21 11:29:45 +02:00 |
|
Kim Shrier
|
062cc3f59f
|
crypto.blake2b: fix erroneous comment in unit tests (#20235)
|
2023-12-21 11:25:27 +02:00 |
|
Delyan Angelov
|
5306469712
|
datatypes.fsm: cleanup notices for fsm.v
|
2023-12-20 17:52:13 +02:00 |
|