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

1282 Commits

Author SHA1 Message Date
83d724fb70 print_backtrace: do not use printf directly 2019-09-03 11:09:55 +03:00
d681e1cae3 compiler: fix deprecation message for u8. 2019-09-02 21:04:27 +03:00
510fb2a981 readline: add custom prompt feature 2019-09-02 20:22:33 +03:00
93716ee944 crypto: add utility hexhash functions 2019-09-02 20:22:19 +03:00
bb9eec8696 json: use & 2019-09-02 19:17:05 +03:00
9b8de9b59c readline: clear the screen on ctrl+l 2019-09-02 15:33:46 +03:00
892c948a44 Make sure to actually generate the empty struct declaration 2019-09-02 15:33:03 +03:00
1c6d51f271 remove u8 and i32 from tests and examples 2019-09-02 15:02:25 +03:00
0db1eaa55a parser: get_type2() for the upcoming type system refactoring 2019-09-02 14:55:26 +03:00
718041194f os: clean up 2019-09-02 13:57:00 +03:00
b667940c68 parser: fix a +1 bug when skipping function body 2019-09-02 13:57:00 +03:00
33ae7520e7 readline: added suppr key to delete characters right of cursor 2019-09-02 13:36:04 +03:00
738c90c51b readme: debian/ubuntu instructions 2019-09-01 23:15:47 +03:00
89924c2703 readme: Visual Studio is now supported 2019-09-01 23:02:07 +03:00
89acf68f08 readme: remove notes section 2019-09-01 22:56:49 +03:00
0e2c41e0f9 replace *Foo with &Foo everywhere 2019-09-01 22:51:16 +03:00
aaab24dcf8 use &Foo instead of *Foo warning 2019-09-01 22:45:06 +03:00
59ba551d3b u8 + i32 warnings 2019-09-01 22:41:29 +03:00
3bd7bcfac3 remove u8 and i32 aliases 2019-09-01 22:37:22 +03:00
d078aa360b parser: use map[string]Type instead of []Type 2019-09-01 22:30:49 +03:00
4edccce9a3 array: sort ints 2019-09-01 22:30:49 +03:00
fe3639d547 readline: multiline wrapping for editing and cursor 2019-09-01 20:43:47 +03:00
847b43f6e4 fix make.bat 2019-09-01 16:43:40 +03:00
24fdefe152 v test: print all fails 2019-09-01 14:14:46 +03:00
011afeb2ea compiler: fix building v with tcc on linux 2019-09-01 14:12:37 +03:00
bfa6505636 compiler: replace &Type with Type 2019-09-01 14:05:03 +03:00
961e778ed1 map_test.v: format + ref test 2019-09-01 14:05:03 +03:00
af5b2e1b3c glfw: make Pos fields public 2019-09-01 07:09:18 +03:00
c04cca1ae4 Allow use FP without calling it 2019-09-01 02:20:35 +03:00
4abfb686ec readline: moving cursor feature 2019-09-01 01:02:33 +03:00
95b107cbc6 readline: reworked dispatch architecture for easier features add 2019-08-31 21:18:32 +03:00
e1dd8716fb tools: gen_vc - add purge flag 2019-08-31 19:00:40 +03:00
b737eb1a87 tools: move gen_vc into the v repo 2019-08-31 17:44:01 +03:00
0a4a1ca36c compiler: simplify a[index] = val 2019-08-31 13:30:08 +03:00
b6ecbd8bc3 Check for type, not name 2019-08-31 11:47:55 +03:00
c3f9b90911 fix msvc bootstrap 2019-08-31 11:39:09 +03:00
72363ada84 array: make .set() private + format 2019-08-31 02:35:05 +03:00
29b4114bc0 compiler: simplify [0; n] 2019-08-31 01:34:43 +03:00
04a200d3d8 compiler: fix array initialisation generation for msvc 2019-08-31 00:59:21 +03:00
a9a4032a11 readline: basic reading on linux 2019-08-31 00:54:53 +03:00
e38ee80c98 Revert "Delete .gitattributes"
This reverts commit 3bb559b4c8.
2019-08-31 00:43:07 +03:00
4f0f99e663 parser: fix mutability with chained fields 2019-08-30 20:19:06 +03:00
dae4c4b83f final linguist test 2019-08-30 13:57:53 +03:00
e3389e8ec1 log: add seconds to terminal output too. 2019-08-30 13:06:02 +03:00
13f3f79eb8 linguist test 2019-08-30 13:01:20 +03:00
6d35f68242 parser: restore outer variable in index exprs 2019-08-30 12:16:39 +03:00
3bb559b4c8 Delete .gitattributes 2019-08-30 01:17:43 +03:00
d5d1b74f90 time: do not include <unistd.h> on windows 2019-08-30 01:10:29 +03:00
3c5087902d fix msvc build 2019-08-30 01:06:10 +03:00
87ed442d9e compiler: nested structure print error fix 2019-08-30 00:55:59 +03:00