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

122 Commits

Author SHA1 Message Date
Alexander Medvednikov
2d51379f00 changelog: more 0.3.3 features 2023-01-30 21:44:22 +01:00
Alexander Medvednikov
d1f57ead71 V 0.3.3 2023-01-30 18:20:51 +01:00
Makhnev Petr
3a9355d898
change or{} to or {} as most other places (#17082) 2023-01-23 11:05:34 +02:00
Alexander Medvednikov
aba7bcde85 checker: turn the pointer map notice into a warning and fix all code using it 2023-01-15 22:19:25 +01:00
JalonSolov
90941b3b1f
all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
Larpon
7e4dc24f1b
math: add math.vec module with generic 2D, 3D and 4D vector operations (#16710) 2022-12-19 18:10:48 +02:00
Swastik Baranwal
a9b41d2980
all: add support for const ident in match range (#16526) 2022-11-26 08:56:00 +02:00
Alexander Medvednikov
02acb8433c tests: fix keep tests with spawn 2022-11-05 12:13:20 +03:00
Delyan Angelov
b52b8429d4
vfmt: implement support for // vfmt off and // vfmt on, with it, v fmt -w . now works. (#16335) 2022-11-05 09:08:01 +03:00
Alexander Medvednikov
38291fd292 changelog: minor fixes 2022-11-02 12:50:16 +03:00
Alexander Medvednikov
0aa2c63afd changelog: 0.3.2 2022-11-02 10:08:21 +03:00
Alexander Medvednikov
135b1ccb14 V 0.3.2 2022-11-01 05:41:13 +03:00
Alexander Medvednikov
572e26204e changelog: some 0.3.2 features 2022-10-26 02:34:54 +03:00
Subhomoy Haldar
43b9a716c5
builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079) 2022-10-17 15:41:07 +03:00
Larpon
2d08950e4c
changelog: add entry for #15912 no need for [console] on Windows (#15924) 2022-09-29 15:20:19 +03:00
Alexander Medvednikov
91c6e1a65b changelog: 0.3.2 2022-09-24 02:13:10 +03:00
Wertzui123
95760ae82a
CHANGELOG.md: fix typo (paralell -> parallel) (#15621) 2022-09-01 09:26:05 +03:00
Alexander Medvednikov
f2f6ea5969 V 0.3.1 2022-08-31 19:24:57 +03:00
Alexander Medvednikov
ba1045e5fd parser: deprecate inline sum types 2022-08-30 13:18:22 +03:00
Delyan Angelov
77495c8d03
all: support assert condition, extra_message, evaluating and showing extra_message on assert failure (#15322) 2022-08-03 01:14:01 +03:00
Tim Dupont
3d0a48b1bb
CHANGELOG.md: fix for a small typo (paramter -> parameter) (#15252) 2022-07-28 14:16:33 +03:00
Ned
235ef23588
tools: add v ls - a VLS launcher and updater utility (#15009) 2022-07-10 20:27:50 +03:00
Alexander Medvednikov
426421bebb all: anonymous structs (part 2) 2022-07-06 21:38:45 +03:00
Max Smirnov
3bdf2f053d
changelog: fix typo (#14930) 2022-07-04 15:34:00 +03:00
Alexander Medvednikov
20ba2a10c1 builder: use is_dir for src/; changelog: add 0.3.1 features 2022-07-03 15:13:08 +03:00
ylluminate
3f147cbc38
CHANGELOG.md: fix the 0.2.4 heading (#14900) 2022-06-30 19:51:22 +03:00
Alexander Medvednikov
ec75860453 V 0.3 2022-06-30 10:41:25 +03:00
StunxFS
d24dce8eb3
parser,checker: support $compile_error('message') and $compile_warn('message') (#14320) 2022-05-09 08:18:26 +03:00
Mihai Galos
d5b087de10
vlib: add a datatypes.fsm module (#13668) 2022-03-09 12:14:54 +02:00
Enzo
cc8ee5fb84
all: introduce isize and usize (#11437) 2021-09-08 05:53:39 +03:00
Alexander Medvednikov
71f1be5388 checker: fix a typo 2021-09-05 18:46:14 +03:00
Alexander Medvednikov
ca8158ac41 parser: handle casts in match expressions; c2v: minor fixes 2021-05-28 17:59:43 +03:00
Enzo
4f246222b0
v: replace --enable-globals with -enable-globals (#9898) 2021-04-28 07:44:28 +03:00
Markus F.X.J. Oberhumer
3ab6088918
CHANGELOG.md: remove unimplemented "Closures". (#9850) 2021-04-25 18:18:43 +03:00
Alexander Medvednikov
9b14f71631 all: fix build-tools 2021-04-23 15:10:14 +03:00
Delyan Angelov
d7049ae2da
os: deprecate os.exec (returning ?os.Result), in favour of os.execute, which returns os.Result (#8974) 2021-03-08 20:52:13 +02:00
Delyan Angelov
9917c6494e
CHANGELOG.md: add entry for dump(expr) 2021-03-06 19:16:09 +02:00
StunxFS
c9a9f948be
tutorials: move vweb tutorial inside its own folder (#8930) 2021-03-04 15:24:07 +02:00
Swastik Baranwal
7ec116d588
all: only allow defining == and < and auto generate !=, >, >= and <= (#8520) 2021-02-03 15:18:38 +01:00
Larpon
d25825df57
all: support compile time $env('ENV_VAR') (#8456) 2021-01-31 19:22:42 +02:00
Alexander Medvednikov
9638013203 gg: fix macos C function definitions 2021-01-31 13:57:06 +01:00
Alexander Medvednikov
29d6e40f29 all: vfmt (new const rule) 2021-01-24 10:54:27 +01:00
Alexander Medvednikov
d991712b3c gg: native rendering mode on macOS 2021-01-23 10:25:43 +01:00
spaceface
c2d501e8a9
all: implement interface fields (#8259) 2021-01-23 08:57:17 +02:00
Alexander Medvednikov
43d56cb883 string: update the test 2021-01-22 10:33:06 +01:00
Daniel Däschle
b4a542c51c
vdoc: implement advanced search on mobile layout (#8176) 2021-01-18 06:04:59 +01:00
Larpon
7441889efe
docs: explain more the desired effects of $embed_file('path') (#8108) 2021-01-14 18:19:04 +02:00
Delyan Angelov
83c7a33d6c
Update CHANGELOG.md 2021-01-14 18:00:08 +02:00
Swastik Baranwal
1e853b0efc
cgen: implement argument operator overloading (#8067) 2021-01-13 03:31:14 +01:00
Swastik Baranwal
82a5300044
cgen: allow sort with< and > op overloading (#8042) 2021-01-12 04:38:12 +01:00