cgo
cgo: add support for C.CString and related functions
2021-11-24 21:09:29 +01:00
alias.go
fix bug in IR regarding type aliases
2019-09-20 10:35:49 +02:00
atomic.go
compiler: add support for atomic operations
2020-05-28 15:11:46 +02:00
gc.go
avr: use a garbage collector
2020-01-27 19:01:55 +01:00
map.go
src/runtime: fix nil map dereference
2021-12-09 18:23:49 +01:00
print.go
runtime: use dedicated printfloat32
2020-10-02 11:26:22 +02:00
rand.go
wasm: add support for the crypto/rand package
2021-08-05 19:01:14 +02:00
reflect.go
reflect: add support for DeepEqual
2021-11-12 21:27:27 +01:00
slice.go
compiler: fix a few crashes due to named types
2020-05-27 16:14:41 +02:00
sort.go
implement reflect.Swapper
2020-10-23 21:37:35 +02:00
stdlib.go
runtime: handle negative sleep times
2021-12-15 17:52:48 +01:00
structs.go
compiler: support recursive types
2019-10-13 23:07:47 +02:00
testing.go
tinygo: support -run for tests
2021-11-24 17:27:11 +01:00
zeroalloc.go
testdata: fix formatting
2020-05-12 01:17:27 +02:00