tinygo/testdata
Ayke van Laethem fed433c046 compiler: add support for atomic operations
This also implements DisableInterrupts/EnableInterrupts for RISC-V, as
those operations were needed to implement a few libcalls.
2020-05-28 15:11:46 +02:00
..
cgo
alias.go fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt compiler: implement spec-compliant shifts 2020-03-28 17:35:19 +01:00
calls.go
calls.txt
channel.go
channel.txt runtime: add cap and len support for chans 2020-05-12 01:17:27 +02:00
coroutines.go
coroutines.txt
float.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
float.txt
gc.go
gc.txt
init.go
init.txt interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
init_multi.go
init_multi.txt
interface.go
interface.txt
map.go
map.txt compiler,runtime: support operations on nil map 2020-02-26 20:42:01 +01:00
math.go
math.txt
print.go
print.txt
reflect.go
reflect.txt
slice.go
slice.txt
stdlib.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
stdlib.txt
string.go
string.txt
structs.go compiler: support recursive types 2019-10-13 23:07:47 +02:00
structs.txt
zeroalloc.go
zeroalloc.txt add code to handle programs which use heap allocations but never hit the GC 2019-11-17 15:14:51 +01:00