Delyan Angelov
|
6aec8244f0
|
strings: simplify Builder.drain_builder; add test (#17846)
|
2023-04-02 00:03:00 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
shove
|
26d643fc5d
|
all: rollback to old interpolation (step 3) (#16380)
|
2022-11-10 15:05:34 +03:00 |
|
Alexander Medvednikov
|
e1ffc76efd
|
tests: fix some interpolation tests
|
2022-10-27 11:12:15 +03:00 |
|
yuyi
|
f6844e9766
|
all: change optional to result of io (#16075)
|
2022-10-16 09:28:57 +03:00 |
|
Dominik Pytlewski
|
721328ef58
|
os: fix os.read_file and os.read_bytes for 0 sized /proc/ files on Linux (fix #15852) (#15853)
|
2022-09-25 22:54:46 +03:00 |
|
Delyan Angelov
|
fc8e3d0971
|
builtin,strconv: speedup str.int() conversions (without -prod)
|
2022-09-08 11:28:19 +03:00 |
|
Alexander Medvednikov
|
a68d03ac59
|
checker: allow x := unsafe { nil }
|
2022-07-21 20:56:24 +03:00 |
|
Larpon
|
96a9faf2fd
|
strings: add split_capital (#14716)
|
2022-06-07 18:43:06 +03:00 |
|
Delyan Angelov
|
9a0ec7f367
|
strings: update docs for .str() and for .free()
|
2022-06-02 10:41:32 +03:00 |
|
Delyan Angelov
|
cf536b848b
|
Revert "strings: reduce time spent in Builder.writeln (very frequently called)"
This reverts commit b53b1cc7cb .
|
2022-05-11 09:19:37 +03:00 |
|
David 'Epper' Marshall
|
aef95721a4
|
strings: builder: add clear (#14328)
|
2022-05-08 07:15:42 +03:00 |
|
David 'Epper' Marshall
|
a91226c376
|
docs: cleanup (#14327)
|
2022-05-07 20:18:42 +03:00 |
|
Delyan Angelov
|
b53b1cc7cb
|
strings: reduce time spent in Builder.writeln (very frequently called)
|
2022-05-07 12:55:41 +03:00 |
|
Delyan Angelov
|
868d3e1008
|
ci: fix failing tests for mysql, crypto.rc4, strings
|
2022-04-15 20:51:04 +03:00 |
|
Alexander Medvednikov
|
fbb9e65c0f
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
|
Alexander Medvednikov
|
fb192d949b
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
|
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
|
Alexander Medvednikov
|
014c3c97f0
|
all: byte => u8
|
2022-04-15 14:45:52 +03:00 |
|
Alexander Medvednikov
|
7f3b91e688
|
builtin: more byte => u8
|
2022-04-15 14:10:11 +03:00 |
|
Delyan Angelov
|
d6c40865f9
|
strings: cleanup unsafe casts in some of strings.Builder ops (#13819)
|
2022-03-25 00:07:15 +02:00 |
|
Hunam
|
8a2d3f6470
|
strings: add a Builder.ensure_cap() method (#13755)
|
2022-03-18 10:36:53 +02:00 |
|
Nick Treleaven
|
34dd4f34ab
|
checker: fix cgen error on sliced references (#13736)
|
2022-03-14 19:52:37 +02:00 |
|
Alexander Medvednikov
|
36ec47cd20
|
all: replace "NB:" with "Note:" (docs/comments)
|
2022-03-06 20:01:22 +03:00 |
|
Larpon
|
80444c8ec4
|
strings: add find_between_pair (#13468)
|
2022-02-15 15:12:15 +02:00 |
|
Benjamin Stigsen
|
ceb05b163a
|
strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313)
|
2022-01-28 20:34:44 +02:00 |
|
jeffmikels
|
9329b6c8c8
|
builtin: add more documentation (#13160)
|
2022-01-14 17:27:38 +02:00 |
|
jeffmikels
|
a60b381d5e
|
docs: adding skeleton README.md files for all vlib modules (#13034)
|
2022-01-05 18:06:08 +02:00 |
|
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
|
Delyan Angelov
|
e4850a007c
|
strings: add Builder.drain_builder/1 utility method
|
2021-12-05 11:59:18 +02:00 |
|
Delyan Angelov
|
47aa2b1f93
|
all: fix casting of string(MyString('abc')) and byte(MyByte(123)) ; improve TypeSymbol handling (#12617)
|
2021-12-01 09:50:53 +02:00 |
|
Delyan Angelov
|
6937074e7a
|
strings,builder: reduce V cgen and parser memory consumption, fix strings.Builder leak (#12342)
|
2021-10-31 12:58:55 +02:00 |
|
Delyan Angelov
|
a7d4236337
|
sync,strings,cgen: reduce memory consumption in cgen
|
2021-10-29 22:29:56 +03:00 |
|
Delyan Angelov
|
2c3e44eb20
|
strings: use memdup_noscan in Builder.str()
|
2021-10-28 17:00:16 +03:00 |
|
playX
|
22962dd2d2
|
js: change codegen for match statement, speedup string.split_into_lines (#12157)
|
2021-10-12 09:52:16 +03:00 |
|
Delyan Angelov
|
3c8be0db72
|
tests: reduce maxn in builder_test.js.v to just 1000 for now (runs in under 200ms, vs ~240s before that)
|
2021-10-11 19:57:35 +03:00 |
|
playX
|
33a1006cc5
|
js: comptime&assert improvements, more byte and strings.Builder methods ported (#12096)
|
2021-10-07 15:55:47 +03:00 |
|
playX
|
b2945e916f
|
js: add initial support for runes (#12077)
|
2021-10-06 10:43:49 +03:00 |
|
playX
|
8d1ba52d0c
|
js: fix string.bytes codegen, readline, add tests for strings (#12060)
|
2021-10-04 18:28:30 +03:00 |
|
playX
|
863dd0b23e
|
js: array improvements (#11952)
|
2021-09-26 07:33:53 +03:00 |
|
playX
|
72089c4feb
|
js: use prefixed names for functions and global symbols (#11387)
|
2021-09-08 20:30:46 +03:00 |
|
playX
|
f8aaf4bf67
|
js: fix strings module (#11353)
|
2021-08-31 17:10:19 +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 |
|
Daniel Däschle
|
a09324faa9
|
scanner: remove pos 0 hack which is no longer needed (#10935)
|
2021-07-25 01:13:07 +03:00 |
|
Delyan Angelov
|
45c6b6493b
|
v.util: make util.smart_quote use its output string builder directly
|
2021-06-21 09:13:38 +03:00 |
|
Delyan Angelov
|
a21ee1abd4
|
strings.textscanner: add .current/0, .peek_back/0, .peek_back_n/1 and .goto_end/1 methods
|
2021-06-20 13:32:20 +03:00 |
|
Uwe Krüger
|
60c880a0cc
|
vlib: use malloc_noscan() where possible (#10465)
|
2021-06-15 14:47:11 +03:00 |
|
Delyan Angelov
|
f9c4365dc7
|
v.gen.c: free indents in autogenerated .str() methods
|
2021-06-08 17:24:08 +03:00 |
|
Larpon
|
f6bb4d9a4a
|
strings.textscanner: fix doc strings (#10298)
|
2021-06-02 16:11:16 +03:00 |
|