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

5982 Commits

Author SHA1 Message Date
95b7fcadca doc: add memory safety section & unsafe {...} example (#5804) 2020-07-23 00:36:23 +02:00
b64ccb153a doc: minor fixes (#5878) 2020-07-23 00:35:42 +02:00
05ea34b561 roadmap: add struct and interface embedding (#5927) 2020-07-23 00:34:44 +02:00
ae4a9aca18 doc: edit comment in array example (#5936) 2020-07-23 00:33:50 +02:00
6586a9a657 fmt: give braced sub expressions a higher priority (#5941) 2020-07-23 00:32:34 +02:00
37c6f6ab1b vfmt: fix compilation with -prod 2020-07-22 21:43:20 +03:00
276c1de190 unsafe: tag with unsafe{} some more pointer manipulations 2020-07-22 21:42:51 +03:00
949ed90b51 utf8: fix a panic in utf8.len("pippo"), mark with unsafe{} direct pointer manipulations 2020-07-22 21:15:27 +03:00
4096432a1d cli: prevent need for unsafe block (#5937) 2020-07-22 20:53:49 +03:00
d820a97c83 examples: update vcasino.v (#5880) 2020-07-22 20:45:55 +03:00
938e71b468 v: fix for import cli { Command } 2020-07-22 20:33:43 +03:00
ee349691f9 v/checker: Warn about pointer indexing outside unsafe {} (#5918) 2020-07-22 20:28:53 +03:00
d46a89b90d parser/checker/fmt: optimize scope lookups by storing object with ident & add if expr smartcast support to vfmt (#5935) 2020-07-23 02:10:31 +10:00
ebbc7bd471 examples: fix crash when running examples/ws/client.v outside of valgrind 2020-07-22 18:42:57 +03:00
b0d76c59f7 websocket utf8: move utf8 functions from websocket to encoding.utf8, add utf8_test.v (4/4) (#5924) 2020-07-22 18:36:24 +03:00
38aa5d6930 websocket example: cleanup and simplify (3/4) (#5923) 2020-07-22 17:44:56 +03:00
635c99e2ed ws: obtain port when not specified (#5922) 2020-07-22 17:35:30 +03:00
0d8ebf5845 websocket: use log instead submodule logger (1/4) (#5921) 2020-07-22 17:31:22 +03:00
44c280e522 doc: fix example program for array (#5926) 2020-07-22 17:28:09 +03:00
0f72328d1f cgen: minor generated C source format fix 2020-07-22 17:27:37 +03:00
f09e14a2b9 csv: cleanup reader_test.v 2020-07-22 17:26:26 +03:00
1476602f99 builder: pass define flags to msvc (#5931) 2020-07-22 17:24:12 +03:00
6d09842852 doc: document range match branch syntax (#5913) 2020-07-22 02:31:32 +02:00
a370dd2867 cgen: further fixes to and array/map of fns (#5916) 2020-07-22 02:30:44 +02:00
c3a2e9b5c4 cgen: fix sum type assignment with pointers (#5868) 2020-07-22 02:28:49 +02:00
0cc8d840a3 vpm: fix and improve outdated (#5902) 2020-07-22 02:25:20 +02:00
f4251dded0 checker: suggest using := when assigning to undefined variable (#5911) 2020-07-21 19:49:53 +03:00
8b930b4888 builder: measure msvc execution too 2020-07-21 19:45:50 +03:00
14fd7d93ca v.pref: fix v build file.v 2020-07-21 19:36:58 +03:00
6dd1494008 encoding.base64: use fixed static arrays for the ending_table and index consts 2020-07-21 17:56:19 +03:00
4cb9e651a6 vfmt: fix sizeof(C.Type) 2020-07-21 16:28:30 +03:00
e1eb9c4ff1 vfmt: fix x := *&int(ptr) 2020-07-21 15:58:17 +03:00
35df792c05 vfmt: fix #include "@VROOT/path/x.h" 2020-07-21 14:26:49 +03:00
8f23accc4e time: add .format_ss_milli and .format_ss_micro methods 2020-07-21 11:58:33 +03:00
0af415fa28 vlib: add unsafe{} wrappers to C. fn calls, to allow compiling with -prod again 2020-07-21 09:05:31 +03:00
6dbc143d67 websocket: move ws example to examples folder (#5875) 2020-07-21 00:55:58 +02:00
303b65c0b9 roadmap: io streams 2020-07-20 22:51:17 +02:00
059722f211 checker: minor vfmt run 2020-07-20 22:30:09 +02:00
3c90da6afa ci: enable vfmt check 2020-07-20 22:26:44 +02:00
15ca64d81d tests: rename pointer_arithmetic_should_be_checked.vv -> unsafe_required.vv (#5897) 2020-07-20 23:04:22 +03:00
53e7cb124d example: make quick_sort generic (#5898) 2020-07-20 20:17:01 +03:00
a74cbf55c7 checker: warn if C.m* or C.s* functions are called outside unsafe blocks (#5869) 2020-07-20 20:06:41 +03:00
1a5236e53d jsgen: export module through commonjs (#5895) 2020-07-20 19:57:13 +03:00
88c8e194d0 cgen: fix map and array with fns (#5894) 2020-07-20 19:53:02 +03:00
e6fc8eb015 checker: check that array slicing indexes are valid (#5892) 2020-07-20 19:52:03 +03:00
8653605b0a fmt: allow for comments in call args and if expressions branches (#5871) 2020-07-20 17:48:33 +03:00
fb76e02c59 builtin: speed up string.clone() by using C.memcpy (#5837) 2020-07-20 17:44:35 +03:00
c93467bca5 vpm: add list command (#5888) 2020-07-20 17:39:37 +03:00
c60948e52e runtime: simplify nr_cpus(), add a test for nr_jobs() 2020-07-20 17:36:44 +03:00
fb4c3ff31a tests: split unsafe.v to vlib/v/tests/unsafe_test.v and a checker output .vv&.out test 2020-07-20 16:53:27 +03:00