yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
yuyi
|
79ee4ae046
|
fmt: fix alignment of enumeration types (#21999)
|
2024-08-07 15:46:50 +03:00 |
|
yuyi
|
ddb6685d8a
|
fmt: fix and simplify align of struct fields (#21995)
|
2024-08-05 20:23:39 +03:00 |
|
Delyan Angelov
|
340535fe06
|
docs: add more C interop notes and examples (#21965)
|
2024-07-31 16:02:55 +03:00 |
|
JalonSolov
|
12dc6f3de3
|
docs: add missing @ on export attributes (#21858)
|
2024-07-13 12:31:19 +03:00 |
|
Kim Shrier
|
ff102c95b7
|
doc: update full list of builtin compile options (#21808)
|
2024-07-06 02:33:24 +03:00 |
|
Delyan Angelov
|
d364e61b8c
|
docs: improve the v deploy.vsh section
|
2024-06-23 11:27:45 +03:00 |
|
larpon
|
78b77b9f14
|
comptime: support -d ident=value and var := $d('ident', 0) (#21685)
|
2024-06-19 07:24:16 +03:00 |
|
Swastik Baranwal
|
bebe943cc2
|
all: support &&= and ||= for bool alias types as well (#21684)
|
2024-06-16 03:58:25 +03:00 |
|
Delyan Angelov
|
0e543fb364
|
docs: update the array/slice/reallocation examples and comments
|
2024-06-07 10:54:30 +03:00 |
|
Alexander Medvednikov
|
f3624d58cf
|
doc: document x := ?int(none)
|
2024-05-20 21:48:16 +03:00 |
|
Delyan Angelov
|
6a6d8e0fcd
|
docs: fix syntax highlighting of some of the examples, by using the proper code tag
|
2024-05-09 06:50:54 +03:00 |
|
Delyan Angelov
|
4885b815f4
|
docs: fix typo, force regeneration of docs.vlang.io
|
2024-05-06 11:55:52 +03:00 |
|
Delyan Angelov
|
91bef02469
|
docs: add examples of @[flag] enum Bitfield { autogenerated method usages (for .clear_all(), .zero(), .from/1 etc)
|
2024-05-01 14:48:55 +03:00 |
|
Turiiya
|
712a9125bf
|
all: use apt over apt-get for common APT subcommands (#21359)
|
2024-04-26 21:01:52 +03:00 |
|
Delyan Angelov
|
dc763422c5
|
doc: add a section for module fn cleanup() {
|
2024-04-23 20:05:52 +03:00 |
|
Turiiya
|
1363cc85fd
|
time: update unix time acces, fix issues related to deviating unix times (#21293)
|
2024-04-17 00:33:37 +03:00 |
|
Turiiya
|
254250d375
|
v: add @VMODHASH comptime variable to store the commit sha of a V module (#21091)
|
2024-04-05 11:27:50 +03:00 |
|
Delyan Angelov
|
7b92c7bae9
|
docs: describe @[c_extern] , @[weak] , and some usages of the conditional compilation feature @[if flag?]
|
2024-03-26 11:47:18 +02:00 |
|
Turiiya
|
cf9746da5a
|
docs: remove deprecated newline info for doc comments (#21086)
|
2024-03-24 19:55:28 +02:00 |
|
Ikko Eltociear Ashimine
|
0b573c5943
|
docs: fix embeded -> embedded typo in docs.md (#21068)
|
2024-03-21 00:18:27 +02:00 |
|
Nikita Goncarenko
|
aded18ad46
|
docs: use a [!NOTE] tag for a Note in docs.md (#21032)
|
2024-03-15 11:21:00 +02:00 |
|
Kim Shrier
|
0211a0d548
|
doc: fix wording in the description of the #pkgconfig directive (#20956)
|
2024-03-04 10:12:16 +02:00 |
|
Kim Shrier
|
6e52336f0e
|
doc: fix minor grammar error in attribute comment (#20945)
|
2024-03-03 11:21:54 +02:00 |
|
yuyi
|
667f65bb5f
|
checker: check assigning immutable reference struct field (fix #20814) (#20883)
|
2024-02-22 19:22:13 +02:00 |
|
Felipe Pena
|
c6cc2d2fac
|
docs: update v.debug docs - callstack+trace (#20854)
|
2024-02-18 19:39:20 +02:00 |
|
machel
|
ea2e6e1590
|
docs: add section explaining how to convert enum from/to str/int values (#20791)
|
2024-02-12 03:44:13 +02:00 |
|
Kim Shrier
|
af2fbafecc
|
doc: fix minor embedded struct typo (#20678)
|
2024-01-27 23:24:08 +02:00 |
|
Pierre Curto
|
a84bce37f1
|
docs: add a section about modules specifics (#20653)
|
2024-01-25 22:50:42 +02:00 |
|
Felipe Pena
|
712d4a0a6b
|
debug: fix help and add docs for clear cmd (#20639)
|
2024-01-23 23:08:37 +02:00 |
|
Veru
|
55287b31ee
|
docs: update range for : 0-based index rationale (#20617)
|
2024-01-22 01:02:15 +02:00 |
|
ScriptMaster
|
ea2d92d661
|
os: document os.ls (using readdir), add example (#20622)
|
2024-01-21 20:45:19 +02:00 |
|
Felipe Pena
|
9d048792fe
|
docs: add documentation for the new $dbg statement (#20598)
|
2024-01-21 07:50:56 +02:00 |
|
Muhammad Saleh Solahudin
|
a2443cc378
|
docs: fix typo (statemnts -> statements) (#20585)
|
2024-01-19 19:30:15 +02:00 |
|
Muhammad Saleh Solahudin
|
a6f2f6ab65
|
docs: fix link for an example of a module that calls C code from V (#20586)
|
2024-01-19 17:38:45 +02:00 |
|
Jose Mendoza
|
3600093f07
|
docs: fix typo (stuct -> struct ) (#20581)
|
2024-01-19 10:59:15 +02:00 |
|
Tim Marston
|
c4b8036970
|
v: add map update-init syntax: new_map := {...old_map, 'k1': 1, 'k2': 5} (#20561)
|
2024-01-17 17:55:57 +02:00 |
|
Steven Gay
|
33598ca005
|
docs: add field shadowing comment (#20521)
|
2024-01-14 18:24:50 +02:00 |
|
Andreas Evensen
|
acf75c71da
|
docs: document the return type restrictions for operator overloading (#20529)
|
2024-01-14 17:31:47 +02:00 |
|
Juan de Bruin
|
61cd2ee9cf
|
doc: add r and R string interpolation switch examples (#20473)
|
2024-01-10 23:25:35 +02:00 |
|
Sanath Kumar U
|
f0456c106d
|
docs: add a Warnings and declaration errors section in docs.md (#20416)
|
2024-01-07 05:09:39 +02:00 |
|
Kim Shrier
|
a639ca09a7
|
doc: fix typo in embedded structs description (#20407)
|
2024-01-06 18:21:48 +02:00 |
|
Felipe Pena
|
7ba8161468
|
doc: add initial documentation about the supported comptime metadata (#20375)
|
2024-01-04 00:09:43 +02:00 |
|
Felipe Pena
|
0486c33247
|
docs: describe $string too (#20372)
|
2024-01-03 21:39:44 +02:00 |
|
Juan de Bruin
|
d816f0c2fd
|
docs: add an example of a nullable ORM field (#20292)
|
2023-12-28 18:27:59 +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 |
|
Kim Shrier
|
57acf20129
|
docs: fix minor grammar error in channel documentation (#20218)
|
2023-12-19 14:16:55 +02:00 |
|
xn0px90
|
8da8027a68
|
doc: update --web flag (#19991)
|
2023-11-26 09:39:38 +03:00 |
|
Delyan Angelov
|
5e37798560
|
ci: run VAUTOFIX=1 ./v check-md -hide-warnings . to fix doc failures
|
2023-11-25 09:34:46 +02:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|