tinygo/src
Damian Gryski b251ce7b33 src/runtime: return a nil pointer for compiler bugs in hashmap code
We'll still panic if there's a compiler bug, but at least we'll have smaller
code in all the cases where we don't.
2022-04-28 09:14:45 +02:00
..
crypto/rand all: show error if platform has no rng 2022-01-04 20:27:41 +01:00
device mimxrt1062: simplify arm.AsmFull to arm.Asm 2022-04-21 15:18:18 +02:00
examples Pico adc input ch support (#2737) 2022-04-26 11:49:38 +02:00
internal Add a shim for internal/fuzz 2022-04-09 09:16:37 +02:00
machine machine/thingplus: rename to the singular thing as that it the correct name 2022-04-26 21:13:17 +02:00
net Test net.Buffers{} 2021-12-09 14:35:52 +01:00
os TestChdir: avoid cd .., as wasi does not really support it yet. Tiptoes around #2799. 2022-04-25 17:59:39 +02:00
reflect Add reflect.Value.FieldByIndexErr stub 2022-03-24 06:31:02 +01:00
runtime src/runtime: return a nil pointer for compiler bugs in hashmap code 2022-04-28 09:14:45 +02:00
sync sync: add tests 2021-12-22 11:02:45 +01:00
syscall os: Implement Pipe for darwin, add smoke test. 2022-04-08 08:29:30 +02:00
testing Add a shim for internal/fuzz 2022-04-09 09:16:37 +02:00