Delyan Angelov
|
5098334e65
|
os: add execute_or_exit(cmd), use it consistently instead of execute_or_panic(cmd)
|
2021-07-20 15:22:04 +03:00 |
Delyan Angelov
|
6aecda3be8
|
all: support `[noreturn] fn abc() { for{} }`, mark panic/1 and exit/1with it too. (#10654)
|
2021-07-04 20:24:19 +03:00 |
Delyan Angelov
|
9151f085f5
|
ci: fix failing Freestanding task
|
2021-06-23 13:18:17 +03:00 |
Uwe Krüger
|
d26ac5692e
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
Delyan Angelov
|
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 |
crthpl
|
0a1d0e062d
|
freestanding: small fixes (#9760)
|
2021-04-17 02:38:41 +03:00 |
crthpl
|
14434cc86a
|
all: bare metal support (fix `-freestanding`) (#9624)
|
2021-04-14 07:50:50 +02:00 |
Delyan Angelov
|
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 |
Louis Schmieder
|
273655ecc8
|
vfmt: fix asm volatile & goto (#9688)
|
2021-04-11 23:32:28 +03:00 |
Delyan Angelov
|
d11fb8497a
|
ci: fix some of `v test-cleancode` 3
|
2021-04-05 21:21:46 +03:00 |
Alexander Medvednikov
|
6f318be96c
|
checker: do not allow nil sum types init
|
2021-03-31 11:13:52 +03:00 |