1. 67f8a81 reflect: cache call frames by Dmitry Vyukov · 10 years ago
  2. 0d81b72 reflect: a few microoptimizations by Russ Cox · 10 years ago
  3. a1616d4 reflect: shorten value to 3 words by Russ Cox · 10 years ago
  4. f0d44db runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback by Russ Cox · 11 years ago
  5. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/reflect/makefunc.go]
  6. cbc565a reflect: rewrite Value to separate out pointer vs. nonpointer info. by Keith Randall · 11 years ago
  7. c0946af reflect: correct function name in panic string by Ian Lance Taylor · 11 years ago
  8. ef4e12a reflect: test using a MakeFunc value in a couple of different ways by Ian Lance Taylor · 11 years ago
  9. 3be7036 reflect: implement method values by Russ Cox · 12 years ago
  10. b1b67a3 reflect: stop using run-time code generation by Russ Cox · 12 years ago
  11. 1903ad7 cmd/gc, reflect, runtime: switch to indirect func value representation by Russ Cox · 12 years ago
  12. 1120982 reflect: add ArrayOf, ChanOf, MapOf, SliceOf by Russ Cox · 12 years ago
  13. ba4625c reflect: add MakeFunc (API CHANGE) by Russ Cox · 13 years ago