index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
reflect
/
makefunc.go
Age
Commit message (
Expand
)
Author
2025-07-25
reflect: avoid a bounds check in stack-constrained code
Keith Randall
2024-04-02
reflect: add available godoc link
cui fliter
2023-05-12
reflect: do not escape Value.Type
Cherry Mui
2023-05-12
Revert "reflect: change rtype so that it (not *rtype) implements Type"
Austin Clements
2023-05-11
reflect: change rtype so that it (not *rtype) implements Type
David Chase
2023-05-11
reflect: replacing almost all use of *rtype with *abi.Type
David Chase
2023-05-10
reflect: move funcType to abi/type.go
David Chase
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-04
reflect: fix the collision of variable name and package name
hopehook
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-10-19
reflect: fix methodValueCall code pointer mismatched
Cuong Manh Le
2021-05-24
[dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-04-02
reflect: add register ABI support for makeFuncStub and methodValueCall
Michael Anthony Knyszek
2021-02-16
[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call
Michael Anthony Knyszek
2018-09-29
reflect: ensure correct scanning of return values
Keith Randall
2016-12-19
runtime: clean up and improve reflect.methodValue comments
Austin Clements
2016-10-17
runtime: fix getArgInfo for deferred reflection calls
Austin Clements
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-01-28
reflect: cache call frames
Dmitry Vyukov
2014-10-17
reflect: a few microoptimizations
Russ Cox
2014-10-15
reflect: shorten value to 3 words
Russ Cox
2014-09-12
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox