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

23 Commits

Author SHA1 Message Date
f489c89987 v2: more informative assert output; string interpolation formatting 2020-03-26 19:17:14 +01:00
043ea80fa9 checker: comptime if expr/stmts & type check fixes 2020-03-22 23:36:27 +11:00
5581b2bd3c builtin: fix backtrace for OpenBSD and NetBSD 2020-03-16 12:10:58 +01:00
9bcb7d115f panic: restore printing of detailed stack backtraces on linux 2020-03-13 04:32:44 +01:00
becd87141c fix linux warnings in generated C code 2020-03-01 13:26:09 +01:00
f782388148 v2: minor fixes 2020-02-07 21:29:28 +01:00
06b5f43e48 builtin: remove unneeded casts 2020-02-05 11:22:24 +01:00
83f0c228e9 v2: parse builtin.v, cfns.v float.v 2020-02-04 09:54:15 +01:00
c8c43a2475 update copyright year 2020-01-23 21:04:46 +01:00
4c3df963fa v repl: fix println regression on linux 2020-01-05 22:49:09 +01:00
8053175ead android: fix os.create and builtin 2020-01-05 20:13:35 +01:00
f9cc419dba os: syscalls 2019-12-31 10:16:34 +00:00
d082b3f4b9 run vfmt on vlib/builtin 2019-12-20 00:12:29 +03:00
576618d8cc string cloning; fix foo.str += 's' 2019-12-12 05:20:52 +03:00
d7ccbba2c9 do not allow casting a type to itself 2019-12-07 15:31:56 +03:00
f192429c8a $if mac => $if macos 2019-12-03 16:29:37 +03:00
8d241cc164 vweb fixes; ORM fixes; freeing strings 2019-11-26 07:47:16 +03:00
M
837af9b230 freebsd: backtrace 2019-11-25 13:54:56 +03:00
9b4bc0189b backtraces: cleaner looking backtrace output on linux 2019-11-23 14:22:55 +03:00
a04c3bac83 CI: ubuntu-musl target 2019-11-15 00:46:40 +03:00
51663520c8 MSVC backtrace 2019-11-13 11:05:06 +03:00
ffa9646749 Revert "print_backtrace_skipping_top_frames: Implementation for MSVC "
This reverts commit d1e7a54f3a.
2019-11-10 20:01:19 +03:00
d1e7a54f3a print_backtrace_skipping_top_frames: Implementation for MSVC 2019-11-10 19:34:53 +03:00