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

4568 Commits

Author SHA1 Message Date
1a9dba0005 checker: make << shifts work with custom number types 2020-08-11 01:05:34 +02:00
2dd82748e0 checker: simplify << error message 2020-08-11 01:01:33 +02:00
6d72209363 checker: minor c2v fixes 2020-08-11 00:51:15 +02:00
11113e43e7 checker: a minor perf fix 2020-08-10 23:59:42 +02:00
d8d82a0be4 checker: make has_return fn more efficient (#6103) 2020-08-10 23:59:08 +02:00
88988817d0 parser: minor match simplification 2020-08-10 19:54:38 +02:00
c3cdfa1c96 sync/channels: provide `try_push(), try_pop() as public methods (#6101) 2020-08-10 18:06:42 +02:00
36eae1c175 builtin: x.vstring() instead of string(x) (#6102) 2020-08-10 18:05:26 +02:00
eba413853f compiler_errors_test.v: use work.close() instead of sentinel tasks 2020-08-10 15:26:54 +03:00
5e2824e2f2 vfmt: align field attributes (when no inline comment after type) (#6089) 2020-08-10 13:13:42 +03:00
bd32f0969f parser: enable CamelCase named method names for JS. objects 2020-08-10 10:39:14 +03:00
20a65cf9c8 sync/channels: implement close() method (#6098) 2020-08-10 06:22:20 +02:00
fce106cf83 parser: use Attr.arg field for [name: arg] (#6084) 2020-08-10 02:00:14 +02:00
c7fae4dd6f vweb: add set_status() (#6087) 2020-08-09 18:05:06 +02:00
2dd90de993 parser: error on [unsafe_fn] (#6090) 2020-08-09 12:22:11 +03:00
200f8dacb7 []byte.str2() => bytestr() 2020-08-09 04:22:42 +02:00
94f4dfe85b builtin: a temporary []byte.str2() (until runes are implemented) 2020-08-09 04:20:43 +02:00
f6a85d5305 net.html: create html parser module (#6076) 2020-08-09 04:13:34 +02:00
97fec78b40 io: input/output streams (#6078) 2020-08-09 04:12:29 +02:00
64f218e943 string: fix all cap .title() test 2020-08-09 04:09:48 +02:00
c65dbe51d6 parser: c2v fixes 2020-08-09 03:58:14 +02:00
6cc8815931 parser: support [unsafe] instead of [unsafe_fn] (#6066) 2020-08-08 16:24:05 +02:00
2a4ef2acbd regex: new options returning interface to the regex module (#6062) 2020-08-08 09:04:12 +03:00
55b8cc1bb2 tests: parallelize compiler_errors_test.v using channels & threads 2020-08-07 16:44:49 +03:00
34d03801de tests: run ws_test.v only with -d network 2020-08-07 10:14:40 +03:00
ce4ee2b247 v0.1.29 2020-08-06 19:36:52 +02:00
4568ce8f00 builtin: add sanity check on the number of returned frames by C.backtrace 2020-08-06 19:50:29 +03:00
d63daa0798 sync: use mfence on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
ea76a33b43 remove freetype references everywhere 2020-08-06 17:23:57 +02:00
863cf8af60 sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
09f1362305 os: let temp_dir adhere to posix/fhs version 3.0 on linux and mac (#6069) 2020-08-05 19:02:57 +02:00
d1257f5590 tests/valgrind: add skipped fn_returning_string_param.vv (-autofree) 2020-08-05 19:35:18 +03:00
6c27ce58ed v.util.vtest: extract the common code for VTEST_ONLY in a single place 2020-08-05 19:34:27 +03:00
ecaccafd31 gg: image cache 2020-08-05 16:00:24 +02:00
67aafd03c6 gg: fix image rendering 2020-08-05 14:34:28 +02:00
bf20d6d3db builder: don't panic if msvc rootdir isn't found (#6068) 2020-08-05 13:22:10 +03:00
f331f63f53 ci: fix windows build 2020-08-05 09:09:18 +03:00
5874d7c5ab os: add os.getpid(), use it in os.is_writable_folder on windows 2020-08-05 09:04:40 +03:00
7b1944c2da gg: simplify the image_cache 2020-08-05 08:46:20 +03:00
221a777a80 gg: cache sokol C.sg_image handles 2020-08-05 08:09:25 +03:00
ab7936f514 os.exec: on unix return error, when the command was not found, instead of os.Result 2020-08-05 07:11:51 +03:00
449c98e861 scanner: floats without fraction (fix #5262) (#6064) 2020-08-05 05:11:29 +02:00
f3ebd3a6e7 gg: fix image rendering 2020-08-05 03:15:40 +02:00
f238890fe9 compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +02:00
3ce6dd6cbc hash: use match expression with ranges (#6046) 2020-08-04 20:09:58 +02:00
3dfe242dbb vfmt: add a regression test for `type SocketMessageFn = fn (mut c Client, msg &Message) ? 2020-08-04 16:13:04 +03:00
cd9bb51af2 vfmt: fix 6040 (part 2) 2020-08-04 16:08:47 +03:00
f9d241ae27 gg,stbi: implement gg.create_image_from_memory/2 2020-08-04 13:18:08 +03:00
216b6bf285 gg: remove tracing println in draw_image 2020-08-04 12:57:54 +03:00
9ce75e10d5 gg: free gg.create_image from having to be called by sokols init_fn callback 2020-08-04 12:37:28 +03:00