aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/abi_test.go
AgeCommit message (Expand)Author
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-18all: delete regabireflect goexperimentCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-07reflect: add test for passing float32 signaling NaNsKeith Randall
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-12reflect: handle stack-to-register translation in callMethodMichael Anthony Knyszek
2021-06-03[dev.typeparams] reflect: guard abi_test.go with regabiargs build tagCherry Mui
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