.. |
js
|
strings, builtin: remove strings.Builder.clear() , fix array.clear() not working in the JS backend (#23992)
|
2025-03-22 17:24:59 +02:00 |
linux_bare
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
wasm
|
builtin,v.gen.wasm: support -b wasm -d no_imports (#24188)
|
2025-04-13 12:21:35 +03:00 |
wasm_bare
|
cgen: improve support for v -path bootstrap_alternative_backend/ run simple.v (#23679)
|
2025-02-09 21:23:14 +02:00 |
wchar
|
builtin: fix wide tests for big_endian systems (#24145)
|
2025-04-07 12:42:23 +03:00 |
array.v
|
builtin,cgen: fix issues found with the stricter sanitizers in clang-18 on Ubuntu 24.04 (#23710)
|
2025-02-13 21:27:39 +02:00 |
array_d_gcboehm_opt.v
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
array_flags_test.v
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
array_notd_gcboehm_opt.v
|
|
|
array_test.v
|
builtin: cleanup by merging fixed array tests into one test file (#22884)
|
2024-11-17 12:58:36 +02:00 |
backtraces.c.v
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
backtraces_nix.c.v
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
backtraces_windows.c.v
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
builtin.c.v
|
builtin,markused,pref,cgen: improve markused for small programs
|
2025-03-18 21:05:04 +02:00 |
builtin.v
|
builtin,checker: remove @[markused] from fn isnil() , set c.table.used_features.auto_str_ptr = true instead (#23464)
|
2025-01-15 09:16:33 +02:00 |
builtin_android_outside_termux.c.v
|
|
|
builtin_backtraces_d_musl.c.v
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
builtin_backtraces_nix.c.v
|
|
|
builtin_d_gcboehm.c.v
|
builtin: make public the FnGC_WarnCB alias (#23633)
|
2025-02-02 13:45:28 +02:00 |
builtin_d_use_libbacktrace.c.v
|
v: change old attr syntax mention to new one in comments too (#21860)
|
2024-07-14 09:39:37 +03:00 |
builtin_ios.c.v
|
|
|
builtin_nix.c.v
|
builtin,markused,pref,cgen: improve markused for small programs
|
2025-03-18 21:05:04 +02:00 |
builtin_notd_gcboehm.c.v
|
builtin: make public the FnGC_WarnCB alias (#23633)
|
2025-02-02 13:45:28 +02:00 |
builtin_notd_use_libbacktrace.c.v
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
builtin_test.c.v
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
builtin_unbuffer_stdout_test.v
|
builtin: implement unbuffer_stdout/0 (#20662)
|
2024-01-26 17:47:43 +02:00 |
builtin_windows.c.v
|
builtin: declare fn C._vinit/2 and fn C._vcleanup/0 (continuation from #23812) (#23820)
|
2025-02-28 05:23:48 +02:00 |
byte_test.v
|
|
|
cfns.c.v
|
os: add disk_usage/1 (#23634)
|
2025-02-02 19:32:21 +02:00 |
cfns_wrapper.c.v
|
ci: update linux image runners from ubuntu-20.04 to ubuntu-24.04 (#23706)
|
2025-02-17 07:37:59 +02:00 |
chan.v
|
|
|
character_inout.c.v
|
|
|
character_inout_test.v
|
|
|
fixed_array_test.v
|
builtin: cleanup by merging fixed array tests into one test file (#22884)
|
2024-11-17 12:58:36 +02:00 |
float.c.v
|
math,examples: make 2048 use sliding animation for the tile movement (#23268)
|
2024-12-26 06:39:59 +02:00 |
float_test.v
|
all: change single blank comment to blank line (#22016)
|
2024-08-09 14:55:58 +03:00 |
float_x64.v
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
gated_array_string_test.v
|
|
|
int.v
|
checker: fix private symbol visibility checking (fix #23518) (#23543)
|
2025-01-27 11:42:27 +02:00 |
int_d_new_int.v
|
tmpl: fix an extra newline in @for; builtin: some i64 fixes
|
2024-07-31 13:30:30 +03:00 |
int_notd_new_int.v
|
|
|
int_test.v
|
checker: fix signed integer literal overflow error, when most significant bit occupies signed bit (fix #23782) (#23919)
|
2025-03-13 17:29:44 +02:00 |
isnil_test.v
|
|
|
lambda_expr_array_test.v
|
all: change single blank comment to blank line (#22016)
|
2024-08-09 14:55:58 +03:00 |
map.c.v
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
map.v
|
v: missing -skip-unused fixes (#22978)
|
2024-11-28 01:03:03 +02:00 |
map_d_gcboehm_opt.v
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
map_of_floats_test.v
|
|
|
map_test.v
|
builtin: fix tests for map (fix #23601) (#23602)
|
2025-01-28 23:56:25 +02:00 |
option.c.v
|
all: update attributes to use new syntax
|
2023-11-15 16:16:01 +11:00 |
option.v
|
builtin,markused,pref,cgen: improve markused for small programs
|
2025-03-18 21:05:04 +02:00 |
prealloc.c.v
|
builtin,os: fix warnings for ./v -os cross -o vc/v.c cmd/v && cc -o v_from_vc vc/v.c -lpthread
|
2025-03-06 20:56:49 +02:00 |
README.md
|
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
|
2024-02-12 12:38:47 +02:00 |
result.v
|
builtin: cleanup interface IError, remove the obsolete .code and .msg fields, deprecated in 2022-02-11 (#22063)
|
2024-08-17 09:53:46 +03:00 |
rune.v
|
builtin: minor optimization in rune.map_to() (#22810)
|
2024-11-09 09:33:51 +02:00 |
rune_map.v
|
builtin: fix rune.to_title() , add tests (#22808)
|
2024-11-08 17:09:20 +02:00 |
rune_test.v
|
builtin: fix rune.to_title() , add tests (#22808)
|
2024-11-08 17:09:20 +02:00 |
sorted_lambda_expr_test.v
|
|
|
sorted_map.v
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
sorting_test.v
|
all: unwrap const() blocks
|
2023-11-25 10:02:51 +03:00 |
string.v
|
builtin: fix minor typo in join_lines description (#23984)
|
2025-03-20 13:32:34 +02:00 |
string_charptr_byteptr_helpers.v
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
string_int_test.v
|
checker: fix signed integer literal overflow error, when most significant bit occupies signed bit (fix #23782) (#23919)
|
2025-03-13 17:29:44 +02:00 |
string_interpolation.v
|
cgen: fix zero left padding (fix #24199) (#24201)
|
2025-04-13 11:46:48 +03:00 |
string_match_glob_test.v
|
all: change single blank comment to blank line (#22016)
|
2024-08-09 14:55:58 +03:00 |
string_strip_margin_test.v
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
string_test.v
|
builtin: add string.split_by_space() (#23651)
|
2025-02-04 11:12:42 +02:00 |
string_trim_indent_test.v
|
all: update copyright year (#20334)
|
2024-01-01 23:29:54 +02:00 |
utf8.c.v
|
builtin: reduce a bit the generated #if defined checks for small programs (#23484)
|
2025-01-16 17:16:09 +02:00 |
utf8.v
|
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380)
|
2025-01-06 08:23:56 +02:00 |
utf8_test.v
|
builtin: fix wide tests for big_endian systems (#24145)
|
2025-04-07 12:42:23 +03:00 |