aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2021-12-24interp: run goroutine starts and checks at runtimeNia Waldvogel
2021-12-15runtime: handle negative sleep timesNia Waldvogel
2021-12-10Enable Getwd() in wasi and add testsFederico G. Schwindt
2021-12-09src/runtime: fix nil map dereferenceDamian Gryski
2021-12-09compiler: fix ranging over maps with particular map typesAyke van Laethem
2021-12-08src/runtime: improve float/complex hashingDamian Gryski
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-24cgo: add support for C.CString and related functionsAyke van Laethem
2021-11-24tinygo: support -run for testsDamian Gryski
2021-11-24runtime: allow comparing interfaces in reflectValueEqual()Damian Gryski
2021-11-18testdata: update binop.go for string comparison testsDamian Gryski
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-12reflect: add support for DeepEqualAyke van Laethem
2021-11-12reflect: implement Value.Elem() for interface valuesAyke van Laethem
2021-11-12reflect: don't construct an interface-in-interface valueAyke van Laethem
2021-11-02interp: use object layout information for LLVM typesAyke van Laethem
2021-10-31compiler: add support for the `go` keyword on interface methodsAyke van Laethem
2021-10-30compiler: add support for recursive function typesAyke van Laethem
2021-10-28compiler: properly implement div and rem operationsAyke van Laethem
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-09-29cgo: implement rudimentary C array decayingAyke van Laethem
2021-09-28builder, cgo: support function definitions in CGo headersAyke van Laethem
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