1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

579 Commits

Author SHA1 Message Date
MatejMagat305
16e2ade9ff
docs: add termux to the list of known supported platforms (#17093) 2023-01-24 00:31:34 +02:00
Makhnev Petr
5dde4ce981
docs: improve the operator overload description (#17085) 2023-01-24 00:24:50 +02:00
Makhnev Petr
f4289cd302
docs: expand empty <a> tags (#17092) 2023-01-24 00:16:01 +02:00
Delyan Angelov
f667600cd5
docs: update count of reserved keywords to 44 after both 828ab47 and 3df231c were merged. 2023-01-23 11:50:20 +02:00
Makhnev Petr
828ab473c1
docs: add __global to keyword list (#17081) 2023-01-23 11:45:05 +02:00
Makhnev Petr
3df231c466
doc: add spawn to keyword list (#17080) 2023-01-23 03:48:32 +03:00
Delyan Angelov
2c78078814
cleanup: fix old usages of os.write_file/2? to os.write_file/2! 2023-01-18 12:28:10 +02:00
yuyi
64558df764
vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
walking devel
3e9b06031c
doc: fix v wrapper command mention (#16944) 2023-01-11 13:31:00 +02:00
Wertzui123
956b9f650c
doc: improve the "Getting started" section (#16910) 2023-01-09 09:37:17 +03:00
JalonSolov
90941b3b1f
all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
Hitalo Souza
ed0500dcfd
docs: add a section about the 3 forms of v init commands at the start (#16905) 2023-01-08 18:34:58 +02:00
Delyan Angelov
bcdf1b95c1
docs: add a note about test files being compiled as separate V programs, independently from normal code 2022-12-19 13:15:39 +02:00
Delyan Angelov
0a11955284
parser: support an unambiguous sizeof[T]() and isreftype[T]() (part 1) (#16684) 2022-12-15 19:21:52 +02:00
Keito Tobichi
7c4f45a375
docs: change <> to [] in docs.md part2 (#16633) 2022-12-10 11:36:59 +02:00
Keito Tobichi
ad5290677c
docs: change <> to [] in docs.md (#16632) 2022-12-10 10:47:03 +02:00
Christopher Fore
3175bf374d
Add Arch command for MingW (#16558) 2022-11-30 00:17:34 +02:00
yuyi
ef5be22f81
all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
Swastik Baranwal
a9b41d2980
all: add support for const ident in match range (#16526) 2022-11-26 08:56:00 +02:00
RGBCube
05e562cb3c
doc: return none instead of error in the iterator example (#16486) 2022-11-19 19:11:56 +02:00
Přemek Vyhnal
92be90300c
doc: mention the $embed_file return type, and link to its documentation (#16467) 2022-11-18 12:54:17 +02:00
JalonSolov
5dc5766def
doc: minor update for $\{\} (#16440) 2022-11-15 18:33:33 +02:00
yuyi
017ace6ea7
vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
kahsa
9a8602ff03
doc: improve types order (#16399) 2022-11-12 11:42:30 +02:00
kahsa
46f1b20bbc
doc: split TOC into two rows (#16397) 2022-11-12 10:06:10 +02:00
kahsa
7d31473523
doc: add links (#16398) 2022-11-12 09:35:35 +02:00
Delyan Angelov
9f2ab9aad6
ci: fix long line in doc/docs.md 2022-11-05 10:57:13 +02:00
Delyan Angelov
3e02f3b2b1
docs: put the short installation instructions directly in doc/docs.md too 2022-11-05 10:54:26 +02:00
Alexander Medvednikov
5b44da5ddb doc: replace go with spawn 2022-11-05 10:50:37 +03:00
kahsa
fa7ff09370
doc: move Struct update syntax to the Struct section (#16305) 2022-11-04 09:01:51 +02:00
kahsa
3061859f25
doc: move the Parameter evaluation order section before References (#16306) 2022-11-04 08:57:40 +02:00
kahsa
cb5c6b605b
doc: fix match heading and add ref field link (#16316) 2022-11-04 08:31:24 +02:00
kahsa
4e02cd8721
doc: move match next to if (#16304) 2022-11-03 14:17:02 +02:00
kahsa
9de92eb391
doc: add more links (#16303) 2022-11-03 13:36:39 +02:00
kahsa
fa3019195c
doc: improve toc (#16302) 2022-11-03 13:34:05 +02:00
kahsa
509f5c7db3
doc: fix links to attributes (#16301) 2022-11-03 07:02:01 +02:00
kahsa
1ecf7c6e41
doc: fix function heading (#16307) 2022-11-03 06:38:07 +02:00
kahsa
0510a69bea
doc: categorize the advanced topic section (#16276) 2022-11-02 15:33:29 +02:00
Delyan Angelov
4a7a4b9ec5
docs: improve the package related sections; describe VMODULES. 2022-10-31 10:13:18 +02:00
Delyan Angelov
02c3af2432
all: add support for enum Xyz as u64 { + tests (#16246) 2022-10-29 06:32:20 +03:00
Grantley Cullar
21d18b0792
doc: fix typos (#16239) 2022-10-28 22:27:38 +03:00
kahsa
d653716292
doc: add global variables link (#16228) 2022-10-27 13:09:05 +03:00
kahsa
ce2c732db8
doc: move the Attributes subsection at the start of its parent section (#16183) 2022-10-26 23:28:37 +03:00
yuyi
992b502198
db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
kahsa
779cc33825
doc: rename module to package, when it comes to all VPM commands like v install etc (#16180) 2022-10-24 18:00:55 +03:00
kahsa
d3fcb6bca0
doc: add a subheading for creating new modules (#16188) 2022-10-24 17:56:34 +03:00
Delyan Angelov
00ec41e0a9
ci: small fix for docs.md 2022-10-24 17:32:01 +03:00
Alexander Medvednikov
690b2c0b9d doc: more Result fixes 2022-10-24 16:26:19 +03:00
Alexander Medvednikov
2c9e890c3d
doc: document the Option/Result split 2022-10-24 16:11:20 +03:00
kahsa
26c737b6db
doc: move goto section under statements (#16179) 2022-10-24 12:09:14 +03:00