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

16 Commits

Author SHA1 Message Date
ef5be22f81 all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
120f31b4d9 math: update documentation (#14457) 2022-05-20 08:45:54 +03:00
108a01d65f fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
480fe8041a math.stats: update math.stats using generics (#11482) 2021-09-13 10:20:38 +03:00
886f69bfcf all: use operator overloading on strings (p. 2) (#10183) 2021-05-24 11:38:31 +03:00
8a380f4699 tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
b2e79dbebd parser: add an error for import mod.sub as mod and import mod as mod (#6194) 2020-08-23 02:12:25 +02:00
78e1127d99 cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
39429f7ac9 atof: lots of fixes
* removed sprintf for f64 and f32 use

* removed all pointers from the code, used unions instead

* solved module name problem

* fixed tests on vlib/math

* fix for alpine-linux math test

* small fix on byte allocation for ftoa
2020-02-26 12:14:06 +01:00
ef8c1203b4 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
91bb969ed1 stats: use c style for loop 2019-11-06 04:45:05 +03:00
db525524ee string: title() and small fixes 2019-08-26 13:32:53 +03:00
cf23c289ec tests: cleanup 2019-08-20 11:18:12 +03:00
207bab5f79 generics, vweb, comptime codegen, etc 2019-07-29 18:24:48 +02:00
760034b6b1 math/stats: added basic stats operations 2019-07-19 11:50:32 +02:00