aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2022-09-16cgo: implement support for static functionsAyke van Laethem
2022-09-15interp: fix reading from external globalAyke van Laethem
2022-09-04add github.com/soypat/mu8 to corpus.yamlPatricio Whittingslow
2022-09-01reflect: implement CanInterface and fix string Index()Ayke van Laethem
2022-09-01compiler: fix unsafe.Sizeof for chan and map valuesAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-25runtime: implement resetTimerJoe Shaw
2022-08-24runtime: improve reliability of timers test in CIKenneth Bell
2022-08-23runtime: add support for time.NewTimer and time.NewTickerKenneth Bell
2022-08-22testdata: add russross/blackfriday markdown parser to corpusDamian Gryski
2022-08-22compiler: fix incorrect DWARF type in some generic parametersAyke van Laethem
2022-08-07all: move from os.IsFoo to errors.Is(err, ErrFoo)Damian Gryski
2022-08-07all: remove calls to deprecated ioutil packageDamian Gryski
2022-08-01Set internal linkage and keeping default visibility for anonymous functionsPhil Kedy
2022-07-28compiler: fix issue with methods on generic structsPhil Kedy
2022-07-13Add support for printing slices via print/printlnFederico G. Schwindt
2022-06-24compiler: really define runtime/volatile.* functionsAyke van Laethem
2022-06-24compiler: define atomic intrinsic functions directlyAyke van Laethem
2022-06-16compiler: implement recover() built-in functionAyke van Laethem
2022-06-11compiler: add support for type parameters (aka generics)Ayke van Laethem
2022-05-30corpus: make non-working packages easy to uncommentAyke van Laethem
2022-05-30all: add support for the embed packageAyke van Laethem
2022-05-25compiler: alignof(func) is 1 pointer, not 2Steven Kabbes
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