Delyan Angelov
|
31ef921ef2
|
ci: fix warnings/errors due to the vfmt change
|
2020-10-15 16:17:52 +03:00 |
JalonSolov
|
a4cc1ab7e3
|
all: cleanup more match statements (#6616)
|
2020-10-15 08:08:27 +03:00 |
Alexander Medvednikov
|
194c2c926e
|
doc: use the new table.type_to_str
|
2020-10-13 16:46:56 +02:00 |
Ned Palacios
|
fc375a40f8
|
x.json2: add fast_raw_decode; support for i64 and f32 (#6586)
|
2020-10-09 16:11:55 +02:00 |
Alexander Medvednikov
|
d2d3289a2a
|
all: mark pref.Preferences field as immutable
|
2020-10-06 06:24:50 +02:00 |
Ned Palacios
|
2b1a5d7a56
|
vdoc: move local scope-based doc generation to its own function (#6565)
|
2020-10-05 07:59:17 +02:00 |
Alexander Medvednikov
|
f534edc371
|
doc: replace os.base_dir with os.dir
|
2020-10-01 01:30:22 +02:00 |
Ned Palacios
|
744f685973
|
vdoc: document variables in a specific pos/scope; support `v doc os File` (#6354)
|
2020-09-21 17:40:39 +03:00 |
Alexander Medvednikov
|
78e28a72ed
|
doc: vfmt and make compile
|
2020-09-09 14:24:42 +02:00 |
Delyan Angelov
|
d80843bf53
|
vdoc: parse with `enable_globals: true`
|
2020-08-28 08:53:12 +03:00 |
Delyan Angelov
|
9c9533dad9
|
checker: add error for `fn f() Struct { return &Struct{} }` (#6019)
|
2020-07-29 21:40:43 +02:00 |
Enzo
|
90d9040e6e
|
all: make comment expressions + fix vfmt array init (#5851)
|
2020-07-17 19:13:22 +02:00 |
Delyan Angelov
|
26768e8514
|
vfmt: strip `current_module.` in fn args more robustly
|
2020-07-11 16:09:20 +03:00 |
Daniel Däschle
|
c5dc1a33b6
|
all: remove `it` smartcast and replace with original variable name (#5764)
|
2020-07-09 17:14:14 +02:00 |
Daniel Däschle
|
5ea17ad2d4
|
all: if smartcast part 2 (#5754)
|
2020-07-08 15:46:58 +02:00 |
Delyan Angelov
|
fe50bdc164
|
vfmt: ran `v vet vlib/v/` and fix spaces
|
2020-07-04 16:19:54 +03:00 |
Delyan Angelov
|
35431d457b
|
checker: add check for strict .str() method signature
|
2020-07-04 14:14:43 +03:00 |
Ned Palacios
|
025652bb78
|
vdoc: dd .vdocignore + minor fixes
|
2020-06-29 11:03:09 +02:00 |
Ned Palacios
|
5ff7d07138
|
vdoc: fix sorting + other minor improvements
|
2020-06-19 10:36:45 +02:00 |
Delyan Angelov
|
62a872b8b5
|
vdoc: fix `v doc sokol` const formatting
|
2020-06-15 18:28:00 +03:00 |
Ned Palacios
|
8f9f426479
|
vdoc: plaintext fixes
|
2020-06-10 11:14:03 +02:00 |
Ned Palacios
|
e3c40f1df8
|
vdoc: minor css fix + add error message
|
2020-06-10 11:13:42 +02:00 |
Ned Palacios
|
721a3a24ae
|
vdoc: minor features + fixes
|
2020-06-08 10:28:46 +02:00 |
Delyan Angelov
|
0058b8253d
|
vdoc: fix 'module, comment, import' sequence bug
|
2020-06-08 09:27:22 +03:00 |
Enzo Baldisserri
|
11b7b97311
|
parser: fail when assigning to _ with :=
|
2020-06-08 00:47:04 +02:00 |
Ned Palacios
|
cbcdc8434f
|
vdoc: group constants + minor fixes
|
2020-06-07 12:27:42 +02:00 |
Delyan Angelov
|
8d3f680d07
|
vdoc: implement .toplevel_comments parsing mode
|
2020-06-06 19:05:26 +03:00 |
Ned Palacios
|
30e0bda434
|
vdoc: rewrite usage, add new options + streamline process
|
2020-06-05 09:59:26 +02:00 |
Daniel Däschle
|
d0f9bdf85e
|
vdoc: style and other improvements
|
2020-06-04 23:50:59 +02:00 |
Delyan Angelov
|
0a84f0feb5
|
vdoc: prevent infinite recursion in get_parent_mod
|
2020-06-02 23:14:46 +03:00 |
Alexander Medvednikov
|
640688d8cf
|
vdoc: fmt doc/doc.v
|
2020-06-02 16:19:55 +02:00 |
Alexander Medvednikov
|
fb3e52ca63
|
all: `!is` operator
|
2020-06-02 16:18:12 +02:00 |
Ned Palacios
|
b99ba21ddd
|
vdoc: markdown, html, json generation + lots of fixes
|
2020-06-02 12:10:01 +02:00 |
Alexander Medvednikov
|
3d83934caf
|
checker: check mutating methods; generics fixes
|
2020-06-01 15:44:10 +02:00 |
Alexander Medvednikov
|
7caebc5781
|
doc: print available modules
|
2020-05-15 23:09:38 +02:00 |
Delyan Angelov
|
f9fe5b60a7
|
v doc: skip _x.c.v when not on x, i.e. filter files like v itself
|
2020-05-05 08:08:03 +03:00 |
Alexander Medvednikov
|
3ab8dc0092
|
parser: array init: `[]string` => `[]string{}`
|
2020-04-26 09:17:17 +02:00 |
Enzo Baldisserri
|
c73d91a8fe
|
fmt: TypeDecl; format more files
|
2020-04-25 20:58:00 +02:00 |
Enzo Baldisserri
|
fb54a2635c
|
fmt: lots of fixes
|
2020-04-25 17:49:16 +02:00 |
yuyi
|
c3e78b8c8f
|
vdoc: use the new suffix
|
2020-04-12 02:50:19 +02:00 |
joe-conigliaro
|
bf59828897
|
ast: const impl & global scope & objects
|
2020-04-04 14:14:40 +11:00 |
Alexander Medvednikov
|
1a751208ca
|
cgen: skip $if os {} block
|
2020-03-27 14:44:30 +01:00 |
Alexander Medvednikov
|
1143320b8b
|
vdoc: print structs and enums
|
2020-03-10 19:49:04 +01:00 |
yuyi
|
876b73f92c
|
os: join => join_path
|
2020-03-09 02:23:34 +01:00 |
yuyi
|
783dee1f48
|
os: merge with filepath
|
2020-03-07 22:26:26 +01:00 |
yuyi
|
ed9075b937
|
v doc: don't show 'pub' at the beginning
|
2020-03-06 16:28:20 +01:00 |
Alexander Medvednikov
|
9c1e50b1aa
|
vdoc: don't show deprecated functions
|
2020-03-05 16:13:14 +01:00 |
Alexander Medvednikov
|
38a54b08e3
|
doc: don't modify path to vlib
|
2020-03-05 13:48:06 +01:00 |
Alexander Medvednikov
|
d5faf36aa9
|
fmt: comments
|
2020-02-29 17:51:38 +01:00 |
Alexey
|
59d6a675dd
|
vdoc: trim result value
|
2020-02-26 23:18:31 +01:00 |