summaryrefslogtreecommitdiff
path: root/src/reflect/makefunc.go
Commit message (Expand)AuthorAgeFilesLines
* reflect: do not escape Value.TypeCherry Mui2023-05-121-2/+2
* Revert "reflect: change rtype so that it (not *rtype) implements Type"Austin Clements2023-05-121-1/+1
* reflect: change rtype so that it (not *rtype) implements TypeDavid Chase2023-05-111-1/+1
* reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase2023-05-111-1/+1
* reflect: move funcType to abi/type.goDavid Chase2023-05-101-1/+1
* all: gofmt main repoRuss Cox2022-04-111-3/+3
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* reflect: fix the collision of variable name and package namehopehook2022-04-041-8/+8
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* reflect: fix methodValueCall code pointer mismatchedCuong Manh Le2021-10-191-1/+5
* [dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui2021-05-241-10/+2
* reflect: add register ABI support for makeFuncStub and methodValueCallMichael Anthony Knyszek2021-04-021-13/+55
* [dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek2021-02-161-5/+5
* reflect: ensure correct scanning of return valuesKeith Randall2018-09-291-12/+15
* runtime: clean up and improve reflect.methodValue commentsAustin Clements2016-12-191-4/+8
* runtime: fix getArgInfo for deferred reflection callsAustin Clements2016-10-171-0/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-2/+2
* reflect: cache call framesDmitry Vyukov2015-01-281-2/+2
* reflect: a few microoptimizationsRuss Cox2014-10-171-3/+3
* reflect: shorten value to 3 wordsRuss Cox2014-10-151-3/+3
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-121-4/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+120