Delyan Angelov
|
d59aa14b26
|
builtin: fix {-7:08b} (interpolation of negative numbers with 0 padding), add tests
|
2021-12-04 13:11:05 +02:00 |
Delyan Angelov
|
33163238e7
|
strconv: add a small performance optimisation
|
2021-12-03 20:14:14 +02:00 |
Delyan Angelov
|
6d97b0a407
|
checker: improve checking of a << b, when a and b are numbers (#12589)
|
2021-11-29 03:48:49 +03:00 |
Alexander Medvednikov
|
ae41d1d3c6
|
builtin, cgen: more -nofloat fixes
|
2021-09-13 19:06:19 +03:00 |
Alexander Medvednikov
|
8fc0b486a2
|
builtin: fix string interpolation when compiling with -nofloat
|
2021-09-13 18:40:32 +03:00 |
penguindark
|
bd10a63839
|
builtin: string interpolation: binary format support (#11421)
|
2021-09-07 00:12:54 +03:00 |
Alexander Medvednikov
|
65126efdc3
|
builtin: remove u8 for now
|
2021-07-28 22:36:04 +03:00 |
Delyan Angelov
|
665c386771
|
builtin: simplify the .si_c and .si_vp cases in StrIntpData.get_fmt_format, free intermediate results
|
2021-06-08 13:29:03 +03:00 |
Delyan Angelov
|
8fee140fc0
|
builtin: small cleanup in string_interpolation.v
|
2021-06-01 16:21:43 +03:00 |
penguindark
|
1343787009
|
builtin: fix interpolation bug for `${x:g/G}`, where `x` is a zero or an infinity (#10271)
|
2021-05-30 19:30:18 +03:00 |
penguindark
|
7089ff3957
|
builtin: fix a bug in str_intp (#10238)
|
2021-05-28 18:44:30 +03:00 |
penguindark
|
2dd1d3fcbb
|
all: string interpolation code cleaning (#10204)
|
2021-05-26 09:30:08 +03:00 |
penguindark
|
d8d05e0106
|
all: new string interpolation in pure V (#10181)
|
2021-05-24 05:20:45 +03:00 |