aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/makefunc.go
AgeCommit message (Expand)Author
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