aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/interface.go
AgeCommit message (Expand)Author
2023-11-08compiler: fix crash on type assert on interfaces with no methodsDamian Gryski
2023-06-09compiler,transform: fix for pointer-to-pointer type switches from @aykevlDamian Gryski
2023-03-21compiler: correctly generate code for local named typesAyke van Laethem
2022-04-07compiler: fix difference in aliases in interface methodsAyke van Laethem
2020-03-29compiler: add support for anonymous type assertsAyke van Laethem
2020-03-20interp: add support for constant type assertsAyke van Laethem
2019-12-26compiler: fix assertion on empty interfaceAyke van Laethem
2019-11-17compiler: add support for async interface callsJaden Weiss
2019-11-09runtime: implement comparing uintptr values in interfacesAyke van Laethem
2019-11-04runtime: implement interface equalityKonstantin Itskov
2019-08-08compiler: make struct types more uniqueAyke van Laethem
2019-08-05compiler: fix crash with linked lists in interfacesAyke van Laethem
2018-12-01compiler: lower interfaces in a separate passAyke van Laethem
2018-10-23compiler: fix invalid incoming block in complex typeassert flowAyke van Laethem
2018-10-07main: extra interface test for simple named typesAyke van Laethem
2018-10-07compiler: fix expanded structs in invoke callsAyke van Laethem
2018-10-07compiler: fix interface calls for big underlying valuesAyke van Laethem