Delyan Angelov
|
3725576729
|
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
|
2025-07-19 11:51:01 +03:00 |
|
XiaoPangxie732
|
15c0e6f2bd
|
strings, builtin: remove strings.Builder.clear() , fix array.clear() not working in the JS backend (#23992)
|
2025-03-22 17:24:59 +02:00 |
|
Turiiya
|
8aa9314a99
|
vlib: refactor empty string checks to use s == '' or s != '' , instead of s.len == 0 (#21300)
|
2024-04-18 02:44:31 +03:00 |
|
Anton
|
763f94388b
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
|
yuyi
|
5b96d8d179
|
checker: cleanup array and alias of array method call (#20290)
|
2023-12-28 23:03:56 +02:00 |
|
Turiiya
|
6437d82ee1
|
checker: warn about byte deprecation, when used as a fn parameter (#19629)
|
2023-10-23 20:54:28 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
David 'Epper' Marshall
|
aef95721a4
|
strings: builder: add clear (#14328)
|
2022-05-08 07:15:42 +03:00 |
|
Delyan Angelov
|
868d3e1008
|
ci: fix failing tests for mysql, crypto.rc4, strings
|
2022-04-15 20:51:04 +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
|
7f3b91e688
|
builtin: more byte => u8
|
2022-04-15 14:10:11 +03:00 |
|
Benjamin Stigsen
|
ceb05b163a
|
strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313)
|
2022-01-28 20:34:44 +02:00 |
|
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03: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 |
|
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
|
fec89c7efb
|
ci: fix some of v test-cleancode 1
|
2021-04-05 20:47:32 +03:00 |
|
zakuro
|
f54c1a5cc2
|
all: add strings.Builder.write_string and use write_string instead of write (#8892)
|
2021-02-22 13:18:11 +02:00 |
|
Lukas Neubert
|
ac2c3847af
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
|
zakuro
|
33694665f0
|
fmt: align each contiguous field of struct. not the whole. (#7981)
|
2021-01-12 04:38:43 +01:00 |
|
spaceface
|
214290d55b
|
fmt: add a space around single-line unsafe expressions (#7505)
|
2020-12-23 19:13:42 +01:00 |
|
zakuro
|
6c341a77f5
|
strings: run v fmt (#7438)
|
2020-12-21 22:00:32 +02:00 |
|
Delyan Angelov
|
36eae1c175
|
builtin: x.vstring() instead of string(x) (#6102)
|
2020-08-10 18:05:26 +02:00 |
|
yuyi
|
7f4cf08516
|
parser: check (mut f Foo) syntax
|
2020-05-17 13:51:18 +02:00 |
|
lutherwenxu
|
dc4db87be3
|
vlib: use new filename format
|
2020-04-11 19:51:32 +02:00 |
|