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

14 Commits

Author SHA1 Message Date
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
d59aa14b26 builtin: fix {-7:08b} (interpolation of negative numbers with 0 padding), add tests 2021-12-04 13:11:05 +02:00
33163238e7 strconv: add a small performance optimisation 2021-12-03 20:14:14 +02:00
6d97b0a407 checker: improve checking of a << b, when a and b are numbers (#12589) 2021-11-29 03:48:49 +03:00
ae41d1d3c6 builtin, cgen: more -nofloat fixes 2021-09-13 19:06:19 +03:00
8fc0b486a2 builtin: fix string interpolation when compiling with -nofloat 2021-09-13 18:40:32 +03:00
bd10a63839 builtin: string interpolation: binary format support (#11421) 2021-09-07 00:12:54 +03:00
65126efdc3 builtin: remove u8 for now 2021-07-28 22:36:04 +03:00
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
8fee140fc0 builtin: small cleanup in string_interpolation.v 2021-06-01 16:21:43 +03:00
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
7089ff3957 builtin: fix a bug in str_intp (#10238) 2021-05-28 18:44:30 +03:00
2dd1d3fcbb all: string interpolation code cleaning (#10204) 2021-05-26 09:30:08 +03:00
d8d05e0106 all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00