aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2024-01-18compiler: update golang.org/x/tools/go/ssa packageAyke van Laethem
2024-01-12cgo: fix calling CGo callback inside generic functionAyke van Laethem
2023-12-09builder/picolib: add needed file for compiling math functions with error supp...deadprogram
2023-11-08compiler: fix crash on type assert on interfaces with no methodsDamian Gryski
2023-09-24cgo: add C._Bool typeAyke van Laethem
2023-08-04compiler: implement clear builtin for mapsAyke van Laethem
2023-08-04compiler: implement clear builtin for slicesAyke van Laethem
2023-08-04compiler: add min and max builtin supportAyke van Laethem
2023-08-04testing: add Testing functionAyke van Laethem
2023-06-09compiler,transform: fix for pointer-to-pointer type switches from @aykevlDamian Gryski
2023-04-26main: print source location when a panic happens in -monitorAyke van Laethem
2023-04-11testdata: add test for else/defer bugDamian Gryski
2023-03-24feat: fix typosshivay
2023-03-21compiler: correctly generate code for local named typesAyke van Laethem
2023-03-18compiler: support all kinds of recursive typesAyke van Laethem
2023-03-15compiler,reflect: fix pkgpath for struct fieldsDamian Gryski
2023-03-05testdata: add brandondube/pctl to corpusDamian Gryski
2023-02-25runtime: properly turn pointer into empty interface when hashingDamian Gryski
2023-02-18runtime: implement KeepAlive using inline assemblyAyke van Laethem
2023-02-17reflect: make sure null bytes are supported in tagsAyke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2022-12-07reflect: track flags when size changes from fits-in-pointer to notDamian Gryski
2022-11-15corpus: add buger/jsonparserDan Kegel
2022-11-03testdata: clearly correct values for timing test with a little more time to s...deadprogram
2022-11-02cgo: support anonymous enums included in multiple Go filesAyke van Laethem
2022-10-19corpus: remove 'noasm' from some testsAyke van Laethem
2022-10-18corpus: remove golang.org/x/crypto/internal/subtleAyke van Laethem
2022-10-13cgo: add support for C.float and C.doubleAyke van Laethem
2022-09-28testdata: increase timings used for timers test to try to avoid race conditio...deadprogram
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