Delyan Angelov
|
1dc239227d
|
docs, builtin: clean up the homepage of modules.vlang.io a little, do not use //==== comments for now in builtin
|
2022-02-06 23:51:40 +02:00 |
Delyan Angelov
|
9344c27021
|
builtin: save a call to array.ensure_cap in array.insert, array.push, array.push_many in most cases
|
2022-02-02 11:01:07 +02:00 |
Delyan Angelov
|
96c8188083
|
builtin: fix warnings for tests inside vlib/builtin/js
|
2022-01-30 16:36:56 +02:00 |
Delyan Angelov
|
44dddecc09
|
builtin: use a pure V version of string.to_wide() on != windows (#13314)
|
2022-01-28 20:41:50 +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 |
Delyan Angelov
|
469282b20d
|
builtin: cleanup [trusted] tags for C function declarations
|
2022-01-25 19:31:40 +02:00 |
Alexander Medvednikov
|
4715fb67c1
|
checker: c2v fixes for enums and pointer to numbers
|
2022-01-25 20:15:45 +03:00 |
Alexander Medvednikov
|
216a505c2a
|
builtin: more libc fn definitions
|
2022-01-24 06:14:31 +03:00 |
Alexander Medvednikov
|
38d3239b50
|
checker: c2v fixes
|
2022-01-19 15:26:24 +03:00 |
trueFireblade
|
727c9fb4a1
|
all: add string range OrExpr (#13189)
|
2022-01-17 13:03:10 +03:00 |
jeffmikels
|
f19197f9b0
|
builtin: make array.insert_many and array.prepend_many private (#13172)
|
2022-01-14 19:47:17 +02:00 |
jeffmikels
|
9329b6c8c8
|
builtin: add more documentation (#13160)
|
2022-01-14 17:27:38 +02:00 |
jeffmikels
|
70aedaf184
|
builtin: add a string.parse_int/2 method (wrapping strconv.parse_int/3) (#13164)
|
2022-01-14 00:31:11 +02:00 |
jeffmikels
|
4189b7e280
|
builtin: add a `byterune` method on `[]byte` (#13145)
|
2022-01-13 22:26:17 +02:00 |
Delyan Angelov
|
ecc7accc8e
|
tests: test with valgrind rune.bytes(), fix leak in .str_escaped()
|
2022-01-11 15:23:40 +02:00 |
Delyan Angelov
|
8acd84d04a
|
builtin: reduce allocations in `rune.bytes()`
|
2022-01-11 15:23:39 +02:00 |
Ekopalypse
|
cb684b5c64
|
builtin: allow msvc users to link against a custom compiled Boehm library (#13133)
|
2022-01-11 15:23:21 +02:00 |
jeffmikels
|
078229f213
|
builtin: add a rune.bytes() convenience method (#13129)
|
2022-01-11 09:55:51 +02:00 |
jeffmikels
|
5e5d62ed4c
|
arrays,docs: remove arrays.zip; improve docs (#13082)
|
2022-01-09 16:12:33 +02:00 |
jeffmikels
|
6e6d51a1c9
|
docs: add more documentation to each of the modules in vlib (#13043)
|
2022-01-07 13:28:50 +02:00 |
playX
|
287331bc19
|
builtin: add builtin/wasm_bare (#13078)
|
2022-01-07 13:16:06 +02:00 |
playX
|
ec91de3504
|
builtin: use dlmalloc for `-freestanding` (#13054)
|
2022-01-06 14:10:37 +02:00 |
jeffmikels
|
a60b381d5e
|
docs: adding skeleton README.md files for all vlib modules (#13034)
|
2022-01-05 18:06:08 +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 |
Delyan Angelov
|
0f01236e52
|
strconv: fix `assert .f64() == 0`
|
2022-01-04 17:51:48 +02:00 |
Alexander Medvednikov
|
59ed4be49a
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
pancake
|
7b4ba66720
|
js: use JS.String instead of string in builtin javascript functions (#13004)
|
2022-01-01 09:17:08 +02:00 |
yuyi
|
a0a1807e2b
|
builtin: add charptr str() and change string format (#12973)
|
2021-12-30 23:34:24 +03:00 |
yuyi
|
3b5de71e60
|
builtin: add none str() (fix #12964) (#12967)
|
2021-12-26 11:41:51 +02:00 |
penguindark
|
278c08704c
|
all: support slices with negative indexes `#[start..end]` (gated arrays) (#12914)
|
2021-12-22 16:34:02 +03:00 |
playX
|
ade14491d4
|
gg: add event handling for mouse down/up and mouse leave/out on VJS (#12917)
|
2021-12-21 12:31:29 +02:00 |
Delyan Angelov
|
f81654e3a7
|
builtin: add `s.match_glob(wildcard_pattern)`
|
2021-12-20 14:17:08 +02:00 |
yuyi
|
7c255f0ff2
|
builtin, cgen: fix array of map init with default value (#12885)
|
2021-12-18 10:07:25 +02:00 |
Delyan Angelov
|
6ff953d936
|
preludes,builder,cgen: add support for VTEST_RUNNER=tap and -test-runner tap (#12523)
|
2021-12-16 15:59:46 +02:00 |
playX
|
11d2b8b354
|
js: support `-es5` flag (#12846)
|
2021-12-15 15:47:34 +02:00 |
Delyan Angelov
|
df7f2aa8a3
|
all: support `[markused]` tags for fns/consts/globals
|
2021-12-15 14:34:49 +02:00 |
spaceface
|
d13fe7843c
|
v: fix build and failing tests on arm64 (#12840)
|
2021-12-15 09:00:38 +02:00 |
yuyi
|
7c7cdf8ce7
|
builtin: clean up array.v (#12784)
|
2021-12-11 11:17:00 +03:00 |
playX
|
b116170735
|
js: add support for Promise.wait() (#12781)
* builtin/js: Change Promise<T,E> to Promise<T>
* js: codegen support for Promise.wait()
* checker: checker support for Promise.wait()
|
2021-12-10 14:54:20 +02:00 |
playX
|
1cb06a2de4
|
js: ast.GoExpr support using promises on JS backend (#12749)
|
2021-12-07 12:11:54 +03:00 |
penguindark
|
81a1490e31
|
builtin: add string.split_any/1 (#12720)
|
2021-12-04 20:13:40 +02:00 |
Delyan Angelov
|
d59aa14b26
|
builtin: fix {-7:08b} (interpolation of negative numbers with 0 padding), add tests
|
2021-12-04 13:11:05 +02:00 |
Delyan Angelov
|
33163238e7
|
strconv: add a small performance optimisation
|
2021-12-03 20:14:14 +02:00 |
playX
|
0da7e2f8ab
|
js: make vlib/v/util compile on JS backend (#12660)
|
2021-12-03 12:25:36 +02:00 |
Delyan Angelov
|
c4363bc78b
|
builtin: explain and better organise the different cstring_to_vstring/tos/tos_clone/vstring family of conversion functions
|
2021-12-02 15:46:53 +02:00 |
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 |
Delyan Angelov
|
6d97b0a407
|
checker: improve checking of a << b, when a and b are numbers (#12589)
|
2021-11-29 03:48:49 +03:00 |
Delyan Angelov
|
31fe02de8c
|
builtin,crypto: fix problems detected by -fsanitize=address,undefined and -fsanitize=memory
|
2021-11-28 20:35:18 +02:00 |
Delyan Angelov
|
b4c52b72cf
|
builtin: change the `-d debug_malloc` byte pattern to `M` so it is easier to spot with a plain text terminal.
|
2021-11-28 19:23:11 +02:00 |
playX
|
b0bc112168
|
jsdom, examples: add more WebGL APIs; add interactive 3D cube example running on VJS (#12562)
|
2021-11-24 20:31:39 +02:00 |