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

4102 Commits

Author SHA1 Message Date
c0d4503f25 gl/glfw: update C definitions 2020-04-04 12:56:35 +02:00
d56276017c cgen: fix variadics called with 0 vargs 2020-04-04 12:54:45 +02:00
8ba6e45d83 time: fix unix_time 2020-04-04 12:10:56 +02:00
4bade9bcea cmd/v: fix argument parsing 2020-04-04 12:09:34 +02:00
c6fabea49d cgen: generate code for go statement for Windows 2020-04-04 12:09:05 +02:00
0796eb4149 os: optimize os_windows.v 2020-04-04 11:59:25 +02:00
5313a1401f checker: show actual field name in warn message 2020-04-04 11:57:45 +02:00
72df30050d term: fix get_terminal_size on Windows 2020-04-04 11:56:43 +02:00
97d8633557 checker: constant cycle & test fix 2020-04-04 17:05:26 +11:00
c9e290b36f table: simplify/generalise type fns & remove calls 2020-04-04 16:37:11 +11:00
bf59828897 ast: const impl & global scope & objects 2020-04-04 14:14:40 +11:00
bb5ed66bb4 eval: fix new_checker call 2020-04-04 02:03:41 +02:00
f8b4a6f168 Disable vfmt for now. 2020-04-03 22:21:17 +03:00
1d2de44e19 cgen: fix print(ptr); checker: uninitialized reference error/warning 2020-04-03 20:17:53 +02:00
436ef12730 cgen: str(): handle empty structs 2020-04-03 18:49:15 +02:00
b411d29577 v2: fix support for 'go fn()' in modules. sync.pool is again multithreaded. 2020-04-03 19:44:49 +03:00
c32ed8af51 cgen: struct str() generation; go() fixes 2020-04-03 18:05:53 +02:00
31c4b1cda6 v2: compile vfmt again; consistent colored error messages 2020-04-03 18:42:22 +03:00
52f096f5d9 cgen: go xxx() 2020-04-03 15:18:20 +02:00
6a5cc0fa19 tests: update assert output 2020-04-03 13:39:11 +02:00
6c4de001b8 cgen: add builtin.init call inside of _vinit 2020-04-03 13:27:19 +02:00
50b9faf347 doc: fix doc command error running in vroot 2020-04-03 12:00:33 +02:00
4cde6c0865 fmt: process TypeOf node 2020-04-03 11:59:53 +02:00
87a185ea9c checker: remove newlines after errors 2020-04-03 11:09:02 +02:00
0dad1a89e6 checker: much less verbose error messages 2020-04-03 11:01:09 +02:00
1d52847924 checker: error on an unknown ident 2020-04-03 10:52:48 +02:00
a25f47124d cgen: make array_set/map_set work with pointers 2020-04-03 10:41:01 +02:00
ef339a4896 rand: update module 2020-04-03 08:53:57 +02:00
5e6aa5371a scanner: minor optimization (#4211) 2020-04-03 09:46:54 +03:00
6b9bf8cbf7 v2: fixes for most of vlib/builtin/map_test.v . 2020-04-03 00:42:08 +03:00
07c53b1b70 v2: report ill defined consts by name/line, not only how many they are 2020-04-02 22:33:36 +03:00
5b6ec8996a sync: fix build on Windows 2020-04-02 20:58:07 +02:00
0e6fe0a4f2 V: fix const bugs and pass const_test.v (#4206)
* fix const bug in v2

* v2: fix const decl

* small comment fix
2020-04-02 19:39:17 +02:00
6309e699e5 builtin: add operator precedence test 2020-04-02 19:02:49 +02:00
16acc5f312 cmd/v: -backend 2020-04-02 18:34:55 +02:00
1eeb5a29ff Update feature_request.md 2020-04-02 18:29:51 +02:00
b541117184 Update bug_report.md 2020-04-02 18:29:39 +02:00
804d303487 cgen: add () for | and ^ 2020-04-02 18:26:56 +02:00
50dabc8a49 fix valgrind_test 2020-04-02 18:22:36 +02:00
abf15e863c v2: compile vrepl, 'fn main(){println(2+2)}' runs now
It works if you give it complete V programs like
fn main(){println(2+2)}
but not for single expressions like 2+2 or statements like a:='abc'
2020-04-02 19:21:12 +03:00
fd12e4e826 fix compiler_test.v 2020-04-02 18:12:10 +02:00
914e9df6ba Update README.md 2020-04-02 18:05:21 +02:00
61f79270a8 v2: compiler_test.v should fail on errors. 2020-04-02 19:01:31 +03:00
d41b7bc813 Update README.md 2020-04-02 17:58:00 +02:00
e305757d07 cmd/v: handle -cc and -cg 2020-04-02 17:55:00 +02:00
d228b3916b cmd/v: further simplifications 2020-04-02 17:46:43 +02:00
83289d74a7 builtin: fix int to hex 2020-04-02 17:16:17 +02:00
8c050eff07 msvc: add a workaround to fix backtrace (#4200) 2020-04-02 17:11:12 +02:00
40fd924b15 parser: match must be exhaustive; cmd/v: one verbosity level, simpler version 2020-04-02 16:51:16 +02:00
f087e819d7 cli: minor fixes 2020-04-02 16:04:57 +02:00