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

72 Commits

Author SHA1 Message Date
013fdb8a4b checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00
7f4cf08516 parser: check (mut f Foo) syntax 2020-05-17 13:51:18 +02:00
fb27fe5379 CI: add v build-tools task to the tcc job 2020-05-17 00:14:06 +03:00
acd80f052b tests: improve diagnostic output on failure 2020-05-04 11:21:25 +03:00
9f4d498ff1 all: updateimport () and []array 2020-04-26 13:49:31 +02:00
b898970031 cmd/tools: use same line imports too 2020-04-26 09:32:05 +03:00
392986b763 testing: fix race condition, make messages private 2020-04-18 17:44:21 +02:00
eb923b4995 testing: fix count of succeeded tests 2020-04-18 05:49:03 +03:00
e8afd7a1b7 ci: msvc tests fix 2020-04-11 16:57:02 +02:00
6a5cc0fa19 tests: update assert output 2020-04-03 13:39:11 +02:00
8dfb14b1c4 remove 15k lines of code of the old backend; make V2 the default backend 2020-04-01 21:25:31 +02:00
b62035e3d0 solaris & termux: fix both, using the more portable termios.h 2020-03-31 12:46:46 +02:00
ba088056ed solaris: make 'v test-compiler' pass (stage 2) 2020-03-21 09:48:02 +01: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
57b1b12ab6 os: tmpdir => temp_dir 2020-03-10 15:02:09 +01:00
876b73f92c os: join => join_path 2020-03-09 02:23:34 +01:00
783dee1f48 os: merge with filepath 2020-03-07 22:26:26 +01:00
aab31f4b35 cmd/v: rewrite flags 2020-03-06 18:53:29 +01:00
b0ece3a9d8 sync: implement pool.work_on_items to process a list of items in parallel 2020-03-04 20:28:42 +01:00
d51019dd77 unify vexe_path 2020-02-20 11:33:01 +01:00
9332a83ce6 move v.v to cmd/v 2020-02-09 10:08:04 +01:00