1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

1317 Commits

Author SHA1 Message Date
26db3b0995 orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03:00
091ce6cc08 cgen: fix several sort declarations (#10919) 2021-07-23 08:55:55 +03:00
06de9c799c Revert "gen: add type name to comp for (#10881)"
Reason: 713a079 is more general and provides the same information.

This reverts commit dd3ee20566.
2021-07-21 23:56:00 +03:00
dd3ee20566 gen: add type name to comp for (#10881) 2021-07-21 23:45:08 +03:00
41982053f1 builtin: make array.delete() reallocate, provide .delete_many() (#10889) 2021-07-21 20:55:32 +03:00
aebb028349 gen: fix C keyword escape to _v_ instead of just v_ (#10876) 2021-07-21 11:46:04 +03:00
5098334e65 os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd) 2021-07-20 15:22:04 +03:00
ad3835b598 parser: deprecate short struct init (#10842) 2021-07-20 11:17:08 +03:00
48546d0f45 all: do compile time const evaluation for const x = "abc" + "xyz" and const x = 16 * 1024 + 5 (fix const prealloc_block_size) 2021-07-18 22:59:18 +03:00
3ccde5ce55 builtin: use prealloc_block_size = 16777216 temporarily 2021-07-18 17:03:25 +03:00
d5e0fa6d1b v.gen.js: port string methods and fix booleans (#10824) 2021-07-18 09:00:20 +03:00
ee9e91b8e7 builtin: fix -d no_backtrace error with tcc 2021-07-17 18:09:16 +03:00
b0167297e5 builtin: support -d no_backtrace on macos/bsd too 2021-07-17 17:49:28 +03:00
06edbc8a38 v.gen.js: implement most of array and map methods in builtin/js (#10806) 2021-07-15 17:36:53 +03:00
806d6172cb checker: prohibit casting void (#10690) 2021-07-07 21:59:58 +03:00
a1f123bd42 cgen: enable string index error handling s[i] or {...} (#10670) 2021-07-05 21:00:30 +03:00
972542d6ee checker: [noreturn] part 2 (cleanup) (#10667) 2021-07-05 05:05:37 +03:00
6aecda3be8 all: support [noreturn] fn abc() { for{} }, mark panic/1 and exit/1with it too. (#10654) 2021-07-04 20:24:19 +03:00
6a64259527 string: bring back the is_lit comment 2021-07-03 20:16:49 +03:00
0f9537ece5 all: remove ustring (#10630) 2021-07-03 20:14:09 +03:00
1486258591 strconv: fix atoi returning 0 on large strings (#10635) 2021-07-02 10:39:57 +03:00
41e88423aa Revert "builtin: use == 0 instead of isnil()"
This reverts commit 8650ec6916.
2021-07-01 06:21:03 +03:00
3881e97a40 vlib: remove ustring usage (#10618) 2021-06-30 22:30:28 +03:00
6838030ab5 builtin: add string.runes() (#10611) 2021-06-30 09:17:38 +03:00
ab5a4cf4e5 builtin: cleanup .before() documentation 2021-06-29 14:50:55 +03:00
1b5d0ba8fd builtin: document existing behaviour of .before() methods on strings 2021-06-29 14:40:37 +03:00
63638fd271 cgen: optimize generated array.index(elem) 2021-06-28 17:45:13 +03:00
8650ec6916 builtin: use == 0 instead of isnil()
Do not rely on C inlining that may not happen for a *very* frequently
called fn in lower level code.
2021-06-28 10:59:14 +03:00
9651a9796b builtin: fix termux prints (#10595) 2021-06-28 08:27:12 +03:00
b2391424d9 examples: add examples/gg/random.v demonstrating how to stream images/pixels 2021-06-24 17:45:14 +03:00
f580597ffc ci: fix -cstrict compilation on tests-sanitize-undefined-clang 2021-06-23 20:17:58 +03:00
66bf963a48 builtin: remove C.printf call from string.free() 2021-06-23 16:31:46 +03:00
9151f085f5 ci: fix failing Freestanding task 2021-06-23 13:18:17 +03:00
dd254a6652 builtin: streamline print/eprint/println/eprintln, do not println in 2 steps when possible 2021-06-23 12:22:05 +03:00
79df7f51c3 v: deprecate [if ident] in favour of [if ident ?] 2021-06-22 10:30:14 +03:00
81fe702b77 builtin: disable the unhandled exception handler, when -d no_backtrace is used (#10530) 2021-06-21 08:01:18 +03:00
afc81277be v.gen.c: fix assigning a fixed array variable to a map value (#10523) 2021-06-20 08:09:24 +03:00
c53a344d2f builtin: allow a static gc build on windows (#10510) 2021-06-19 17:06:25 +03:00
aea23e8a40 strconv: fix fxx_to_str_l_parse/fxx_to_str_l_parse_no_dot returning s without cloning 2021-06-19 07:48:46 +03:00
acf9d168cb os: fix some C compiler warnings for windows (#10506) 2021-06-18 20:07:25 +03:00
eacdd0d7e1 comptime: fix $(field.name) in $for; vweb: shared fields 2021-06-16 20:33:39 +03:00
60c880a0cc vlib: use malloc_noscan() where possible (#10465) 2021-06-15 14:47:11 +03:00
be3702dcb7 builtin: uncomment already working test functions in array_test.v 2021-06-14 10:13:59 +03:00
5ee1ded3fb gc: extend optimized mode to maps (#10426) 2021-06-13 06:26:43 +03:00
652e7ba973 gc: extend optimized mode to strings (#10431) 2021-06-12 11:27:08 +03:00
e02d1d4a4b Revert "gc: extend optimized mode to strings (#10409)"
This reverts commit 3f654a69e3.
2021-06-12 01:52:06 +03:00
3f654a69e3 gc: extend optimized mode to strings (#10409) 2021-06-12 00:03:05 +03:00
daeeaef030 vfmt: hot fix to allow separate array_d_gcboehm_opt.v (#10413) 2021-06-11 12:00:18 +03:00
0e2c86310a GC-boehm: extend optimized mode to all array methods (#10406) 2021-06-10 21:26:17 +03:00
5be982d63e builtin: fix memory leak on empty strings (#10408) 2021-06-10 15:21:57 +03:00