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 |
|
Alexander Medvednikov
|
acf0107493
|
builtin: str.last_index(); pref: hide-auto-str;
|
2024-03-28 18:26:30 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
cui fliter
|
78602846e5
|
all: fix typos in comments (#20963)
|
2024-03-04 18:41:55 +02:00 |
|
Swastik Baranwal
|
b8b0cfddd5
|
checker: disallow string to voidptr cast entirely (#20351)
|
2024-01-03 07:09:56 +02:00 |
|
Anton
|
763f94388b
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
|
Swastik Baranwal
|
6a04febbf8
|
math.bits: remove deprecated max32 and max64 const (#20277)
|
2023-12-27 13:55:55 +02:00 |
|
Turiiya
|
4bab3e700e
|
builtin: add @[direct_array_access] to js string trim_right method (#20222)
|
2023-12-19 23:31:30 +02:00 |
|
Delyan Angelov
|
4b3109237d
|
builtin: deprecate string.last_index/1 for string.index_last/1, and string.last_index_u8/1 for string.index_u8_last/1 (#20095)
|
2023-12-05 13:56:59 +02:00 |
|
Alexander Medvednikov
|
f09826e928
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
|
Felipe Pena
|
83b4167c19
|
fmt: fix interface fields alignment (#19866)
|
2023-11-15 18:17:35 +02:00 |
|
Joe C
|
757929392e
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
|
Delyan Angelov
|
f5f0995c4f
|
ci: mark more js tests as flaky
|
2023-11-04 10:01:04 +02:00 |
|
Turiiya
|
e34e06350a
|
pref: fix unintended file extensions in default output names, allow for v run file.c.v (#19745)
|
2023-11-03 19:51:44 +02:00 |
|
Delyan Angelov
|
cbb67b2009
|
ci: mark more ever more tests as flaky
|
2023-11-03 12:26:25 +02:00 |
|
Turiiya
|
f98bb863ab
|
vlib: fix typos and formatting (#19649)
|
2023-10-25 11:19:56 +03:00 |
|
Turiiya
|
9051ac8921
|
all: fix typos (#19634)
|
2023-10-23 21:21:15 +03:00 |
|
Delyan Angelov
|
466c80f80a
|
vlib: remove methods deprecated before 2022-07-22 (#18944)
|
2023-07-22 18:11:12 +03:00 |
|
sandbankdisperser
|
e97aff8742
|
time: add more detailed error descriptions, add custom format parsing with time.parse_format (#18257)
|
2023-06-06 18:43:10 +03:00 |
|
Ikko Eltociear Ashimine
|
abcbba1e81
|
builtin: fix typo in string.js.v (#18213)
|
2023-05-21 02:46:11 +03:00 |
|
yuyi
|
467a1b4435
|
fmt: remove redundant parenthesis in the complex infix expr (#17873)
|
2023-04-04 13:47:48 +03:00 |
|
Alexander Medvednikov
|
6756d28595
|
all: 2023 copyright
|
2023-03-28 22:55:57 +02:00 |
|
Roy Ivy III
|
5cd074a49e
|
builtin: improve multi-platform portability for string.split_into_lines() (#17078)
|
2023-01-24 10:02:25 +02:00 |
|
pancake
|
c84eb29b78
|
js: use write() on the freestanding backend (#16704)
|
2022-12-20 13:16:06 +02:00 |
|
yuyi
|
ef5be22f81
|
all: replace generic <> with [] - part 2 (#16536)
|
2022-11-26 18:23:26 +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
|
cc58d6a919
|
all: string interpolation fixes
|
2022-10-27 17:52:30 +03:00 |
|
Alexander Medvednikov
|
9099594a49
|
all: wrap up unsafe { nil } (p. 3)
|
2022-07-21 21:01:30 +03:00 |
|
Alexander Medvednikov
|
dc79f1392b
|
all: voidptr(0) => unsafe { nil } (p.2)
|
2022-07-21 20:51:54 +03:00 |
|
Delyan Angelov
|
82d23dedf1
|
builtin: add flush_stdout and flush_stderr to builtin.js.v, for feature parity with builtin.c.v
|
2022-06-07 12:15:35 +03:00 |
|
playX
|
db34adaec8
|
builtin.js: fix string.int method (#14564)
|
2022-05-31 11:52:11 +03:00 |
|
Daniel Däschle
|
d679146a80
|
fmt: remove space in front of ? and ! (#14366)
|
2022-05-13 06:56:21 +03:00 |
|
Daniel Däschle
|
76cdf75299
|
builtin,cgen: rename Option to _option (#14317)
|
2022-05-06 19:25:54 +03:00 |
|
David 'Epper' Marshall
|
a2338dbb7c
|
docs: document more builtin functions/methods (#14229)
|
2022-04-30 12:31:23 +03:00 |
|
Nick Treleaven
|
d8a5df9044
|
checker: error if smaller signed == unsigned (#14078)
|
2022-04-25 12:09:25 +03:00 |
|
Nick Treleaven
|
1533b77404
|
builtin: remove unnecessary casts for defunct small unsigned warning (#14108)
|
2022-04-20 21:47:09 +03:00 |
|
Delyan Angelov
|
bb2a324d61
|
ci: more gen.js fixes
|
2022-04-15 20:51:04 +03:00 |
|
Delyan Angelov
|
6f5a513d8b
|
ci: fix v build-examples
|
2022-04-15 20:31:10 +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 |
|
Nick Treleaven
|
c780de6282
|
checker: disallow 'small_unsigned == signed' (#13967)
|
2022-04-12 19:37:30 +03:00 |
|
Nick Treleaven
|
a87cd9663e
|
vdoc: highlight inline examples for -f html (#13879)
|
2022-03-31 19:32:32 +03:00 |
|
Tim Basel
|
37c151efe5
|
docs, builtin, encoding.csv: update error implementations (#13440)
|
2022-02-12 11:54:10 +02:00 |
|
Tim Basel
|
9d0a5942ac
|
builtin: change IError msg and code to methods + fix vlib, add a deprecation notice for the old usages (#13041)
|
2022-02-11 15:52:33 +02:00 |
|
Delyan Angelov
|
96c8188083
|
builtin: fix warnings for tests inside vlib/builtin/js
|
2022-01-30 16:36:56 +02:00 |
|
jeffmikels
|
5e5d62ed4c
|
arrays,docs: remove arrays.zip; improve docs (#13082)
|
2022-01-09 16:12:33 +02:00 |
|
Delyan Angelov
|
d3489d4246
|
builtin: s.trim_prefix/1 -> s.trim_string_left/1, s.trim_suffix/1 -> s.trim_string_right/1
|
2022-01-05 12:49:22 +02:00 |
|