aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2021-08-30compiler: add support for new language features of Go 1.17Ayke van Laethem
2021-08-30reflect: add StructField.IsExported methodAyke van Laethem
2021-08-13testing: add support for the -test.v flagAyke van Laethem
2021-08-05wasm: add support for the crypto/rand packageAyke van Laethem
2021-08-04transform: improve GC stack slot pass to work around a bugAyke van Laethem
2021-07-14interp: don't ignore array indices for untyped objectsAyke van Laethem
2021-06-25os: implement process related functionsAyke van Laethem
2021-06-21crypto/rand: replace this package with a TinyGo versionAyke van Laethem
2021-05-26compiler: add support for running a builtin in a goroutineAyke van Laethem
2021-05-26main: rename goroutine testsAyke van Laethem
2021-05-22reflect: implement AppendSliceAyke van Laethem
2021-05-21cgo: implement prefix parsingAyke van Laethem
2021-04-21runtime: implement command line arguments in hosted environmentsAyke van Laethem
2021-04-21runtime: implement environment variables for LinuxAyke van Laethem
2021-04-21interp: remove map supportAyke van Laethem
2021-04-15wasm: use WASI ABI for exit functionAyke van Laethem
2021-04-12reflect: implement New functionAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-09main: clean up testsAyke van Laethem
2021-04-06cgo: add support for CFLAGS in .c filesAyke van Laethem
2021-03-29compiler: fix "fragment covers entire variable" bugAyke van Laethem
2021-03-29reflect: implement Sizeof and Alignof for func valuesAyke van Laethem
2021-03-28reflect: implement Value.CanAddrAyke van Laethem
2021-03-28transform: optimize reflect.Type Implements() methodAyke van Laethem
2021-03-28WASI & darwin: support basic file io based on libcTakeshi Yoneda
2021-03-23compiler: merge runtime.typecodeID and runtime.typeInInterfaceAyke van Laethem
2021-02-24WASI & darwin: support env variables based on libcTakeshi Yoneda
2021-02-11cgo: add support for variadic functionsAyke van Laethem
2021-01-24compiler: support all kinds of deferred builtinsAyke van Laethem
2021-01-23reflect: implement PtrToAyke van Laethem
2021-01-19compiler: test float to int conversions and fix upper-bound calculationNia Weiss
2021-01-16compiler: saturate float-to-int conversionsNia Weiss
2020-12-27compiler: fix non-int integer constantsAyke van Laethem
2020-10-29runtime: allow ranging over a nil mapAyke van Laethem
2020-10-28compiler: implement negate for complex numbersAyke van Laethem
2020-10-23implement reflect.SwapperTakeshi Yoneda
2020-10-14runtime: add cheap atomic condition variableNia Weiss
2020-10-02runtime: use dedicated printfloat32Ayke van Laethem
2020-07-31compiler: implement func value and builtin deferswaj334
2020-07-29compiler: fix named string to []byte slice conversionAyke van Laethem
2020-06-23extend stdlib to allow import of more packages (#1099)Cornel
2020-05-28compiler: add support for atomic operationsAyke van Laethem
2020-05-27compiler: fix a few crashes due to named typesAyke van Laethem
2020-05-13os: implement virtual filesystem supportAyke van Laethem
2020-05-12runtime: add cap and len support for chanscornelk
2020-05-12testdata: fix formattingcornelk
2020-05-09testdata, sync: add sync.Mutex test to testdata/coroutines.goJaden Weiss
2020-05-09testdata: replace fake waitgroup in channel.go with sync.WaitGroupJaden Weiss
2020-04-13runtime (chan): fix blocking select on a nil channelJaden Weiss
2020-04-09compiler: pass interface typecode through defer framesJaden Weiss