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

14 Commits

Author SHA1 Message Date
e3b65092d6 parser: deprecate size_t (#11443) 2021-09-08 13:09:32 +03:00
cf4081e2dd all: more chdir/chmod fixes 2021-08-28 12:52:48 +03:00
47884dfd1f builtin: move C. calls to .c.v files (#11164) 2021-08-12 21:46:38 +03:00
5098334e65 os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd) 2021-07-20 15:22:04 +03:00
6aecda3be8 all: support [noreturn] fn abc() { for{} }, mark panic/1 and exit/1with it too. (#10654) 2021-07-04 20:24:19 +03:00
9151f085f5 ci: fix failing Freestanding task 2021-06-23 13:18:17 +03:00
d26ac5692e all: various fixes for [heap]/auto-heap handling (#10033) 2021-05-07 15:58:48 +03:00
59e23dbb57 ci: re-enable testing of ./v -freestanding run vlib/os/bare/bare_example_linux.v on ubuntu 2021-04-22 12:50:56 +03:00
0a1d0e062d freestanding: small fixes (#9760) 2021-04-17 02:38:41 +03:00
14434cc86a all: bare metal support (fix -freestanding) (#9624) 2021-04-14 07:50:50 +02:00
a1121d0eb0 builtin: use 0 instead of \0 rune when setting C style terminators; use C.memcpy in []string{}.join("") 2021-04-13 11:29:33 +03:00
273655ecc8 vfmt: fix asm volatile & goto (#9688) 2021-04-11 23:32:28 +03:00
d11fb8497a ci: fix some of v test-cleancode 3 2021-04-05 21:21:46 +03:00
6f318be96c checker: do not allow nil sum types init 2021-03-31 11:13:52 +03:00