Nick Treleaven
|
8ee67d1c1c
|
parser: disallow indexing on next line at top-level (#8128)
|
2021-01-17 05:30:41 +01:00 |
Lukas Neubert
|
371730f8a8
|
fmt: correct indent for StructDecl multi line default exprs (#8148)
|
2021-01-17 05:01:55 +01:00 |
Swastik Baranwal
|
ef627c9d21
|
checker: improve message and positioning for operator overloading (#8133)
|
2021-01-17 03:37:44 +01:00 |
Delyan Angelov
|
5ae55731b9
|
embed: move to `v.embed_file`, fix CI failing test
|
2021-01-16 20:03:07 +02:00 |
Delyan Angelov
|
d258733752
|
pkgconfig: add more .pc sample files. `abc,xyz` => `abc xyz` in `Requires:`
|
2021-01-16 18:03:01 +02:00 |
Delyan Angelov
|
5c3ef588c3
|
live: move to vlib/v/live
|
2021-01-16 15:05:01 +02:00 |
Delyan Angelov
|
8571d9395b
|
preludes: move to vlib/v/preludes
|
2021-01-16 14:43:24 +02:00 |
Delyan Angelov
|
80d1aadc50
|
ci: fix check-markdown for vlib/v/pkgconfig/README.md
|
2021-01-16 14:34:14 +02:00 |
Delyan Angelov
|
1a8a1ceb0a
|
pkgconfig,flag: add tests to pkgconfig, fix bugs and links, improve flag.usage()
|
2021-01-16 12:04:31 +02:00 |
Daniel Däschle
|
53941c4a0a
|
fmt: fix if cond break readability (#8132)
|
2021-01-16 02:12:17 +01:00 |
Uwe Krüger
|
2f7a66386e
|
docs: document `go` with handle and `wait()` (#8142)
|
2021-01-15 23:40:26 +02:00 |
Delyan Angelov
|
c4c4b9c7b1
|
gen,checker: implement g.trace/2 and c.trace/2, similar to p.trace/2
|
2021-01-15 20:28:53 +02:00 |
Delyan Angelov
|
263fb7d7a8
|
checker: fix `instance.cb_field(mut arg)`
|
2021-01-15 20:28:42 +02:00 |
Uwe Krüger
|
1c6fe83408
|
parser: fix parsing of `go` call expression (#8138)
|
2021-01-15 19:47:49 +02:00 |
Ruofan XU
|
5de287a6e7
|
tests: add test of sumtype-based binary tree (#8121)
|
2021-01-15 15:10:30 +02:00 |
Uwe Krüger
|
8d014d4646
|
sync: allow `go` routine join with return value (#8125)
|
2021-01-15 13:45:26 +01:00 |
BigBlack
|
80008a40e2
|
fix fixed_array slice ommit high_value (#8025)
|
2021-01-15 10:28:20 +01:00 |
Lukas Neubert
|
57dd511c9d
|
fmt: move all exprs and stmts to their own methods (#8107)
|
2021-01-15 10:26:33 +01:00 |
yuyi
|
0945efebf1
|
cgen: fix anon_fn_call (#8120)
|
2021-01-15 10:25:30 +01:00 |
yuyi
|
c6099df418
|
cgen: fix c struct str method (#8117)
|
2021-01-15 07:51:28 +01:00 |
Lukas Neubert
|
20c80db426
|
fmt: move comments related methods to extra file (#8028)
|
2021-01-15 07:51:07 +01:00 |
Swastik Baranwal
|
0ca36aafe2
|
cgen: allow assignment operators for type aliases (#8086)
|
2021-01-15 02:27:19 +01:00 |
Nick Treleaven
|
c80cc917c7
|
checker: check casting struct -> interface; disallow casting struct -> interface pointer (#8110)
|
2021-01-15 01:20:58 +01:00 |
zakuro
|
c39f0a7cb7
|
ast: add str for AssertStmt (#8021)
|
2021-01-15 00:17:26 +01:00 |
Nick Treleaven
|
127503c77d
|
checker: disallow indexing a voidptr (#8109)
|
2021-01-14 20:51:43 +02:00 |
Nick Treleaven
|
890fb2d09d
|
checker: show signature for interface method on error (#8111)
|
2021-01-14 20:50:06 +02:00 |
Larpon
|
f73500f2fe
|
all: add support for the `x := $embed_file('v.png')` compile time call (#8048)
|
2021-01-14 16:20:11 +02:00 |
Delyan Angelov
|
adf084eeed
|
cgen: fix address violations for `return error(abc)`, reduce leaks in `os`
|
2021-01-14 04:58:26 +02:00 |
yuyi
|
a2efb5319d
|
all: change `[1,2,3]!!` to `[1,2,3]!` (#8101)
|
2021-01-14 03:51:13 +01:00 |
zakuro
|
c8bcee9639
|
ast: add str for comment (#8019)
|
2021-01-14 02:21:27 +01:00 |
zakuro
|
fdf5f5003b
|
ast: add str for ArrayInit (#8022)
|
2021-01-14 02:21:19 +01:00 |
Nick Treleaven
|
0f2a770b9c
|
checker: improve errors for interface method compatibility (#8097)
|
2021-01-13 23:44:29 +01:00 |
zakuro
|
47536df2d0
|
table: remove nr_dims from Array (#8053)
|
2021-01-13 23:43:19 +01:00 |
yuyi
|
1d28c4de2a
|
cgen: fix multi fixed arrays with default init (fix #8038) (#8064)
|
2021-01-13 22:57:33 +02:00 |
Delyan Angelov
|
0d25091afd
|
tests: fix random color mismatches in the CI
|
2021-01-13 21:27:30 +02:00 |
Lukas Neubert
|
8a8978fb01
|
fmt: keep same line comments after arr.sort() in vsh files (#8026)
|
2021-01-13 20:10:17 +02:00 |
Daniel Däschle
|
2030875c0a
|
gen: fix go call with generic function (#8093)
|
2021-01-13 17:35:50 +02:00 |
Nick Treleaven
|
a1245de25b
|
gen: fix interface method call name that is a C reserved word (#8091)
|
2021-01-13 16:37:47 +02:00 |
zakuro
|
204cc5fb01
|
ast: add case for Import in `fn (node Stmt) str()`
|
2021-01-13 15:56:48 +02:00 |
zakuro
|
4923048d95
|
ast: add case for ConstDecl in `fn (node Stmt) str()` (#8073)
|
2021-01-13 15:54:41 +02:00 |
Ruofan XU
|
245ed9160a
|
gen: fix `mut arr [3]int` as a fn argument (#8085)
|
2021-01-13 15:52:46 +02:00 |
Lukas Neubert
|
219486f0a5
|
fmt: cleanup `'` and `"` quotes handling (#8082)
|
2021-01-13 11:09:03 +02:00 |
zakuro
|
4cd50ed566
|
scanner: remove debug_tokens (#8078)
|
2021-01-13 08:33:37 +01:00 |
yuyi
|
ae592299dc
|
cgen: fix fixed arrays literal eq (#8079)
|
2021-01-13 08:32:41 +01:00 |
yuyi
|
7458b699d0
|
fmt: change `[1,2,3]!!` to `[1,2,3]!` (#8081)
|
2021-01-13 08:32:17 +01:00 |
Nick Treleaven
|
ac85257ea0
|
parser: fix sizeof(mod.Type), fix checking sizeof expression (#8065)
|
2021-01-13 06:13:39 +01:00 |
yuyi
|
dd6febf6fa
|
cgen: fix gen_array_sort() (#8077)
|
2021-01-13 06:12:22 +01:00 |
zakuro
|
254df0ca62
|
fmt: improve string quotes (#8075)
|
2021-01-13 06:05:27 +01:00 |
zakuro
|
3e3d45b2b1
|
parser: improve array init warning (#8024)
|
2021-01-13 06:03:23 +01:00 |
zakuro
|
e8ab79205f
|
ast: add str for Module (#8072)
|
2021-01-13 06:00:53 +01:00 |
Swastik Baranwal
|
1e853b0efc
|
cgen: implement argument operator overloading (#8067)
|
2021-01-13 03:31:14 +01:00 |
Lukas Neubert
|
0e490766df
|
fmt: do not move single line block comments to previous line (#8046)
|
2021-01-13 03:30:24 +01:00 |
yuyi
|
03a0534483
|
all: change fixed array init from `[1,2,3]!!` to `[1,2,3]!` (#8068)
|
2021-01-13 03:28:53 +01:00 |
Daniel Däschle
|
3289dff7ff
|
checker: require explicit return none (#8060)
|
2021-01-12 11:43:55 +01:00 |
yuyi
|
33976246c8
|
cgen: format the generated c code of arrays map and filter (#8016)
|
2021-01-12 04:39:09 +01:00 |
zakuro
|
33694665f0
|
fmt: align each contiguous field of struct. not the whole. (#7981)
|
2021-01-12 04:38:43 +01:00 |
Swastik Baranwal
|
82a5300044
|
cgen: allow sort with`<` and `>` op overloading (#8042)
|
2021-01-12 04:38:12 +01:00 |
Swastik Baranwal
|
5a1699dec2
|
checker: add more checks for operator overloading (#8030)
|
2021-01-12 04:37:20 +01:00 |
yuyi
|
1559e72d0d
|
cgen: add gen_fixed_array_equality_fn (#8006)
|
2021-01-12 01:35:18 +01:00 |
Uwe Krüger
|
5f95dd54bd
|
builtin: rename `any_*` -> `*_literal` - 2. part (#8032)
|
2021-01-11 22:58:15 +01:00 |
Uwe Krüger
|
91f87c03cf
|
all: rename `any_*` -> `*_literal` - 1. part (#8031)
|
2021-01-11 22:20:16 +01:00 |
Lukas Neubert
|
5d6e9f7bf9
|
fmt: fix rare extra tab after a SumType (#8035)
|
2021-01-11 22:19:42 +01:00 |
yuyi
|
72317975fc
|
cgen: minor cleanup of gen_assert_stmt() (#8018)
|
2021-01-11 09:05:15 +01:00 |
yuyi
|
a1c67232d0
|
checker: fix duplicate variable name (fix #265) (#7982)
|
2021-01-10 21:41:29 +01:00 |
yuyi
|
39bb6f0491
|
array: fix array of multi filter/map in one assignment (fix #7858) (#7976)
|
2021-01-10 21:08:45 +01:00 |
zakuro
|
c1b1ec9005
|
fmt: keep same line comment in array init (#7980)
|
2021-01-10 21:06:48 +01:00 |
zakuro
|
2103d9a6c4
|
fmt: keep new line at both ends of block comment (#8003)
|
2021-01-10 21:06:29 +01:00 |
Lukas Neubert
|
a8378273a5
|
fmt: fix too many \n if file has only imports (#8012)
|
2021-01-10 21:19:31 +02:00 |
yuyi
|
a97ed55a09
|
checker: check for an unknown struct name (fix #8007) (#8010)
|
2021-01-10 21:16:53 +02:00 |
Larpon
|
93ad595ffb
|
vet: add suggestions for function documentation (#7890)
|
2021-01-10 18:48:39 +02:00 |
Lukas Neubert
|
d96a1b8a5f
|
fmt: intelligent newlines for trailing arg syntax (#7748)
|
2021-01-10 17:39:37 +01:00 |
Delyan Angelov
|
722a603222
|
cgen: fix os.args initialization, so that `const x = os.args[0]` works
|
2021-01-10 15:17:24 +02:00 |
Swastik Baranwal
|
0081e5740d
|
checker: only allow `!=` and `==` for enum (#7985)
|
2021-01-10 12:26:31 +02:00 |
Swastik Baranwal
|
1f5255c2bb
|
cgen: implement `>=` and `<=` (#7991)
|
2021-01-10 12:24:46 +02:00 |
Lukas Neubert
|
73bd63d69d
|
token: remove // from comment kind string (#7992)
|
2021-01-10 12:19:59 +02:00 |
Lukas Neubert
|
31753f581f
|
ast: remove redundant InfixExpr.str() (#7993)
|
2021-01-10 12:19:14 +02:00 |
pancake
|
0e016baa34
|
v.pkgconfig: support Requires.private; handle double spaces in pkgconfig files (#7994)
|
2021-01-10 12:14:41 +02:00 |
yuyi
|
704f38d87f
|
parser: fix multi fixed arrays init (#7996)
|
2021-01-10 06:58:31 +01:00 |
Daniel Däschle
|
a8dd13f086
|
parser: change array decompose syntax (#7965)
|
2021-01-09 22:48:23 +01:00 |
Lukas Neubert
|
e79695e8fc
|
fmt: keep comments after call_expr in vscript (#7990)
|
2021-01-09 22:47:33 +01:00 |
Delyan Angelov
|
561d4f84b3
|
tests: remove tmp files on OK live_test.v run
|
2021-01-09 20:56:02 +02:00 |
zakuro
|
407da09acf
|
ast: add str for EnumDecl (#7977)
|
2021-01-09 19:49:27 +01:00 |
Delyan Angelov
|
aa37382e8d
|
tools: let `v fmt` use VTMP too, stabilise `v test-cleancode`
|
2021-01-09 20:41:15 +02:00 |
Larpon
|
8f315d226b
|
vvet: move to own subdir, prepare richer suggestions (#7989)
|
2021-01-09 16:11:49 +02:00 |
Ned Palacios
|
256ddcee1f
|
v.ast: add walker submodule for ast walking (#7775)
|
2021-01-09 05:36:38 +01:00 |
Uwe Krüger
|
eff757d0a1
|
cgen: fix address violations for error propagation (#7972)
|
2021-01-09 02:43:48 +01:00 |
Daniel Däschle
|
bbac95a438
|
parser: error on recursive struct (#7964)
|
2021-01-09 01:33:36 +01:00 |
Nick Treleaven
|
141b0cb882
|
checker: fix warning & allow assigning to a union field without unsafe (#7970)
|
2021-01-09 01:32:33 +01:00 |
zakuro
|
8d3069f643
|
parser: avoid value receiver (#7975)
|
2021-01-09 01:32:08 +01:00 |
Delyan Angelov
|
dff36a9947
|
cgen: fix small g.is_autofree && [manualfree] problem
|
2021-01-08 23:24:26 +02:00 |
Uwe Krüger
|
29c2240aef
|
fmt: enable `or` block for `ch <- x` (#7969)
|
2021-01-08 21:39:21 +01:00 |
Daniel Däschle
|
687b152318
|
gen: fix generation of comptime if T is (#7971)
|
2021-01-08 19:39:58 +02:00 |
Uwe Krüger
|
cbe7740d97
|
fmt: do not generate `import` statements for auto imports (#7966)
|
2021-01-08 17:42:40 +01:00 |
Swastik Baranwal
|
9291fb5e0c
|
checker: disallow comparison between enum and int (#7886)
|
2021-01-08 17:41:52 +01:00 |
Delyan Angelov
|
46a5c487c1
|
parser,fmt: implement `[manualfree] module abc` for opting out *all* fns in a given .v from autofree
|
2021-01-08 17:24:42 +02:00 |
Delyan Angelov
|
083dc23db8
|
gen: implement a `[manualfree]` tag, for functions, that want to do their own memory management
|
2021-01-08 16:22:27 +02:00 |
yuyi
|
828120a918
|
checker: check unknown generic type (#7954)
|
2021-01-08 07:04:06 +01:00 |
Alexander Medvednikov
|
0998cbaaba
|
vweb: fix routing test
|
2021-01-08 05:59:23 +01:00 |
Alexander Medvednikov
|
352cf91ba2
|
vweb: remove `return vweb.Result{}` everywhere
|
2021-01-08 04:57:02 +01:00 |
Alexander Medvednikov
|
e3f8d448c1
|
all: [noinit] struct attribute
|
2021-01-08 04:49:16 +01:00 |
Daniel Däschle
|
1ce93536d0
|
checker: fix panic in generic methods (#7944)
|
2021-01-08 00:50:59 +01:00 |
Lukas Neubert
|
653121bad9
|
fmt: test bin2v output formatting (#7926)
|
2021-01-07 21:36:59 +01:00 |
Daniel Däschle
|
88d18f3303
|
checker: smartcast in for loops (#7942)
|
2021-01-07 21:35:32 +01:00 |
Nick Treleaven
|
cbefe6c32f
|
parser: warn about old use of `typeof` (#7923)
|
2021-01-07 20:32:02 +01:00 |
zakuro
|
a2add15558
|
ast: add params info to str of FnDecl (#7933)
|
2021-01-07 20:25:55 +01:00 |
Larpon
|
41e9a769e9
|
doc: fix README embedding (#7929)
|
2021-01-07 20:25:29 +01:00 |
zakuro
|
af1d28dee7
|
ast: add str for StructDecl (#7934)
|
2021-01-07 20:25:04 +01:00 |
yuyi
|
2ad2d68d7c
|
json: fix decoding of null map/array (#7936)
|
2021-01-07 20:21:22 +01:00 |
Daniel Däschle
|
085085a2b9
|
parser: fix sumtype match with array type (#7939)
|
2021-01-07 20:12:35 +01:00 |
Alexander Medvednikov
|
15ba53be21
|
checker: handle different pointer levels
|
2021-01-07 07:36:11 +01:00 |
Delyan Angelov
|
9593ad20f9
|
v.util: extend launch_tool with auto recompilation of a folder with several .v files too
|
2021-01-06 23:48:38 +02:00 |
Uwe Krüger
|
ffd753abdc
|
all: implement `ch <- x or {...}` and `ch <- x ?` (#7928)
|
2021-01-06 21:19:40 +01:00 |
Larpon
|
30a2f125ef
|
doc: add comment example support (#7924)
|
2021-01-06 19:43:43 +01:00 |
Daniel Däschle
|
a8e4d1df40
|
cgen: fix match comparing with ident of type string (#7921)
|
2021-01-06 20:03:50 +02:00 |
Daniel Däschle
|
9025c3528f
|
all: implement comptime if for generic type `$if T is string {` (#7901)
|
2021-01-06 19:58:53 +02:00 |
Daniel Däschle
|
8a0fc2e3c2
|
parser: proper error when declaring struct embedding at the wrong pos (#7920)
|
2021-01-06 15:46:36 +01:00 |
Alexander Medvednikov
|
3722e16073
|
builtin: fix byte.str() (part 2)
|
2021-01-05 19:26:50 +01:00 |
Nick Treleaven
|
7a6b160d63
|
checker: fix indexing a type alias instance (#7889)
|
2021-01-05 19:17:18 +01:00 |
Alexander Medvednikov
|
5a70eba8e1
|
all: byte.str() => byte.ascii_str()
|
2021-01-05 19:14:37 +01:00 |
Nick Treleaven
|
8fc33bc27d
|
checker: warn when casting number or a voidptr to reference type outside unsafe (#7900)
|
2021-01-05 20:07:45 +02:00 |
Alexander Medvednikov
|
3e04dfc79f
|
builtin: fix byte.str() (part 1)
|
2021-01-05 18:59:51 +01:00 |
yuyi
|
10e7045bee
|
cgen: fix array/fixed_array_rune_str (#7881)
|
2021-01-05 18:16:55 +02:00 |
Daniel Däschle
|
c137a79666
|
checker: check if $if left is selector expr (#7897)
|
2021-01-05 18:14:55 +02:00 |
yuyi
|
9d9ca0ab5e
|
builder: auto cleanup xxx.def generated by tcc on windows (#7878)
|
2021-01-05 17:07:07 +02:00 |
Nick Treleaven
|
3203a124b2
|
checker: warn when casting between reference types outside of `unsafe` (#7892)
|
2021-01-05 17:02:04 +02:00 |
Lukas Neubert
|
eaba21d81a
|
fmt: keep the shebang header in vsh files (#7893)
|
2021-01-05 16:14:16 +02:00 |
Daniel Däschle
|
5841d5d8e1
|
all: implement basic comptime field selector (#7888)
|
2021-01-05 16:11:43 +02:00 |
zakuro
|
5c1981379e
|
parser: fix a bug when using some types like map in generic methods (#7872)
|
2021-01-05 02:59:36 +01:00 |
Nick Treleaven
|
2fc50a4045
|
cgen: fix 32-bit voidptr for map key (#7759)
|
2021-01-05 02:59:01 +01:00 |
zakuro
|
3dae44db73
|
checker: do not allow empty enums (#7848)
|
2021-01-05 01:46:32 +01:00 |
Nick Treleaven
|
c0e56d10c3
|
parser: add errors for invalid anonymous function (#7786)
|
2021-01-05 01:32:24 +01:00 |
zakuro
|
a7a8e659f6
|
fmt: keep generic type in method call (#7874)
|
2021-01-05 01:29:58 +01:00 |
spaceface
|
efb80bdffd
|
all: implement iterators in for loops (#7867)
|
2021-01-05 01:06:44 +01:00 |
Ned Palacios
|
82162b8ff8
|
cgen: interface fix + add more interface tests (#7776)
|
2021-01-04 21:54:13 +02:00 |
Nick Treleaven
|
040b923665
|
checker: warn when accessing `union` fields outside `unsafe` (#7869)
|
2021-01-04 21:44:37 +02:00 |
Daniel Däschle
|
7c9fb73b3f
|
vfmt: fix comments before ...f in Abc{...f} (#7870)
|
2021-01-04 21:01:35 +02:00 |
Uwe Krüger
|
bf904c2f82
|
checker, cgen: allow using literals as `int` and `f64` for sum types (#7864)
|
2021-01-04 20:48:13 +02:00 |
Daniel Däschle
|
164d7bf5fb
|
parser: struct updating syntax with `Abc{...oldabc newfield: val}` (#7865)
|
2021-01-04 20:19:03 +02:00 |
yuyi
|
46d311dcc4
|
generic: fix return multi array generic (fix #7727 #7753) (#7855)
|
2021-01-04 18:40:53 +02:00 |
Nick Treleaven
|
b9c6011602
|
parser: support casting to a pointer to array (#7861)
|
2021-01-04 18:22:04 +02:00 |
Swastik Baranwal
|
21d5db43af
|
cgen: do not generate `!=` and `==` for C types (#7856)
|
2021-01-04 08:57:31 +01:00 |
Daniel Däschle
|
43adbf4b66
|
cgen: fix filter in map (#7844)
|
2021-01-04 01:04:53 +01:00 |
Alexander Medvednikov
|
baae302894
|
cc: use -g instead of -g3
|
2021-01-04 00:15:27 +01:00 |
Uwe Krüger
|
4a25c2bb6f
|
types: rename `any_*`, `untyped *` -> `* literal` (#7845)
|
2021-01-04 00:11:09 +02:00 |
Delyan Angelov
|
d86304b7d0
|
v.table: use the user readable names inside type_to_str_using_aliases for `any_int` and `any_float`
|
2021-01-03 22:15:18 +02:00 |
zakuro
|
dd516858d4
|
fmt: align struct field comments (#7632)
|
2021-01-03 21:10:25 +01:00 |
Delyan Angelov
|
ff1156cddd
|
ci: run `VAUTOFIX=1 ./v vlib/v/compiler_errors_test.v` to fix ci failures
|
2021-01-03 19:03:20 +02:00 |
Delyan Angelov
|
745a7f8d8f
|
ci: run vfmt over checker.v and types.v
|
2021-01-03 19:02:33 +02:00 |
Delyan Angelov
|
c84d1841ea
|
tests: implement `VAUTOFIX=1 ./v vlib/v/compiler_errors_test.v`
|
2021-01-03 19:00:34 +02:00 |
Joe Conigliaro
|
70b921c49d
|
all: change any_int & any_flt display name
|
2021-01-04 03:20:52 +11:00 |
Enzo
|
9332f7cac2
|
checker: allow `map` method name (#7834)
|
2021-01-03 16:57:29 +01:00 |
yuyi
|
443bf44031
|
tests: fix ci error in vtest-fixed (fix #7827) (#7830)
|
2021-01-03 16:38:28 +01:00 |
Enzo
|
22e54e6703
|
fmt: fix formatting array decomposition (#7835)
|
2021-01-03 16:19:43 +01:00 |
Swastik Baranwal
|
9033099676
|
cgen: implement overriding of `!=` and `==` (#7837)
|
2021-01-03 16:19:02 +01:00 |
StunxFS
|
b7f83e2f50
|
checker: more errors for illegal referencing (#7755)
|
2021-01-03 15:56:15 +01:00 |
Nick Treleaven
|
38e0aa350d
|
checker: support non-string map.keys method (#7760)
|
2021-01-03 15:55:06 +01:00 |
Enzo
|
529f46d808
|
checker: don't panic on non-array decomposition (#7836)
|
2021-01-03 15:45:39 +01:00 |
zakuro
|
91a1a2877b
|
fmt: add a test for struct embed (#7831)
|
2021-01-03 15:41:19 +01:00 |
yuyi
|
60b3658e6f
|
gen: fix str_gen_test.v (#7826)
|
2021-01-03 15:40:47 +01:00 |
Swastik Baranwal
|
dee3bbffe9
|
cgen: support .str() for maps with non string keys (#7806)
|
2021-01-02 20:25:46 +02:00 |
Alexander Medvednikov
|
fc6d45b2d7
|
fmt: fix mut_pos in structs with embeds
|
2021-01-02 19:24:12 +01:00 |
zakuro
|
b3de003302
|
fmt: fix broken formatting in fn struct fields (#7794)
|
2021-01-02 16:36:31 +01:00 |
zakuro
|
6bd35505a2
|
parser: fix error when using imported types in short fn signature (#7795)
|
2021-01-02 15:09:54 +02:00 |
yuyi
|
01e098aa77
|
vrepl: fix v repl on Windows (#7798)
|
2021-01-02 12:17:39 +01:00 |
Nick Treleaven
|
0a069dee79
|
gen: support non-string map equality and speed it up (#7682)
|
2021-01-01 20:54:49 +01:00 |
Ned Palacios
|
40b8d9ca3d
|
checker: fix infer_fn_type for generic methods (#7767)
|
2021-01-01 17:33:23 +01:00 |
Daniel Däschle
|
ac22fe998a
|
vweb: default init methods (#7779)
|
2021-01-01 17:24:54 +01:00 |
Nick Treleaven
|
9243e06dba
|
parser: allow integer and rune keys for map literal (#7756)
|
2021-01-01 17:23:32 +01:00 |
Swastik Baranwal
|
24b18f05c4
|
cgen: implement > and < for structs (#7774)
|
2021-01-01 14:54:32 +01:00 |
Nick Treleaven
|
d15d13674c
|
parser: parse non-identifier expressions for sizeof too (#7781)
|
2021-01-01 15:38:11 +02:00 |
Daniel Däschle
|
5ae3637d27
|
checker: revert embedded methods fix (#7780)
|
2021-01-01 14:36:07 +01:00 |
clubby789
|
9ac237d9c0
|
match: implement exhaustive match for bool values (#7761)
|
2021-01-01 13:28:23 +02:00 |
zakuro
|
73f41f9a2a
|
scanner: remove unicode operator (#7766)
|
2021-01-01 13:05:28 +02:00 |
clubby789
|
bf7da14ba1
|
cgen: make char literals wide (#7769)
|
2021-01-01 11:06:09 +02:00 |
Joe Conigliaro
|
8700080c4a
|
checker: fix struct embed with overriden method
|
2021-01-01 09:50:00 +11:00 |
Joe Conigliaro
|
e9f9f27e49
|
checker: fix formatting in tests/web_routing_checks.out
|
2021-01-01 08:01:00 +11:00 |
Joe Conigliaro
|
63afd26c8c
|
cgen: merge method to write multi return types
|
2021-01-01 07:45:03 +11:00 |
yuyi
|
c3dafad7ef
|
generics: implement method generics (fix #7638) (#7732)
|
2020-12-31 18:00:22 +01:00 |
Alexander Medvednikov
|
2bc9ee4d88
|
vweb: more updates
|
2020-12-31 17:47:20 +01:00 |
Alexander Medvednikov
|
2533c706ae
|
vweb: migrate all tests and examples to the new syntax
|
2020-12-31 17:22:47 +01:00 |
Alexander Medvednikov
|
3ffdcd8910
|
vweb: embed context
|
2020-12-31 17:07:27 +01:00 |
zakuro
|
1fb6710c89
|
build: remove `v build file.v` (#7695)
|
2020-12-31 15:24:55 +01:00 |
Alexander Medvednikov
|
f7b3ed2f4a
|
cc: hide a print behind -v
|
2020-12-31 14:24:34 +01:00 |
Uwe Krüger
|
74ea5ac99f
|
checker: check reference return to be really reference (#7739)
|
2020-12-31 12:42:22 +01:00 |
Swastik Baranwal
|
a9ab79d301
|
checker: ban any_int/any_float outside buitlin (#7675)
|
2020-12-31 12:41:30 +01:00 |
clubby789
|
3e44393152
|
x64: optimize mov <reg>, 0 (#7733)
|
2020-12-31 12:40:09 +01:00 |
Emily Hudson
|
bf9b0c6345
|
compiler: add `[console]` attribute for main function to force console subsystem on windows (#7721)
|
2020-12-31 12:38:55 +01:00 |
Swastik Baranwal
|
a834f33661
|
checker: add checks for operator overloading (#7737)
|
2020-12-31 12:38:10 +01:00 |
Ned Palacios
|
5597925d58
|
parser: separate SelectorExpr if name is on another line (#7700)
|
2020-12-31 12:37:11 +01:00 |
Joe Conigliaro
|
b2bd2c9337
|
cgen: make multi return decl order consistant & use typedefs. closes #7728
|
2020-12-31 21:55:21 +11:00 |
lydiandy
|
20f507651e
|
v.ast: remove unused path and expr fields in Module (#7625)
|
2020-12-31 12:17:59 +02:00 |
Ryan Prior
|
64e7c54884
|
v.util: accomodate reproducible build environments like guix, by not recompiling cmd/tools when mtime < 1024 (#7702)
|
2020-12-31 10:31:38 +02:00 |
Joe Conigliaro
|
3e655d6bf6
|
cgen: fix multi return auto str methods. closes #7726
|
2020-12-31 10:21:02 +11:00 |
Daniel Däschle
|
9a31744255
|
cgen: fix embed generic field access & method call (#7725)
|
2020-12-30 23:49:02 +01:00 |
Daniel Däschle
|
b4c5fa8ca0
|
cgen: fix embed field access from reference (#7724)
|
2020-12-30 21:50:58 +01:00 |
Daniel Däschle
|
3ee3c8b3ed
|
parser: proper error on fn decl in script mode (#7680)
|
2020-12-30 21:18:36 +02:00 |
Daniel Däschle
|
e4edc5925a
|
parser: embed always public and mutable (#7722)
|
2020-12-30 21:17:48 +02:00 |
Daniel Däschle
|
b8af81240a
|
cgen: fix struct embedding method when receiver is ptr (#7710)
|
2020-12-30 20:44:01 +02:00 |
StunxFS
|
13cd7e88ef
|
checker: error taking the address of a boolean literal (#7716)
|
2020-12-30 17:21:15 +01:00 |
Delyan Angelov
|
b4f02adc32
|
os: add os.execve/3 (extracted from unix_spawn_process); use os.execvp/2 in v.util.launch_tool/3
|
2020-12-30 18:14:03 +02:00 |
Alexander Medvednikov
|
9976641be0
|
fmt: fix a space in const decl
|
2020-12-30 02:24:38 +01:00 |
Alexander Medvednikov
|
ad78875a8c
|
parser: allow `const x = 0` consts outside of const blocks
|
2020-12-30 02:15:44 +01:00 |
Alexander Medvednikov
|
e26a690975
|
0.2.1
|
2020-12-29 21:24:33 +01:00 |
zakuro
|
b28b41d069
|
v run: pass all args after file.v only to script args, do not process them as v flags (#7672)
|
2020-12-29 21:16:20 +02:00 |
yuyi
|
f6d64c74c2
|
cgen: fix minor typos in map_fn_ptrs (#7679)
|
2020-12-29 21:02:28 +02:00 |
yuyi
|
27db4b4c23
|
cgen: minor cleanup of cgen.v (#7688)
|
2020-12-29 20:57:34 +02:00 |
ka-weihe
|
2c65c5c61a
|
ci: sanitize compiler for tests (#7685)
|
2020-12-29 20:27:57 +02:00 |
joe-conigliaro
|
02965e753e
|
all: re-implement variadics using arrays & implement array decomposition to varg (#7689)
|
2020-12-29 16:14:08 +01:00 |
Delyan Angelov
|
6cf3b96a37
|
ci: fix .out files after 40ce18f
|
2020-12-29 16:10:55 +02:00 |
Alexander Medvednikov
|
40ce18fa3c
|
checker: handle unwrapped optionals in infix exprs
|
2020-12-29 13:49:43 +01:00 |
yuyi
|
34c89258a4
|
cgen: fix array of array/map init (fix #7597) (#7671)
|
2020-12-29 11:50:25 +01:00 |
Joe Conigliaro
|
d094baf107
|
cgen: add temp (TODO) auto str for interfaces
|
2020-12-29 20:25:38 +11:00 |
yuyi
|
b87283e970
|
cgen: minor optimization of auto_eq_methods.v (#7668)
|
2020-12-29 07:48:37 +02:00 |
Lukas Neubert
|
cf441091f1
|
fmt: AnonFn with body is not single line (#7659)
|
2020-12-28 20:27:27 +02:00 |
Lukas Neubert
|
2360762a42
|
fmt: fix unexpected `comment`, expecting struct key for trailing arg syntax (#7658)
|
2020-12-28 20:26:24 +02:00 |
Swastik Baranwal
|
2795f929fa
|
checker: update check for arr=arr1 (#7651)
|
2020-12-28 18:35:34 +01:00 |
yuyi
|
9631eac9c5
|
cgen: fix `array.index()` of ref struct (#7652)
|
2020-12-28 18:33:57 +01:00 |
ka-weihe
|
93262353d6
|
cgen: fix map exists bug (#7647) (#7655)
|
2020-12-28 18:32:51 +01:00 |
yuyi
|
32091dd90e
|
cgen: fix struct equality (#7649)
|
2020-12-28 18:22:47 +02:00 |
Lukas Neubert
|
4783503185
|
fmt: keep interface comments between methods (#7650)
|
2020-12-28 18:14:55 +02:00 |
Lukas Neubert
|
97bfabf194
|
fmt: heavily refactor and improve/fix logic for structs that use short args syntax (#7653)
|
2020-12-28 18:14:08 +02:00 |
Lukas Neubert
|
ef6011b94c
|
fmt: keep comments after struct decl default value (#7648)
|
2020-12-28 15:38:21 +02:00 |
lydiandy
|
ecc7c27c9c
|
v.ast: document vlib/v/ast/ast.v (#7624)
|
2020-12-28 13:52:04 +02:00 |
Delyan Angelov
|
3f3ae67b55
|
Revert "cgen: fix struct_eq (#7639)"
This reverts commit 164dd3000b .
|
2020-12-28 13:16:00 +02:00 |
Ned Palacios
|
2946673bc2
|
parser: fix StructInitField pos, when value expr is empty (#7643)
|
2020-12-28 12:39:02 +02:00 |
yuyi
|
d46b930c71
|
cgen: fix `in array_of_ref_structs` (fix #7623) (#7640)
|
2020-12-28 12:29:56 +02:00 |
yuyi
|
07459a77e3
|
cgen: fix gen_array_equality_fn() (#7633)
|
2020-12-28 12:26:50 +02:00 |
yuyi
|
164dd3000b
|
cgen: fix struct_eq (#7639)
|
2020-12-28 12:25:22 +02:00 |
yuyi
|
547df57316
|
cgen: fix gen_map_equality_fn() (#7636)
|
2020-12-28 12:22:14 +02:00 |
yuyi
|
dea3d0431d
|
parser: minor cleanup of `parse_block_no_scope()` (#7644)
|
2020-12-28 11:58:44 +02:00 |
Joe Conigliaro
|
64c0645bcb
|
checker: error when trying to propagate optional call in return stmt with ?
|
2020-12-28 20:09:43 +11:00 |
Delyan Angelov
|
100b3704cd
|
v.pref: fix `-nocache`, add `-no-retry-compilation`, add `-d trace_use_cache`
|
2020-12-28 09:42:43 +02:00 |
ka-weihe
|
1d339cff16
|
map: remove unused code (#7622)
|
2020-12-27 19:16:45 +01:00 |
Swastik Baranwal
|
d87011ab78
|
cgen: fix generic contains method (#7618)
|
2020-12-27 20:07:53 +02:00 |
ka-weihe
|
b9df7aae4d
|
map: cleanup (#7621)
|
2020-12-27 18:31:50 +01:00 |
Delyan Angelov
|
df61cf246b
|
cgen: fix `x.interface_field = value_implementing_interface` (closes #7620)
|
2020-12-27 19:12:39 +02:00 |
Delyan Angelov
|
8872b0a23b
|
v.util: fix launch_tool for the vdoc (folder) case
|
2020-12-27 17:43:44 +02:00 |
Lukas Neubert
|
06fdf34214
|
fmt: unwrap long single line ifs (#7608)
|
2020-12-27 14:20:30 +01:00 |
Nick Treleaven
|
e813583bc1
|
checker: support integer and voidptr key types for maps (#7503)
|
2020-12-27 14:18:46 +01:00 |
Daniel Däschle
|
929a002229
|
vdoc: move to it's own directory cmd/tools/vdoc/ (#7606)
|
2020-12-27 14:43:23 +02:00 |
Lukas Neubert
|
c9081a8df8
|
fmt: improve conditions for single line if
|
2020-12-27 12:59:28 +01:00 |
Alexander Medvednikov
|
06e9951224
|
Revert "map: fix map.clone, refactor, fix map_get_1, map_set_1 non-string keys (#7538)"
This reverts commit bcdf3ca0cf .
|
2020-12-27 12:04:08 +01:00 |
Alexander Medvednikov
|
0d43ff2453
|
parser: fix `for i, mut val in vals {; examples: vfmt flappybird
|
2020-12-27 12:02:18 +01:00 |
Nick Treleaven
|
bcdf3ca0cf
|
map: fix map.clone, refactor, fix map_get_1, map_set_1 non-string keys (#7538)
|
2020-12-27 11:54:12 +01:00 |
yuyi
|
79117f5581
|
cgen: move logic from cgen.v to auto_eq_methods.v and array.v (#7572)
|
2020-12-27 11:24:35 +01:00 |
zakuro
|
21805ea2a5
|
all: make eprint[ln] behave same as print[ln] (#7595)
|
2020-12-27 11:22:16 +01:00 |
Nick Treleaven
|
1383771423
|
cgen: fix return type for MapEqFn and add MapCloneFn, MapFreeFn (#7578)
|
2020-12-26 22:14:31 +02:00 |
Swastik Baranwal
|
e27252bef5
|
parser: fix the position of the multi variable += assign error (#7584)
|
2020-12-26 19:48:58 +02:00 |
Lukas Neubert
|
9a5bbc3101
|
fmt: use single quotes around fixed string arr default expr (#7581)
|
2020-12-26 15:12:25 +02:00 |
Lukas Neubert
|
693e5137eb
|
fmt: cleanup copy pasta for array_init (#7579)
|
2020-12-26 14:22:50 +02:00 |
Lukas Neubert
|
f707e13b3f
|
fmt: keep order by in orm blocks (#7576)
|
2020-12-26 14:18:09 +02:00 |
Ned Palacios
|
dfcbf31f65
|
parser: return node on incomplete module selector (#7574)
|
2020-12-26 12:23:51 +02:00 |
yuyi
|
1558bd1658
|
parser: minor optimization of `expr()` (#7575)
|
2020-12-26 12:22:06 +02:00 |
Daniel Däschle
|
6842c3c1a4
|
vdoc: add a node type prefix (#7563)
|
2020-12-26 08:55:35 +02:00 |
yuyi
|
d66ed46486
|
parser: minor cleanup of `stmt()` (#7573)
|
2020-12-26 08:54:13 +02:00 |
Daniel Däschle
|
7507403118
|
cgen: fix zero init bug of embedded structs (#7567)
|
2020-12-25 22:46:42 +02:00 |
Lukas Neubert
|
e7ca5dd17a
|
fmt: update expr_is_single_line for MatchExpr, StructInit and CallExpr with or block (#7564)
|
2020-12-25 21:43:50 +02:00 |
Lukas Neubert
|
2c0fba5480
|
fmt: keep comment between enum fields (#7566)
|
2020-12-25 21:41:59 +02:00 |
Nick Treleaven
|
17cccc7b36
|
gen: add MapHashFn typedef before map struct is declared (#7541)
|
2020-12-25 19:05:53 +02:00 |
Lukas Neubert
|
e9affe33ce
|
ast: fix C error for scope's .str() method (#7561)
|
2020-12-25 19:03:03 +02:00 |
yuyi
|
3345925883
|
parser: minor simplification of `stmt` (#7550)
|
2020-12-25 16:59:13 +02:00 |
Lukas Neubert
|
8cd74df2f3
|
vfmt: keep UnsafeExpr linebreacks as set by developer (#7558)
|
2020-12-25 16:52:16 +02:00 |
Daniel Däschle
|
1605c3b5f8
|
parser: fix error when accessing module without name after dot (#7530)
|
2020-12-25 16:50:08 +02:00 |
Delyan Angelov
|
c6b0ce2a07
|
ci: disable socket error assertion in profile_test.v
|
2020-12-25 16:10:18 +02:00 |
Delyan Angelov
|
a631078d8a
|
tests: add vlib/v/tests/profile/profile_test.v regression test
|
2020-12-25 14:30:22 +02:00 |
Delyan Angelov
|
2c1e545d24
|
cgen: fix -profile for code outside builtin, that returns options
|
2020-12-25 14:11:21 +02:00 |
Lukas Neubert
|
0caf668e73
|
parser: error if operators are used as function names (#7532)
|
2020-12-24 13:38:11 +02:00 |
Lukas Neubert
|
691e6f9d3f
|
fmt: keep any langauge prefix variations in struct fields (#7534)
|
2020-12-24 13:36:54 +02:00 |
zakuro
|
fec9f1324c
|
fmt: trim space in embedded comments (#7521)
|
2020-12-24 11:57:48 +01:00 |
Delyan Angelov
|
d1223851a2
|
pref: support _default.c.v , overridable by _platform.c.v
|
2020-12-24 12:16:20 +02:00 |
Delyan Angelov
|
36dcace0a7
|
cgen: fix compiling call expressions with no varargs (tcc bug)
|
2020-12-23 21:15:00 +02:00 |
spaceface
|
214290d55b
|
fmt: add a space around single-line `unsafe` expressions (#7505)
|
2020-12-23 19:13:42 +01:00 |
Daniel Däschle
|
b27f5c378c
|
all: reimplement struct embedding with methods (#7506)
|
2020-12-23 19:12:49 +01:00 |
yuyi
|
132807d5d1
|
cgen: implement generic `array.index` (#7501)
|
2020-12-23 19:10:16 +01:00 |
yuyi
|
7b9756be72
|
parser: check for builtin function redefinitions (fix #7499) (#7507)
|
2020-12-23 18:17:09 +02:00 |
zakuro
|
a6e6c48c36
|
fmt: keep _ separator in number literals (#7495)
|
2020-12-23 14:48:43 +02:00 |
Delyan Angelov
|
2c4a51a596
|
parser: use `v fmt -w "$p.scanner.file_path"` in warns, easing fixing
|
2020-12-23 14:17:20 +02:00 |
yuyi
|
8f4281b790
|
checker: merge minus_op_wrong_type_err tests to just one (#7489)
|
2020-12-23 10:16:04 +02:00 |
yuyi
|
b08fe73614
|
checker: merge mod_op_wrong_type_err tests to just one (#7490)
|
2020-12-23 10:15:25 +02:00 |
yuyi
|
0dd385d480
|
checker: merge mul_op_wrong_type_err tests to just one (#7491)
|
2020-12-23 10:14:32 +02:00 |
yuyi
|
36cc70983e
|
checker: merge div_op_wrong_type_err tests to just one (#7493)
|
2020-12-23 10:14:08 +02:00 |
yuyi
|
5283811055
|
checker: merge add_op_wrong_type_err tests to just one (#7488)
|
2020-12-23 10:13:46 +02:00 |
yuyi
|
1c64635d61
|
checker: fix multi_array type mismatch check (#7486)
|
2020-12-23 08:05:44 +02:00 |
yuyi
|
d964dedbb2
|
cgen: use more uniform format for automatic code generation (#7487)
|
2020-12-23 08:01:41 +02:00 |
yuyi
|
70c136441b
|
cgen: fix in array of struct error (fix #7452) (#7463)
|
2020-12-23 02:32:19 +01:00 |
Lukas Neubert
|
a2cd1b163c
|
fmt: keep empty curlies and parenthesis as they are (#7329)
|
2020-12-22 23:43:48 +01:00 |
Lukas Neubert
|
c4aae2b55f
|
vfmt: do not replace module aliases in fn param and return types (#7472)
|
2020-12-22 22:38:13 +02:00 |
Alexander Medvednikov
|
e4f94b6ad5
|
V 0.2
|
2020-12-22 20:48:45 +01:00 |
Delyan Angelov
|
97855eca93
|
ci: fix the failing build-module-docs job
|
2020-12-22 17:25:57 +02:00 |
Lukas Neubert
|
d1fc65c260
|
parser: add information about the ending line for a few elements (#7414)
|
2020-12-22 14:45:12 +01:00 |
zakuro
|
fb0c4556fd
|
vfmt: keep JS object name (#7462)
|
2020-12-22 15:32:49 +02:00 |
Ned Palacios
|
06369a27c2
|
parser: return incomplete selector expr stmt (#7465)
|
2020-12-22 13:00:23 +01:00 |
joe-conigliaro
|
d5b03d16e0
|
builder: if fpath is a descendant of modules folder add it as a search path
|
2020-12-22 22:32:02 +11:00 |
yuyi
|
c11928260d
|
scanner: minor cleanup of scanner.v (#7467)
|
2020-12-22 10:56:29 +01:00 |
joe-conigliaro
|
dd27d0a2a3
|
cgen/builder: make unused-command-line-argument a warning & cgen module_built fix
|
2020-12-22 19:21:05 +11:00 |
Delyan Angelov
|
28b1be3e6e
|
cgen: enable `./v -os windows -stats vlib/math/big/big_test.v`
|
2020-12-22 10:09:29 +02:00 |
yuyi
|
b47daad40d
|
all: remove redundant array.contains definitions (#7464)
|
2020-12-22 08:32:32 +01:00 |
Alexander Medvednikov
|
b3e0926601
|
json: decode/encode time.Time
|
2020-12-22 07:24:44 +01:00 |
Lukas Neubert
|
5cd2dffafb
|
checker: error, when same type is used multiple times in a sum type (#7432)
|
2020-12-21 22:05:50 +02:00 |
Lukas Neubert
|
304aafdc50
|
fmt: add a space after + operator/method overload (#7453)
|
2020-12-21 21:20:00 +02:00 |
spaceface
|
c544cc508b
|
pref: fix cross-compiling graphical apps to Windows (#7449)
|
2020-12-21 19:45:12 +02:00 |
Delyan Angelov
|
dc3a6bb169
|
builder: use the same compilation mode for thirdparty object files (#7450)
|
2020-12-21 17:46:26 +01:00 |
yuyi
|
21cd765eaa
|
cgen: fix `in` multi_array, generate `.contains()` (fix #7427) (#7448)
|
2020-12-21 16:59:43 +01:00 |
Nick Treleaven
|
0edec06eac
|
gen: use new_map, new_map_init_1 functions (#7444)
|
2020-12-21 14:37:19 +01:00 |
Alexander Medvednikov
|
8eac658ed1
|
cgen: make use_cache less noisy
|
2020-12-21 11:01:14 +01:00 |
Alexander Medvednikov
|
fc965b7d92
|
strconv: make atoi return ?int
|
2020-12-21 08:35:24 +01:00 |
joe-conigliaro
|
f0391f7a8f
|
cgen: fix assignment of fixed array var to another var (#7429)
|
2020-12-21 06:03:09 +01:00 |
Delyan Angelov
|
5f5c53348b
|
ci: fix vlib/v/tests/project_with_c_code_2/modc/wrapper.v
|
2020-12-20 18:33:31 +02:00 |
joe-conigliaro
|
23bfbf1665
|
cmd/pref: disable -usecache on windows & enable by default (commented)
|
2020-12-21 03:31:57 +11:00 |
Delyan Angelov
|
969f8f1a75
|
ci: fix compilation of the test infrastructure
|
2020-12-20 18:27:42 +02:00 |
Alexander Medvednikov
|
50a6976b5e
|
all: minor array fixes
|
2020-12-20 16:08:56 +01:00 |
Alexander Medvednikov
|
6bf21c300a
|
checker: do not allow arr1=arr2 without cloning
|
2020-12-20 15:33:55 +01:00 |
Alexander Medvednikov
|
583c02316a
|
checker: more arr1=arr2 fixes
|
2020-12-20 15:21:32 +01:00 |
joe-conigliaro
|
628021a7cf
|
cgen: v fmt fn.v
|
2020-12-20 22:21:46 +11:00 |
joe-conigliaro
|
3b2083801b
|
cgen: fix module builds when -usecache is on by default
|
2020-12-20 22:03:27 +11:00 |
Delyan Angelov
|
4b45f2eaab
|
builder: do not remove executables after run when -keepc is passed; add `-d trace_thirdparty_obj_files`
|
2020-12-20 12:22:17 +02:00 |
Alexander Medvednikov
|
875f7a77a9
|
checker: arr1=arr2 warning
|
2020-12-20 10:42:46 +01:00 |
joe-conigliaro
|
12d5720841
|
builder: don't pass -usecache linker flags when building modules
|
2020-12-20 18:23:54 +11:00 |
Alexander Medvednikov
|
60c936a688
|
tests: remove map reference test
|
2020-12-20 07:59:39 +01:00 |
Alexander Medvednikov
|
4fc5e83771
|
checker: never allow taking the address of map values
|
2020-12-20 07:55:23 +01:00 |
joe-conigliaro
|
bbcaaa1232
|
cgen: use gen.expr for default fixed array init expr. closes #7411
|
2020-12-20 15:50:43 +11:00 |
yuyi
|
829334890b
|
table: minor optimization of types.v (#7419)
|
2020-12-20 04:54:49 +01:00 |
Uwe Krüger
|
8278af4ee8
|
parser: hot fix to handle `x = <-ch[i] or { }` (#7416)
|
2020-12-19 22:44:16 +02:00 |
joe-conigliaro
|
d782db8878
|
util: add clipboard & ui to bundle_modules (fix dupe symbols)
|
2020-12-20 03:38:11 +11:00 |
Delyan Angelov
|
19bfd5ffb5
|
ci: fix building
|
2020-12-19 13:16:18 +02:00 |
Delyan Angelov
|
2f1cc2bd08
|
v.util: simplify the sorting of v's timing output
|
2020-12-19 12:55:42 +02:00 |
Delyan Angelov
|
a1c81aa49d
|
v,gen,checker: implement `-d time_checking -d time_cgening -d time_v`
|
2020-12-19 12:36:08 +02:00 |
Alexander Medvednikov
|
10168d307e
|
pref: remove duplicate flag "build"
|
2020-12-19 10:34:59 +01:00 |
Alexander Medvednikov
|
1f74f83bc6
|
parser: map or block; checker: require ref field init
|
2020-12-19 10:28:17 +01:00 |
Ned Palacios
|
3a86f27b9f
|
cgen: fix optional struct const field access (#7405)
|
2020-12-19 09:43:50 +01:00 |
yuyi
|
e4973782b1
|
cgen: fix multi_array prepend/insert (#7381)
|
2020-12-19 07:28:15 +01:00 |
yuyi
|
598d18cbd9
|
cgen: fix default zero in map fields (fix #7328) (#7394)
|
2020-12-19 06:55:13 +01:00 |
Delyan Angelov
|
adaffd0d8e
|
pref: pass custom -d options down to `v build-module` (fix for -usecache)
|
2020-12-19 01:54:18 +02:00 |
yuyi
|
ff2cfd4f38
|
checker: fix fn_array types check (#7376)
|
2020-12-19 01:10:11 +02:00 |
Nick Treleaven
|
042449cd3d
|
cgen: use voidptr key methods: map_get_1, map_set_1, map_get_and_set_1 (#7390)
|
2020-12-19 01:05:16 +02:00 |
ka-weihe
|
5788d6d768
|
cc: enable more C warnings (#7401)
|
2020-12-18 23:33:51 +02:00 |
Delyan Angelov
|
6f7889a3ca
|
parser: support for `-d time_parsing`
|
2020-12-18 17:23:57 +02:00 |
Delyan Angelov
|
7e1e247f56
|
builder: implement b.timing_start/1 and b.timing_measure/1
|
2020-12-18 13:21:17 +02:00 |
Delyan Angelov
|
04757a4853
|
vfmt: fix `struct Abc { field fn() ? }`
|
2020-12-18 11:32:04 +02:00 |
joe-conigliaro
|
05e15bdd59
|
builder/cgen: fix -usecache using absolute mod paths (ui examples ~/.vmodules)
|
2020-12-18 11:21:40 +11:00 |
yuyi
|
b10f692c43
|
gen: fix errors of string interpolation of fn values in struct/array/map (#7367)
|
2020-12-17 11:16:27 +02:00 |
Ned Palacios
|
c164586fd5
|
cgen: fix map clone (#7366)
|
2020-12-17 08:44:50 +01:00 |
joe-conigliaro
|
05e101bd95
|
builder: v fmt cc.v
|
2020-12-17 16:51:13 +11:00 |
joe-conigliaro
|
40bad75a8f
|
builder: temp macos self -usecache fix (will break -usecache with ~/.vmodules/ui)
|
2020-12-17 16:46:20 +11:00 |
joe-conigliaro
|
f2f32626bc
|
all: get -usecache working with mods in ~/.vmodules (ui examples)
|
2020-12-17 16:08:28 +11:00 |
Daniel Däschle
|
7022456c9d
|
Alias string compare (#7364)
|
2020-12-16 21:40:56 +02:00 |
Swastik Baranwal
|
1a2c7cd336
|
checker: add more casts checks (#7355)
|
2020-12-16 17:50:39 +01:00 |
yuyi
|
525b521b4a
|
cgen: impliment gen_str_for_fn_type() (#7353)
|
2020-12-16 11:07:58 +02:00 |
Ned Palacios
|
604eab7742
|
cgen: fix interface struct field initialization (#7340)
|
2020-12-16 11:03:28 +02:00 |
joe-conigliaro
|
7426544610
|
parser: vfmt parser.v
|
2020-12-16 18:09:02 +11:00 |
joe-conigliaro
|
a7879ce77e
|
parser: differentiate recursive alias & existing type err + rune fix
|
2020-12-16 18:03:49 +11:00 |
Swastik Baranwal
|
52f908839e
|
parser: add error for self aliasing (#7347)
|
2020-12-15 21:49:04 +02:00 |
Delyan Angelov
|
3a9034a0d0
|
dl: add a complete tested shared library generation/usage example
|
2020-12-15 18:22:07 +02:00 |
yuyi
|
e40e1500a8
|
cgen: fix map['xxx']() error (#7342)
|
2020-12-15 16:07:24 +01:00 |
joe-conigliaro
|
239a8c8aa3
|
cgen: cached modules fixes (#7345)
|
2020-12-15 16:07:06 +01:00 |
Delyan Angelov
|
8067fcee57
|
builder: change the tcc recompilation failed message
|
2020-12-15 10:47:41 +02:00 |
Delyan Angelov
|
ed50e22e18
|
parser: support _js.v and _c.v for `-Wimpure-v`
|
2020-12-15 08:24:26 +02:00 |
yuyi
|
bfa8e4bf86
|
parser: minor cleanup of `check()` (#7333)
|
2020-12-15 04:31:34 +01:00 |
Swastik Baranwal
|
da9588c1a5
|
checker: fix struct cast (#7308)
|
2020-12-15 04:30:51 +01:00 |
Lukas Neubert
|
c922565525
|
fmt: only insert a space after // if the 3rd char is alphanumeric (#7330)
|
2020-12-15 04:26:28 +01:00 |
yuyi
|
8ab59c5f0f
|
parser: implement a direct call to an array of functions (fix #6908) (#7322)
|
2020-12-15 04:24:57 +01:00 |
Swastik Baranwal
|
a3c3fd4d20
|
cgen: fix generation of array names in generic structs (#7324)
|
2020-12-15 02:52:20 +11:00 |
Enzo
|
78fb84c4dd
|
gen: fix comparing signed int to u32/u64 (#7312)
|
2020-12-14 12:01:11 +02:00 |
Lukas Neubert
|
9b139c58ca
|
fmt: keep module alias in struct decl field types (#7305)
|
2020-12-14 05:03:43 +01:00 |
Lukas Neubert
|
d59c5b01e1
|
fmt: intelligent line wrap for trailing struct syntax (#7309)
|
2020-12-14 05:03:17 +01:00 |
LilEnvy
|
0aacc9a80a
|
array: [].map(fn...) return type can be different than original type (#7300)
|
2020-12-13 03:29:48 +01:00 |
Daniel Däschle
|
fb9db11a00
|
cgen: fix line number generation on match (#7292)
|
2020-12-12 23:08:45 +01:00 |
ka-weihe
|
4d025582c0
|
cgen: fix shadowing warning (#7289)
|
2020-12-12 23:06:02 +01:00 |
Daniel Däschle
|
7e3e30aa9c
|
ci: add a parser fuzzer step too (#7288)
|
2020-12-12 15:20:38 +02:00 |
Daniel Däschle
|
b76c91ec05
|
parser: silent mode fixes (#7286)
|
2020-12-12 13:52:22 +01:00 |
Nick Treleaven
|
d785e22a6e
|
checker: disallow assigning number to pointer (#7267)
|
2020-12-12 10:42:07 +01:00 |
joe-conigliaro
|
0aa9f5a007
|
all: optimize scope usage in checker & parser. store scope in ast nodes (#7281)
|
2020-12-12 19:01:12 +11:00 |
Daniel Däschle
|
11808f9fa3
|
parser: fix silent errors (#7271)
|
2020-12-12 04:06:09 +01:00 |
Daniel Däschle
|
597c2249e0
|
parser: fix expected type enum error pos (#7265)
|
2020-12-11 19:23:29 +02:00 |
Lukas Neubert
|
25153490e1
|
fmt: keep comments after assign on same line (#7269)
|
2020-12-11 19:20:24 +02:00 |
yuyi
|
2a731e1c8e
|
scanner: fix interpolation with more embedded string args (#7258)
|
2020-12-11 19:15:59 +02:00 |
Daniel Däschle
|
9c1a5c5117
|
parser: fix silent parsing examples/vmod.v (#7264)
|
2020-12-11 19:14:07 +02:00 |
Delyan Angelov
|
f2ea21b571
|
vfmt: run over vlib/v/checker/checker.v
|
2020-12-11 15:16:26 +02:00 |
Delyan Angelov
|
df4ec89a03
|
checker: fix `L1: for{ for{} }` incorrectly setting c.loop_label to '' after the inner loop
|
2020-12-11 13:14:15 +02:00 |
joe-conigliaro
|
90b5f6f4e0
|
checker: add tests for assign sum type to non sum type error
|
2020-12-11 21:52:25 +11:00 |
joe-conigliaro
|
5c213de003
|
checker: fix assign error assigning sum type to non sum type. closes #7233
|
2020-12-11 21:38:53 +11:00 |
joe-conigliaro
|
d7ff342ab3
|
fmt: fix formatting in anon_fn_as_param_keep.vv
|
2020-12-11 21:13:18 +11:00 |
joe-conigliaro
|
1626aa5500
|
fmt: make test clearer
|
2020-12-11 21:09:36 +11:00 |
joe-conigliaro
|
d1224ffb5a
|
parser: error on non local array/map methods & add tests
|
2020-12-11 20:50:26 +11:00 |
joe-conigliaro
|
a0d10a6606
|
parser: enum_decl - remove redundant position variable
|
2020-12-11 19:36:39 +11:00 |
joe-conigliaro
|
14c4ba6dd9
|
parser: error on duplicate enum declaration
|
2020-12-11 19:30:47 +11:00 |
Delyan Angelov
|
668483ee56
|
pref: fix -prof, to behave exactly the same as -profile
|
2020-12-11 09:28:34 +02:00 |
joe-conigliaro
|
6f474913cf
|
table: properly detect duplicate types
|
2020-12-11 17:39:51 +11:00 |
Daniel Däschle
|
8823430c71
|
parser: small fixes to make silent mod work with example/json (#7246)
|
2020-12-11 06:55:39 +01:00 |
Andréas Livet
|
18ec24dd53
|
gen: fix mutable map generation (#7251)
|
2020-12-11 04:48:55 +01:00 |
Enzo
|
04346e7ba5
|
checker: allow void,char,byteptr to be mut args (#7239)
|
2020-12-11 04:47:10 +01:00 |
spaceface777
|
ca2c082a5e
|
checker: initial support for evaluating expressions at compile time (#7248)
|
2020-12-11 04:46:06 +01:00 |
yuyi
|
c4e76e6a59
|
checker: check div/mod by zero (#7256)
|
2020-12-11 04:44:07 +01:00 |
Daniel Däschle
|
aedd1d17b8
|
parser: fix `v test-parser examples/cli.v` (#7243)
|
2020-12-10 19:32:15 +02:00 |
Daniel Däschle
|
1c56ff7faf
|
parser: fix fibonacci in silent mode (#7240)
|
2020-12-10 18:17:25 +02:00 |
Daniel Däschle
|
916a64935a
|
checker: fix sumtype matching test (#7235)
|
2020-12-10 17:22:54 +02:00 |
Daniel Däschle
|
8b3ffb9be2
|
scanner: fix when string literal ends after } (#7237)
|
2020-12-10 17:04:12 +02:00 |
Daniel Däschle
|
f6a2dba7ff
|
parser: refactor args count error (#7238)
|
2020-12-10 16:42:30 +02:00 |
Daniel Däschle
|
1f952330c4
|
parser: fix fn args eol errors (#7222)
|
2020-12-10 11:56:08 +02:00 |
Daniel Däschle
|
0bf679a7aa
|
checker: correct underline for unknown type in method type (#7223)
|
2020-12-10 11:51:22 +02:00 |
yuyi
|
e6d162ad65
|
parser: minor cleanup of `parser.v` (#7226)
|
2020-12-10 11:25:57 +02:00 |
yuyi
|
ca39a9a1a9
|
test: add more embed string interpolation tests (#7229)
|
2020-12-10 11:20:42 +02:00 |
Daniel Däschle
|
a38fe4fca9
|
checker: fix smartcast inside smartcast (#7215)
|
2020-12-10 00:59:39 +01:00 |
Seven Du
|
4a35a75b64
|
json: fix raw json string decoding crash when expected key is missing (#7206)
|
2020-12-09 20:10:41 +01:00 |
Daniel Däschle
|
032ea0f4f8
|
scanner: fix silent mode string parsing (#7220)
|
2020-12-09 20:09:07 +01:00 |
yuyi
|
5fa1e403ec
|
scanner: fix interpolation with string args (#7214)
|
2020-12-09 19:58:27 +01:00 |
Nick Treleaven
|
cf755d40b7
|
checker: allow ++, -- on byteptr, charptr (#7218)
|
2020-12-09 19:58:02 +01:00 |
Nick Treleaven
|
92a8db5b2b
|
checker: remove duplicated unsafe tests (#7216)
|
2020-12-09 19:57:15 +01:00 |
Delyan Angelov
|
aa0ddec638
|
cgen: unify _name_table[0]{} generation (fix a bootstrapping problem with v_win.c and msvc)
|
2020-12-09 20:18:48 +02:00 |
Delyan Angelov
|
23f5cecbd0
|
ci: run vfmt over vlib/v/gen/cgen.v
|
2020-12-09 20:12:47 +02:00 |
Delyan Angelov
|
c7bea03ce3
|
ci: fix msvc _name_table [0]{} generation
|
2020-12-09 20:08:51 +02:00 |
Delyan Angelov
|
9451233c34
|
cgen: force CI rebuild with newer vc/
|
2020-12-09 19:49:37 +02:00 |
Delyan Angelov
|
6115db4820
|
cgen: fix msvc CI failure on `static struct _name_table[] = {}`, by skipping static for now
|
2020-12-09 19:25:36 +02:00 |
Delyan Angelov
|
80d12f6795
|
cgen: add static for the generated _name_table (fixes `./v -cc clang -o v2 -usecache cmd/v` on macos)
|
2020-12-09 19:03:48 +02:00 |
Delyan Angelov
|
8caf3829d7
|
checker: fix interface checking of array arguments; closes #2377
|
2020-12-09 18:51:37 +02:00 |
Delyan Angelov
|
3b94a2b77a
|
cgen: fix interface _name_table generation; closes issue #73
|
2020-12-09 17:07:11 +02:00 |
Lukas Neubert
|
0e7192c9b7
|
fmt: keep comments in struct init without fields (#7212)
|
2020-12-09 16:35:03 +02:00 |
Delyan Angelov
|
338f3afd31
|
vfmt: fix `type MyFn = fn (int) int mut arr := []MyFn{}`
|
2020-12-09 15:18:45 +02:00 |
Lukas Neubert
|
3b6b5b8090
|
vfmt: properly parse comments on lines after init fields (#7202)
|
2020-12-09 11:11:22 +02:00 |
yuyi
|
05a217aaf0
|
scanner: minor cleanup and optimization in scanner.v (#7204)
|
2020-12-09 02:09:46 +01:00 |
Alexander Medvednikov
|
1abb40dc46
|
cgen: use `cur_mode ast.Module` instead of a string
|
2020-12-08 19:52:33 +01:00 |
Alexander Medvednikov
|
a1c0bb3585
|
os: File.write_string()
|
2020-12-08 19:37:33 +01:00 |
Delyan Angelov
|
d5915bde7c
|
parser: implement support for -Wimpure-v (#7195)
|
2020-12-08 17:52:24 +01:00 |
Leah Lundqvist
|
90c1c639fe
|
js: types (#7108)
|
2020-12-08 17:49:20 +01:00 |
joe-conigliaro
|
8931d3d39c
|
checker: include built-in pointer types when checking fn expects non reference. closes #7133
|
2020-12-08 17:11:15 +11:00 |
joe-conigliaro
|
44b9ea4a75
|
cgen: selector expr / method call on sumtype pointer #7191
|
2020-12-08 16:08:10 +11:00 |
joe-conigliaro
|
805da2325f
|
cgen: defer was broken in presence of anon fn. fixed #7171
|
2020-12-08 14:21:19 +11:00 |
Delyan Angelov
|
3386526610
|
builder: improve support for -g in cross compilation to windows
|
2020-12-07 23:38:21 +02:00 |
Nick Treleaven
|
63557d0d02
|
checker: disallow op= and infix on a voidptr (#7175)
|
2020-12-07 22:43:38 +02:00 |
Delyan Angelov
|
1914bc790b
|
builder: add comment about the goal of cflags.c_options_only_object_files() in cross compilation
|
2020-12-07 20:35:04 +02:00 |
Delyan Angelov
|
4b4733d6b4
|
builder: fix cross compilation of examples from linux->windows
|
2020-12-07 19:57:12 +02:00 |
Nick Treleaven
|
a100b05647
|
checker: improve 'operator not defined on right operand type' error (#7185)
|
2020-12-07 18:37:17 +01:00 |
spaceface777
|
744a36ed71
|
js: restructure namespaces (#7170)
|
2020-12-07 18:36:22 +01:00 |
Delyan Angelov
|
d38bca5958
|
checker: tweak the import private function message a little
|
2020-12-07 19:22:37 +02:00 |
joe-conigliaro
|
78a6795319
|
all: change the way import symbols work & support consts (#7182)
|
2020-12-07 19:13:03 +02:00 |
Lukas Neubert
|
f30faf2627
|
scanner: allow \e escape used for ANSI colors (#7177)
|
2020-12-07 17:21:34 +01:00 |
Uwe Krüger
|
fd689f5fdd
|
cgen: optimize array op assign (#7178)
|
2020-12-07 17:13:19 +01:00 |
yuyi
|
f377710c0b
|
scanner: minor optimization in `text_scan()` (#7172)
|
2020-12-07 06:33:41 +01:00 |
Ned Palacios
|
2ba8d31118
|
vdoc: fix sorting; fix missing symbols; document functions (#7161)
|
2020-12-07 02:43:25 +01:00 |
joe-conigliaro
|
dcca821000
|
cgen: autofree - set/reset g.branch_parent_pos for all for loops
|
2020-12-07 12:08:09 +11:00 |
yuyi
|
bac6be2273
|
token: minor clean up (#7163)
|
2020-12-06 16:48:23 +01:00 |
Uwe Krüger
|
853dcc33c7
|
cgen: optimize map op_assign (#7162)
|
2020-12-06 15:20:31 +01:00 |
joe-conigliaro
|
5931b26737
|
cgen: remove extraneous call to util.no_dots
|
2020-12-06 22:12:23 +11:00 |
Daniel Däschle
|
334d605d90
|
tools,vls: add `v test-parser examples/hello_world.v` (#7145)
|
2020-12-06 12:42:56 +02:00 |
Alexander Medvednikov
|
8eff8b0eff
|
autofree: fix `for` args
|
2020-12-06 08:38:21 +01:00 |
Alexander Medvednikov
|
b6ae81032f
|
ast: Var.is_tmp field
|
2020-12-06 08:19:17 +01:00 |
joe-conigliaro
|
cd72c25edb
|
cgen: vfmt cgen.v after changes from previous commit
|
2020-12-06 18:05:17 +11:00 |
joe-conigliaro
|
7733834751
|
parser/cgen: autofree - move branch_parent_pos to cgen.
|
2020-12-06 18:02:36 +11:00 |
joe-conigliaro
|
d7c057840a
|
parser: autofree - reset p.branch_parent_pos to previous pos on return
|
2020-12-06 17:00:44 +11:00 |
joe-conigliaro
|
aeb467e038
|
cgen: fix typo from previous commit
|
2020-12-06 15:18:24 +11:00 |
joe-conigliaro
|
d779510616
|
cgen: remove debugging comments added in a05408b
|
2020-12-06 15:16:45 +11:00 |
joe-conigliaro
|
a05408b49a
|
all: make type system use source name & cleanup storing name in fields
|
2020-12-06 14:55:08 +11:00 |
Roland Lammel
|
028c82e255
|
fmt: improve map value alignment (#7105) (#7151)
|
2020-12-06 02:04:45 +01:00 |
ka-weihe
|
5a7fdb0610
|
map: optimize free() and keys() (#7152)
|
2020-12-06 00:24:24 +01:00 |
Lukas Neubert
|
8adb1acf31
|
check-md: verify code example formatting (#7143)
|
2020-12-05 22:54:41 +01:00 |
Nick Treleaven
|
0d28f12c54
|
map: use untyped keys for DenseArray and interleave keys and values (#7142)
|
2020-12-05 22:53:50 +01:00 |
Delyan Angelov
|
b99ea332f0
|
cgen,builtin: fix sort for []u64
|
2020-12-05 23:14:19 +02:00 |
yuyi
|
29857cb9d6
|
checker: fix interpolation recursive str (fix #1905) (#7141)
|
2020-12-05 21:41:54 +01:00 |
Alexander Medvednikov
|
22ebbab462
|
autofree: set tmp var pos
|
2020-12-05 21:27:49 +01:00 |
Delyan Angelov
|
946a1418fe
|
Revert "autofree: handle tmp vars in for loops"
This reverts commit 1d6c604664 .
|
2020-12-05 21:52:50 +02:00 |
Alexander Medvednikov
|
1d6c604664
|
autofree: handle tmp vars in for loops
|
2020-12-05 20:11:31 +01:00 |
Delyan Angelov
|
6e76d5d1db
|
cgen: fix double escaping \n in @VMOD_FILE expansion
|
2020-12-05 20:13:36 +02:00 |
joe-conigliaro
|
7212b2eff2
|
parser: vfmt parser.v which was modified in previous commit
|
2020-12-06 02:39:56 +11:00 |
joe-conigliaro
|
83f651c29a
|
cgen: autofree - know where to stop freeing parent scops on continue/break
|
2020-12-06 02:36:27 +11:00 |
Xavier B
|
fafe30b6aa
|
json: add support for aliased struct fields (#6556)
|
2020-12-05 16:13:18 +01:00 |
joe-conigliaro
|
865c30118f
|
checker: add fix & better comment for previous commit
|
2020-12-06 01:37:00 +11:00 |
joe-conigliaro
|
3172f324d1
|
checker: infer array_init type from call with in return of or block. closes #7135
|
2020-12-06 01:26:28 +11:00 |
Delyan Angelov
|
daa659e1fd
|
builder: allow for `-os windows -cc msvc -o x.c` on any platform
|
2020-12-05 15:35:39 +02:00 |
Delyan Angelov
|
fbf6910ab9
|
builder: remove executables after `v run file.v`
|
2020-12-05 13:03:12 +02:00 |
Delyan Angelov
|
0dfcacd26b
|
cgen: fix `fn f(mut a []int) { a << [1,2] }`
|
2020-12-05 10:12:17 +02:00 |
Delyan Angelov
|
b18915df62
|
tests: cleanup long running repl tests (replaced by faster ordinary tests in vlib/v/tests/)
|
2020-12-05 08:52:08 +02:00 |
yuyi
|
595efbac5b
|
checker: fix or_block return &type mismatch (#7138)
|
2020-12-05 08:06:51 +02:00 |
Alexander Medvednikov
|
d1281ac6c1
|
autofree: handle` break`
|
2020-12-05 05:06:52 +01:00 |
Alexander Medvednikov
|
5180013aef
|
autofree: fix array re-assignment with struct fields
|
2020-12-04 23:30:30 +01:00 |
spaceface777
|
76ed8e3750
|
checker: don't disallow method call chains (#7128)
|
2020-12-04 21:27:38 +01:00 |
Alexander Medvednikov
|
f14bd10c00
|
autofree: more `return` fixes
|
2020-12-04 20:44:33 +01:00 |
spaceface777
|
6a47deb3f8
|
checker: ensure array init matches the array's type (#7118)
|
2020-12-04 20:39:32 +02:00 |
Daniel Däschle
|
47d0ed308d
|
parser: prepare for better VLS integration, more accurate parser errors (#7119)
|
2020-12-04 20:34:05 +02:00 |
spaceface777
|
52fb7033c3
|
gen: fix evaluating the receiver of array methods (.map(), .filter(), etc) more than once (#7130)
|
2020-12-04 20:29:34 +02:00 |
Nick Treleaven
|
f21b2b41ac
|
gen: make _SLIT macro determine `len` at compile-time (#7131)
|
2020-12-04 20:14:39 +02:00 |
Alexander Medvednikov
|
0ea2fa228f
|
autofree: fix `or {}`; ci: bring back gitly -autofree
|
2020-12-04 18:06:53 +01:00 |
Delyan Angelov
|
7a8d6a7c7b
|
scanner: treat warnings as errors on -W too, simillar to the parser
|
2020-12-04 15:11:35 +02:00 |
spaceface777
|
50a3009113
|
fmt: make single-stmt `or` blocks single-line (#7126)
|
2020-12-04 13:25:23 +02:00 |
spaceface777
|
9345d489f8
|
ci: fix self compilation with cached modules on macos (#7127)
|
2020-12-04 13:25:02 +02:00 |
Delyan Angelov
|
52ccdd747f
|
cgen: allow for `const ( x = opt() ? )`
|
2020-12-04 13:11:12 +02:00 |
Lukas Neubert
|
02ba923ba7
|
fmt: do not add braces for trailing struct arg (#7072)
|
2020-12-04 11:22:26 +02:00 |
Alexander Medvednikov
|
b64945a6c0
|
autofree: lots of fixes in `return_statement()`
|
2020-12-04 10:10:40 +01:00 |
joe-conigliaro
|
b578e60dd5
|
tests: add test for fix #cf7b45b
|
2020-12-04 15:43:28 +11:00 |
joe-conigliaro
|
cf7b45b074
|
checker: correctly check arrays with element that is an alias. fixes #6735
|
2020-12-04 14:26:25 +11:00 |
yuyi
|
9b6a1552e9
|
checker: check match return mismatch type (fix #6826) (#7109)
|
2020-12-03 21:14:23 +02:00 |
Nick Treleaven
|
d590ce7675
|
map: add 3 DenseArray methods for bootstrapping (#7113)
|
2020-12-03 21:12:53 +02:00 |
Daniel Däschle
|
6c100a0bc3
|
vls,parser: fix an eof error in parsing invalid const declarations (#7115)
|
2020-12-03 21:11:43 +02:00 |
yuyi
|
06eaded6ea
|
string: change `tos_lit` to `_SLIT` (#7079)
|
2020-12-03 16:02:48 +01:00 |
Delyan Angelov
|
eefdf4baa6
|
scanner: do not warn for \x07 in strings
|
2020-12-03 14:11:32 +02:00 |
Daniel Däschle
|
558a756431
|
parser: fix position offset by 1 (#7099)
|
2020-12-03 11:25:06 +02:00 |
Swastik Baranwal
|
c5a7c51dfd
|
parser: add a check for known vars in or block (#7094)
|
2020-12-03 04:46:04 +01:00 |
yuyi
|
30da85a4d5
|
checker: fix optional or_block {none} (#7095)
|
2020-12-03 01:03:17 +01:00 |
Uwe Krüger
|
c1b25dd61d
|
cgen: fix map value op-assign modification (#7101)
|
2020-12-03 00:40:11 +01:00 |
Alexander Medvednikov
|
1037d3a383
|
checker: make missing `mut` before an argument a warning
|
2020-12-02 23:58:06 +01:00 |
joe-conigliaro
|
ce1fa1194d
|
parser: fix not used parent warning for selective imports. closes #6916
|
2020-12-03 01:14:49 +11:00 |
Lukas Neubert
|
2691163a7e
|
scope: remove redundant name arg from register() (#7077)
|
2020-12-02 14:40:25 +01:00 |
joe-conigliaro
|
cd46eb42d7
|
checker: fix generic os.fn call (script) without mod prefix. fixes #7073
|
2020-12-02 21:40:44 +11:00 |
joe-conigliaro
|
ca7692c839
|
error on unknown generic struct init. closes #7085
|
2020-12-02 20:53:40 +11:00 |
Enzo
|
d8b8aca51e
|
gen: fix `arr.last().field` (#7076)
|
2020-12-02 04:35:00 +01:00 |
Lukas Neubert
|
dedb8f7e41
|
fmt: smarter wrap of orm lines (#7070)
|
2020-12-02 04:06:20 +01:00 |
Alexander Medvednikov
|
953a51bec8
|
autofree: fix an off by 1 error
|
2020-12-02 03:45:08 +01:00 |
Lukas Neubert
|
8adc8ed103
|
parser: do not fail on comment direct after import (#7071)
|
2020-12-01 22:32:34 +02:00 |
Delyan Angelov
|
394e9c4c56
|
builder: replace single `goto start` usage, with `for { ... continue ... break}`
|
2020-12-01 22:11:44 +02:00 |
Alexander Medvednikov
|
c5cd53ca79
|
parser: bring back old $if position calculation
|
2020-12-01 18:59:33 +01:00 |
Alexander Medvednikov
|
0ff541375d
|
autofree: fix a bug with $if and add a test
|
2020-12-01 18:58:16 +01:00 |
Alexander Medvednikov
|
3612bd58ef
|
fmt: revert the fn \n change
|
2020-12-01 17:00:06 +01:00 |
Alexander Medvednikov
|
0ddf0a4b92
|
gg: custom bold font path
|
2020-12-01 16:30:25 +01:00 |
yuyi
|
d3deaa1f59
|
cgen: fix typeof variadic type (#7063)
|
2020-12-01 16:11:37 +01:00 |
Daniel Däschle
|
5b6eb7b2c9
|
cgen: simplify .str() generation (#7038)
|
2020-12-01 16:09:03 +01:00 |
yuyi
|
6a1e0322bd
|
gen: fix interpolation variadic (#7059)
|
2020-12-01 12:40:38 +02:00 |
joe-conigliaro
|
f1965c0510
|
ast: fmt ast.v
|
2020-12-01 21:20:27 +11:00 |
joe-conigliaro
|
88835a0456
|
cgen: remove some nasty replacements
|
2020-12-01 21:17:19 +11:00 |
joe-conigliaro
|
9b583f51f1
|
ast: remove field which should have been removed in #34e124d
|
2020-12-01 20:15:35 +11:00 |
joe-conigliaro
|
34e124d5f7
|
cgen: auto cast sum type in array init. fixes #6907
|
2020-12-01 20:03:45 +11:00 |
Delyan Angelov
|
fe0ded9a91
|
tests: add a regression test for the inter module generics inference
|
2020-12-01 08:07:07 +02:00 |
joe-conigliaro
|
a7d917474d
|
checker: simplify generic fn post processing
|
2020-12-01 16:43:10 +11:00 |
joe-conigliaro
|
0e54b9acb5
|
checker: remove debug println introduced in 4f658ec
|
2020-12-01 15:14:30 +11:00 |
joe-conigliaro
|
4f658ec292
|
fix auto inferred generic call of mod.func(). closes #6263
|
2020-12-01 15:10:06 +11:00 |
Alexander Medvednikov
|
f4bd953771
|
pref: vfmt
|
2020-12-01 04:16:36 +01:00 |
Alexander Medvednikov
|
f26f7ebc9d
|
pref: nocache option
|
2020-12-01 04:05:44 +01:00 |
Leah Lundqvist
|
ab225ff154
|
jsgen: fix JS.@typeof (#7055)
|
2020-12-01 04:02:10 +01:00 |
Daniel Däschle
|
879d238887
|
cgen: initial option auto str support (#7004)
|
2020-12-01 04:00:23 +01:00 |
Daniel Däschle
|
6af082e70e
|
doc: detailed documentation of the compiler pipeline (#7043)
|
2020-12-01 03:58:39 +01:00 |
spaceface777
|
83137cbe84
|
pref: don't use tcc by default in -prod mode (#7053)
|
2020-12-01 03:58:02 +01:00 |
spaceface777
|
0248e4955d
|
gen: fix `undef`ing __has_include on macos tcc (#7057)
|
2020-11-30 21:56:17 +02:00 |
Delyan Angelov
|
7511d6e4e8
|
builder: fix building thirdparty C files with tcc, when run outside vroot
|
2020-11-30 21:48:21 +02:00 |
Delyan Angelov
|
5bca6a4bfe
|
cgen: undef *earlier* __has_include for tcc
|
2020-11-30 21:29:48 +02:00 |
Delyan Angelov
|
ff42572e93
|
builder: show the C compiler output on -show-c-output, NOT on -showcc
|
2020-11-30 20:30:47 +02:00 |
Delyan Angelov
|
b11d285680
|
v: support multiple paths in VMODULES env variable (#7048)
|
2020-11-30 18:31:37 +01:00 |
Alexander Medvednikov
|
376833aea7
|
builder: show tcc compiler error with -v and -showcc
|
2020-11-30 17:47:38 +01:00 |
Lukas Neubert
|
a98162118b
|
fmt: orm delete (#7035)
|
2020-11-30 14:02:36 +01:00 |
Uwe Krüger
|
a128ab4313
|
cgen: add support for shared maps (#7042)
|
2020-11-30 13:25:14 +01:00 |
Swastik Baranwal
|
e3fab7e076
|
parser: add an error for an invalid string prefix (#7019)
|
2020-11-30 10:58:00 +02:00 |
yuyi
|
39b46e95a0
|
gen: minor optimization in `type_to_fmt()` (#7028)
|
2020-11-30 09:35:55 +02:00 |
yuyi
|
f7cc3d3718
|
gen: minor cleanup in gen_expr_to_string() (#7026)
|
2020-11-30 09:16:50 +02:00 |
Alexander Medvednikov
|
05eeb8aa53
|
token: remove old keyword "embed"
|
2020-11-30 03:11:40 +01:00 |
joe-conigliaro
|
ff63fb74d9
|
dont allow method on non-local types & no mod for arrays. closes #6971
|
2020-11-30 11:43:22 +11:00 |
ka-weihe
|
9367dcda10
|
all: fix remaining c warnings and add -Werror to CI (#7021)
|
2020-11-29 21:23:37 +02:00 |
spaceface777
|
4e6bc27b30
|
compiler: fix self compilation with cached modules on macOS (#7023)
|
2020-11-29 19:30:35 +01:00 |
Alexander Medvednikov
|
c7cefa9ce6
|
json: fix encoding pointers
|
2020-11-29 17:45:22 +01:00 |
Delyan Angelov
|
adeebad2a6
|
compiler: use thirdparty/tcc/tcc.exe by default, when no explicit -cc is given (#6598)
|
2020-11-29 16:18:49 +01:00 |
yuyi
|
0b96cd50e1
|
scanner: fix escape `\u` (fix #6849) (#7012)
|
2020-11-29 17:01:40 +02:00 |
Nick Treleaven
|
8f15af6adc
|
pref: add -m32, -m64 command-line options (#7011)
|
2020-11-29 14:53:49 +01:00 |
joe-conigliaro
|
91eca539d0
|
all: -usecache fixes and self compilation & some type cname optimisation (#7015)
|
2020-11-29 14:10:45 +01:00 |
Swastik Baranwal
|
3afa606154
|
vfmt: fix eating `c` in `c'foo'` (#7009)
* fmt: add formatting for cstrs
* fmt
|
2020-11-29 10:39:50 +02:00 |