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

2277 Commits

Author SHA1 Message Date
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
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
fce106cf83 parser: use Attr.arg field for [name: arg] (#6084) 2020-08-10 02:00:14 +02:00
2dd90de993 parser: error on [unsafe_fn] (#6090) 2020-08-09 12:22:11 +03: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
55b8cc1bb2 tests: parallelize compiler_errors_test.v using channels & threads 2020-08-07 16:44:49 +03:00
ce4ee2b247 v0.1.29 2020-08-06 19:36:52 +02: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
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
bf20d6d3db builder: don't panic if msvc rootdir isn't found (#6068) 2020-08-05 13:22:10 +03:00
449c98e861 scanner: floats without fraction (fix #5262) (#6064) 2020-08-05 05:11:29 +02:00
f238890fe9 compiler: move attributes to declarations (#6026) 2020-08-04 20:10:22 +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
f3817c47f9 token: remove switch keyword (#6056) 2020-08-04 11:04:07 +02:00
f7a0d0a02f ci: fix -autofree compilation of vlib/v/tests/valgrind/strings_and_arrays.vv 2020-08-04 11:30:02 +03:00
60c642f42d gg: clean up draw_image() 2020-08-04 01:26:56 +02:00
7a7572e478 autofree: free temp string exprs 2020-08-04 01:26:34 +02:00
c33dbbc216 fmt: don't add newlines for UnsafeExpr (#6048) 2020-08-04 00:29:10 +02:00
e291c38119 ast: add use case comment for MatchExpr.var_name 2020-08-03 22:10:59 +03:00
c547e8b191 v/fmt: fix formatting of type Foo = fn (a int)? (#6047) 2020-08-03 19:28:48 +03:00
8dede3b535 builder: add a verror, when the output folder is not existing and writable (#5966) 2020-08-03 18:19:36 +03:00
3e4df7f140 v/fmt: fix dropping as ident from if sum is T statement (#6049) 2020-08-03 18:16:06 +03:00
0b6b0aca09 parser: fix infinite loop on unexpected $ between statements 2020-08-02 18:17:38 +03:00
c6ae322f85 parser: add hard limit to the number of statements in a fn 2020-08-02 17:58:05 +03:00
7f447bb82f ast: use Block instead of UnsafeStmt (#5981) 2020-08-02 14:06:44 +03:00
a1593e7db8 checker: 1 line v fmt fix 2020-08-01 23:41:32 +02:00
d56d622a43 checker: add checks for byte casting (#5917) 2020-08-01 23:17:00 +02:00
4f37202b72 checker: allow struct fields starting with capitals in builtin (#5998) 2020-08-01 23:01:40 +02:00
1feca22e28 jsgen: don't generate JS. struct decls (#6035) 2020-08-01 22:27:25 +02:00
adafd24819 gen: auto_str_methods.v 2020-08-01 16:36:12 +02:00
0fb8074353 cgen: add support for $if gcc {} too 2020-07-31 21:25:37 +03:00
1ea511b530 builder/cgen: get -usecache working for self cimpilation 2020-07-31 20:10:19 +10:00
eb47ce1e83 ast: fix ParExpr.str(), RangeExpr.str(), SizeOf.str() (#6023) 2020-07-31 02:31:01 +02:00
91c9c0c917 checker: fix unknown_method_suggest_name.out test result too 2020-07-30 19:37:36 +03:00
65891f54ed v.util.suggestions: fix hash.crc32.Crc32 case 2020-07-30 19:35:16 +03:00
f300f787f3 checker: add suggestions for method mispellings and unknown types 2020-07-30 18:48:16 +03:00
2c45e601ef builder: increase backtrace size with tcc to 25 frames 2020-07-30 16:56:58 +03:00
3883c34b8c vfmt: fix eating of n in string(x,n) 2020-07-30 12:15:04 +03:00
f269cbdc94 Revert "parser: Support unsafe(expr) (#5973)"
This reverts commit 19c226fcf8.
2020-07-29 21:41:47 +02:00