aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2022-05-19compiler: alignof [0]func() = 1Steven Kabbes
2022-05-18avr: enable testdata/map.goAyke van Laethem
2022-04-28testdata: move map growth test to map.goDamian Gryski
2022-04-28testdata: add test for mapgrowth logicDamian Gryski
2022-04-07compiler: fix difference in aliases in interface methodsAyke van Laethem
2022-04-07compiler: allow slices of empty structs.Dan Kegel
2022-04-06main_test.go: fork testdata/testing.go for go 1.18Dan Kegel
2022-04-05Revert "testdata: add test for mapgrowth logic"Ron Evans
2022-04-04testdata: add test for mapgrowth logicDamian Gryski
2022-03-15On baremetal platforms, use simpler test matcher. Fixes #2666.Dan Kegel
2022-03-04compiler: fix incorrect unsafe.Alignof on some 32-bit architecturesAyke van Laethem
2022-02-24testdata/corpus: add google/go-patchutilsDamian Gryski
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
2022-01-19internal/task: remove coroutinesNia Waldvogel
2022-01-17testing: --run now allows filtering of subtestsDan Kegel
2022-01-15testing: print durationDan Kegel
2022-01-12testdata/testing.go: update so it can be run with go 1.16 for comparisonDan Kegel
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