tinygo/src
Jaden Weiss 473644d918 internal/bytealg: reimplement bytealg in pure Go
Previously, we implemented individual bytealg functions via linknaming, and had to update them every once in a while when we hit linker errors.
Instead, this change reimplements the bytealg package in pure Go.
If something is missing, it will cause a compiler error rather than a linker error.
This is easier to test and maintain.
2020-05-16 14:56:05 +02:00
..
device arm: allow nesting in DisableInterrupts and EnableInterrupts 2020-04-29 18:25:16 +02:00
examples sam: return an error when an incorrect PWM pin is used 2020-05-13 19:19:45 +02:00
internal internal/bytealg: reimplement bytealg in pure Go 2020-05-16 14:56:05 +02:00
machine sam: return an error when an incorrect PWM pin is used 2020-05-13 19:19:45 +02:00
os os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
reflect reflect: add Cap and Len support for map and chan 2020-05-12 01:17:27 +02:00
runtime internal/bytealg: reimplement bytealg in pure Go 2020-05-16 14:56:05 +02:00
sync sync: modify sync.Cond 2020-05-09 01:08:56 +02:00
syscall os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00