aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/makefunc.go
AgeCommit message (Expand)Author
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-04reflect: fix the collision of variable name and package namehopehook
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-10-19reflect: fix methodValueCall code pointer mismatchedCuong Manh Le
2021-05-24[dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-04-02reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2018-09-29reflect: ensure correct scanning of return valuesKeith Randall
2016-12-19runtime: clean up and improve reflect.methodValue commentsAustin Clements
2016-10-17runtime: fix getArgInfo for deferred reflection callsAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-01-28reflect: cache call framesDmitry Vyukov
2014-10-17reflect: a few microoptimizationsRuss Cox
2014-10-15reflect: shorten value to 3 wordsRuss Cox
2014-09-12runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox