Delyan Angelov
|
d7bc2a88f7
|
builtin: add a non allocating rune.length_in_bytes() method and tests for it
|
2021-12-01 16:35:13 +02:00 |
Wertzui123
|
e3d379a1eb
|
builtin: add byte.repeat() and rune.repeat() (#12007)
|
2021-09-30 09:32:20 +03:00 |
Wertzui123
|
07d65b2aab
|
builtin: move byte methods from rune.v to int.v (#11987)
|
2021-09-26 22:34:25 +03:00 |
Delyan Angelov
|
fe08e1c504
|
strings: add Builder.write_rune/1 and Builder.write_runes/1 methods
|
2021-08-19 07:18:09 +03:00 |
Alexander Medvednikov
|
26b77515b9
|
builtin: optimize []rune.string()
|
2021-08-19 06:58:53 +03:00 |
Delyan Angelov
|
47884dfd1f
|
builtin: move C. calls to .c.v files (#11164)
|
2021-08-12 21:46:38 +03:00 |
Daniel Däschle
|
3881e97a40
|
vlib: remove ustring usage (#10618)
|
2021-06-30 22:30:28 +03:00 |
Uwe Krüger
|
60c880a0cc
|
vlib: use `malloc_noscan()` where possible (#10465)
|
2021-06-15 14:47:11 +03:00 |
Enzo
|
2d2b4f79cc
|
strings: add Builder.cut_to (#10042)
|
2021-05-07 19:41:27 +03:00 |
Delyan Angelov
|
d65ad68e77
|
builtin: add 0 terminators for strings returned by .to_lower, .to_upper, utf32_to_str_no_malloc/2
|
2021-03-14 18:21:45 +02:00 |
Nick Treleaven
|
4a0367a63c
|
vlib: add [unsafe] tag to more functions: tos, string_from_wide, strings.Builder: write_bytes, free (#8766)
|
2021-02-15 17:15:52 +02:00 |
Lukas Neubert
|
ac2c3847af
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
joe-conigliaro
|
a7879ce77e
|
parser: differentiate recursive alias & existing type err + rune fix
|
2020-12-16 18:03:49 +11:00 |
Alexander Medvednikov
|
6921d46185
|
all: rune type for `` literals
|
2020-08-27 06:46:37 +02:00 |