tinygo/src
Ayke van Laethem 23e88bfb15 arm: allow nesting in DisableInterrupts and EnableInterrupts
This finally fixes a TODO left in the code.
2020-04-29 18:25:16 +02:00
..
device arm: allow nesting in DisableInterrupts and EnableInterrupts 2020-04-29 18:25:16 +02:00
examples all: change //go:export to //export 2020-04-05 16:16:57 +02:00
internal runtime (gc): scan callee-saved registers while marking stack 2020-04-07 11:50:50 +02:00
machine machine: switch to modern interrupt registration method 2020-04-07 17:53:52 +02:00
os Add initial FreeBSD support 2019-12-29 10:48:28 +01:00
reflect compiler,runtime: use LLVM intrinsics for memcpy/memmove 2020-03-27 21:01:59 +01:00
runtime all: replace ReadRegister with AsmFull inline assembly 2020-04-29 18:25:16 +02:00
sync sync: implement sync.Map 2020-03-27 19:02:45 +01:00
syscall all: change //go:export to //export 2020-04-05 16:16:57 +02:00
testing Add common test logging methods such as Errorf/Fatalf/Printf 2019-08-13 20:59:09 +02:00