aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/abi_test.go
AgeCommit message (Expand)Author
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-04-06reflect: refactor funcLayout testsMichael Anthony Knyszek
2021-04-02reflect: remove short-circuits for zero-sized types in ABI algorithmMichael Anthony Knyszek
2021-04-02reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek
2021-04-01reflect: undo register count increments on register assignment failureMichael Anthony Knyszek
2021-03-18reflect: add tests for reflect.Value.Call for the new ABIMichael Anthony Knyszek