Uwe Krüger
|
f457b94fe4
|
cgen: properly support reference args in receivers and arithmetic op methods (#10873)
|
2021-07-20 15:08:32 +03:00 |
Delyan Angelov
|
eed4f50d8c
|
ci: fix sanitize failures with math.big
|
2021-07-19 20:51:41 +03:00 |
Delyan Angelov
|
732d8101e0
|
math.big: add .bytes() and .bytes_trimmed() methods, `big.from_int(1024).bytes_trimmed() == [byte(0x00), 0x04]`
|
2021-07-19 17:17:08 +03:00 |
Delyan Angelov
|
d4f31412b7
|
v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795)
|
2021-04-19 19:01:47 +03:00 |
Delyan Angelov
|
3e297bced4
|
ci: remove some tests from skip_with_werror in `v test-self`
|
2021-04-14 12:47:24 +03:00 |
Delyan Angelov
|
c0e2b9b1e2
|
ci: fix some of `v test-cleancode` 2
|
2021-04-05 20:55:03 +03:00 |
Nick Treleaven
|
c03798e390
|
checker: disallow implicit conversion from fixed array to fooptr (#8823)
|
2021-02-26 00:28:47 +01:00 |
zakuro
|
ac4791045f
|
time: consolidate the different sleep functions into time.wait(Duration) (#8853)
|
2021-02-21 17:05:03 +02:00 |
Lukas Neubert
|
d660f2cc6f
|
fmt: insert newline after last HashStmt (#8482)
|
2021-02-01 14:50:41 +01:00 |
Delyan Angelov
|
728344ff65
|
ci: fix `v test-cleancode`
|
2021-01-25 12:55:01 +02:00 |
Lukas Neubert
|
8b61891348
|
fmt: smarter if condition wrapping (#8201)
|
2021-01-23 10:33:22 +02:00 |
Swastik Baranwal
|
334b66b311
|
checker/cgen: add checks and fix cgen for [typedef] for C structs (#8169)
|
2021-01-17 17:18:07 +02:00 |
Swastik Baranwal
|
0ca36aafe2
|
cgen: allow assignment operators for type aliases (#8086)
|
2021-01-15 02:27:19 +01:00 |
joe-conigliaro
|
5f90192970
|
math: use full import module name in tests
|
2020-12-23 01:38:17 +11:00 |
Delyan Angelov
|
93c0f503a2
|
math.big: make big.from_string take a decimal, add big.from_hex_string
|
2020-12-22 09:45:56 +02:00 |
Alexander Medvednikov
|
939e10cb28
|
math.big: minor clean up
|
2020-12-22 08:27:50 +01:00 |
Alexander Medvednikov
|
b3e0926601
|
json: decode/encode time.Time
|
2020-12-22 07:24:44 +01:00 |
LilEnvy
|
665e6cc957
|
math.big: fix big.from_string #7313 (#7351)
|
2020-12-16 02:23:02 +01:00 |
LilEnvy
|
069d77d1c5
|
math.big: implement decimal .str() for big numbers (#7314)
|
2020-12-14 11:53:18 +02:00 |
Delyan Angelov
|
5526954fdc
|
vdoc: cleanup warnings on `./v doc -s vlib`
|
2020-08-28 09:03:22 +03:00 |
Uwe Krüger
|
2635be511f
|
all: re-apply C++ support
|
2020-05-18 21:38:06 +02:00 |
Alexander Medvednikov
|
07a78b2843
|
Revert "all: C++ compiler support"
This reverts commit 9a237c3e82 .
|
2020-05-18 17:05:48 +02:00 |
Uwe Krüger
|
9a237c3e82
|
all: C++ compiler support
|
2020-05-18 15:51:36 +02:00 |
yuyi
|
7f4cf08516
|
parser: check `(mut f Foo)` syntax
|
2020-05-17 13:51:18 +02:00 |
Delyan Angelov
|
3ea563291c
|
big.v: use again @VROOT/ for #flags
|
2020-04-10 13:09:04 +03:00 |
yuyi
|
7f87ac996d
|
test: fix vlib/math/big/big_test.v
|
2020-04-10 12:26:15 +03:00 |
Alexander Medvednikov
|
568d859fc0
|
bignum: move to math.big
|
2020-03-10 19:31:01 +01:00 |