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

25 Commits

Author SHA1 Message Date
3b067f5f85 all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
78e1127d99 cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
deb09d95b0 orm: fix column == var; limit 1; vweb: @footer 2020-06-22 16:52:16 +02:00
f2a75d5223 test: run all tests even if some fail 2020-06-13 16:20:45 +02:00
945439dab6 cgen: print actual values on a failed assert (when possible) 2020-06-01 14:43:38 +03:00
dda875a9c8 all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
1cc52b0fae docs: update obsolete references to the compiler/ folder 2020-05-22 10:11:12 +03:00
2635be511f all: re-apply C++ support 2020-05-18 21:38:06 +02:00
07a78b2843 Revert "all: C++ compiler support"
This reverts commit 9a237c3e82.
2020-05-18 17:05:48 +02:00
9a237c3e82 all: C++ compiler support 2020-05-18 15:51:36 +02:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
6d0b791ac8 parser: warning about unused imports 2020-05-14 17:14:24 +02:00
845ffb59a6 live: use mostly pure V code for reloading, eases customization 2020-05-03 20:22:24 +03:00
7038f59ca5 compiler: add back support for -live 2020-05-02 01:14:44 +03:00
e523540f3a profile: use specialized time__vpc_now 2020-04-26 22:14:54 +03:00
b898970031 cmd/tools: use same line imports too 2020-04-26 09:32:05 +03:00
eecf92cdb0 cgen: implement -profile support. 2020-04-25 13:05:49 +03:00
155891a4e0 parser: add unused variable warning 2020-04-22 01:52:56 +02:00
f93445a022 tests: cleanup look for assertions. Fix jump to failure in emacs/vim again 2020-04-08 03:45:49 +03:00
6a5cc0fa19 tests: update assert output 2020-04-03 13:39:11 +02:00
07de351546 v2: support -stats for _test.v files 2020-03-30 17:21:32 +02:00
2f27758a4b os: realpath => real_path 2020-03-20 16:41:18 +01:00
010f3efcf0 os: filename => file_name 2020-03-19 15:49:07 +01:00
783dee1f48 os: merge with filepath 2020-03-07 22:26:26 +01:00
9332a83ce6 move v.v to cmd/v 2020-02-09 10:08:04 +01:00