tinygo/testdata
Nia Waldvogel c096f35224 runtime: handle negative sleep times
This change fixes the edge case where a negative sleep time is provided.
When this happens, the call now returns immediately (as specified by the docs for time.Sleep).
2021-12-15 17:52:48 +01:00
..
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
alias.txt
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
channel.txt
env.go
env.txt
filesystem.go
filesystem.txt
float.go
float.txt
gc.go avr: use a garbage collector 2020-01-27 19:01:55 +01:00
gc.txt
go1.17.go
go1.17.txt
goroutines.go compiler: add support for the go keyword on interface methods 2021-10-31 14:17:25 +01:00
goroutines.txt
init.go interp: use object layout information for LLVM types 2021-11-02 22:16:15 +01:00
init.txt
init_multi.go
init_multi.txt
interface.go compiler: add support for anonymous type asserts 2020-03-29 08:39:07 +02:00
interface.txt
json.go transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
json.txt
ldflags.go
ldflags.txt
map.go src/runtime: fix nil map dereference 2021-12-09 18:23:49 +01:00
map.txt
math.go
math.txt
print.go runtime: use dedicated printfloat32 2020-10-02 11:26:22 +02:00
print.txt
rand.go wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
rand.txt
reflect.go reflect: add support for DeepEqual 2021-11-12 21:27:27 +01:00
reflect.txt
slice.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
slice.txt
sort.go implement reflect.Swapper 2020-10-23 21:37:35 +02:00
sort.txt
stdlib.go runtime: handle negative sleep times 2021-12-15 17:52:48 +01:00
stdlib.txt
string.go
string.txt
structs.go compiler: support recursive types 2019-10-13 23:07:47 +02:00
structs.txt
testing.go tinygo: support -run for tests 2021-11-24 17:27:11 +01:00
testing.txt
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt