1. 928fe05 reflect: record unsafe.Pointer, not uintptr, during DeepEqual by Russ Cox · 10 years ago
  2. af78482 cmd/compile, cmd/link, reflect, runtime: remove type.zero field by Michael Hudson-Doyle · 10 years ago
  3. 38519e6 cmd/compile, runtime: stop returning t.zero on hashmap miss by Michael Hudson-Doyle · 10 years ago
  4. 3cfc34a reflect: fix doc string by Robert Griesemer · 10 years ago
  5. c5dff72 cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl by Russ Cox · 10 years ago
  6. 4212205 runtime, reflect: use correctly aligned stack frame sizes on arm64 by Russ Cox · 10 years ago
  7. 7feb424 cmd/compile: fix PtrTo(t) for unnamed t with embedded fields by Russ Cox · 10 years ago
  8. 3d3a016 reflect: wait longer before declaring select test stuck by Russ Cox · 10 years ago
  9. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  10. e0e47e2 reflect: test repeats with large scalar tails by Austin Clements · 10 years ago
  11. 4b28755 reflect: test GC bits for slices by Austin Clements · 10 years ago
  12. 8628688 Fix several out of date references to 4g/5g/6g/8g/9g. by Aaron Jacobs · 10 years ago
  13. 80ec711 runtime: use type-based write barrier for remote stack write during chansend by Russ Cox · 10 years ago
  14. 2774b37 all: use RET instead of RETURN on ppc64 by Austin Clements · 10 years ago
  15. d36cc02 reflect: make PtrTo(FuncOf(...)) not crash by Russ Cox · 10 years ago
  16. 512f75e runtime: replace GC programs with simpler encoding, faster decoder by Russ Cox · 10 years ago
  17. 7e26a2d runtime: allocate map element zero values for reflect-created types on demand by Russ Cox · 10 years ago
  18. 6d8a147 runtime: use 1-bit pointer bitmaps in type representation by Russ Cox · 10 years ago
  19. ceefebd runtime: rename ptrsize to ptrdata by Russ Cox · 10 years ago
  20. 98a9d36 runtime: add pointer size to type structure by Austin Clements · 10 years ago
  21. e00e656 reflect: use arrayAt consistently by Sebastien Binet · 10 years ago
  22. 918fdae reflect: implement ArrayOf by Sebastien Binet · 10 years ago
  23. 2f0828ef reflect, cmd/internal/gc: look for pointer types by string before synthesizing by Michael Hudson-Doyle · 10 years ago
  24. e1c1fa2 reflect: add FuncOf function by Dave Day · 10 years ago
  25. 049b89d fmt: treat reflect.Value specially - as the value it holds by Rob Pike · 10 years ago
  26. eced964 reflect: document reflect.TypeOf((*Foo)(nil)).Elem() idiom by Matthew Dempsky · 10 years ago
  27. e1366f9 reflect, runtime: check equality, not identity, for method names by Michael Hudson-Doyle · 10 years ago
  28. fae4a12 runtime, reflect: support multiple moduledata objects by Michael Hudson-Doyle · 10 years ago
  29. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  30. 1abd818 reflect: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  31. cd5b144 runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files by Keith Randall · 10 years ago
  32. 4e408e0 Call --> CallSlice in two spots. No logic change, docs only. by Mark Bucciarelli · 10 years ago
  33. 52dadc1 cmd/gc: fix noscan maps by Dmitry Vyukov · 10 years ago
  34. 84e2567 reflect: mark map access functions as go:noescape by Dmitry Vyukov · 10 years ago
  35. 6ea3adc reflect: for struct tags, reject control chars (including tabs) in keys, by Nigel Tao · 10 years ago
  36. 67f8a81 reflect: cache call frames by Dmitry Vyukov · 10 years ago
  37. 85e7bee runtime: do not scan maps when k/v do not contain pointers by Dmitry Vyukov · 10 years ago
  38. c5f810f reflect: remove extra word in comment by Ian Lance Taylor · 10 years ago
  39. 6f07ac2 cmd/gc: pad structs which end in zero-sized fields by Keith Randall · 10 years ago
  40. df027ac reflect: add write barriers by Russ Cox · 10 years ago
  41. a1c9e10 reflect: document that Values can't be compared directly by Shenghou Ma · 10 years ago
  42. 48d6303 reflect: set dir when creating a channel via ChanOf by Michael Fraenkel · 10 years ago
  43. b1f29b2 runtime: get rid of goalg, no longer needed by Keith Randall · 10 years ago
  44. e26e3fa reflect, runtime: gofmt by mattn · 10 years ago
  45. 31f8310 reflect: fix func layout test for nacl build by Keith Randall · 10 years ago
  46. 108dbd0 reflect: more function layout tests by Keith Randall · 10 years ago
  47. d11f411 reflect: add kindNoPointers if a function layout has no pointers. by Keith Randall · 10 years ago
  48. fbc56cf runtime: hashmap: move overflow pointer to end of bucket by Keith Randall · 10 years ago
  49. 895e48c reflect: remove a double negative, use the rtype.pointers method for clarity by Brad Fitzpatrick · 10 years ago
  50. df1739c runtime: if key type is reflexive, don't call equal(k, k) by Keith Randall · 10 years ago
  51. 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
  52. 829b286 [dev.cc] all: merge default (8d42099cdc23) into dev.cc by Russ Cox · 10 years ago
  53. 7c1e330 reflect: Fix reflect.funcLayout. The GC bitmap has two bits per by Keith Randall · 10 years ago
  54. 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
  55. 33e9102 [dev.cc] reflect: interfaces contain only pointers by Russ Cox · 10 years ago
  56. 700ab16 [dev.power64] reflect: fix asm on power64x by Austin Clements · 10 years ago
  57. f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
  58. 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
  59. 82a0188 reflect: fix TestAllocations now that interfaces hold only pointers by Ian Lance Taylor · 10 years ago
  60. 7b9c5ec reflect: allocate correct type in assignTo and cvtT2I by Ian Lance Taylor · 10 years ago
  61. 0d81b72 reflect: a few microoptimizations by Russ Cox · 10 years ago
  62. 4e1d196 reflect: fix struct size calculation to include terminal padding by Damien Neil · 10 years ago
  63. a1616d4 reflect: shorten value to 3 words by Russ Cox · 10 years ago
  64. 94950af reflect: add fast path for FieldByIndex with len(index) = 1 by Russ Cox · 10 years ago
  65. 3cf9acc reflect: generated unrolled GC bitmask directly by Ian Lance Taylor · 10 years ago
  66. 14cd40d reflect: add direct call tests to TestMakeFuncVariadic by Michael Hudson-Doyle · 10 years ago
  67. 6920b2a reflect: add tests for variadic method calls by Ian Lance Taylor · 10 years ago
  68. 18172c4 runtime: remove type-punning for Type.gc[0], gc[1] by Russ Cox · 10 years ago
  69. 62d3202 reflect: fix IsValid vs Kind mismatch after Elem of nil interface by Russ Cox · 11 years ago
  70. dd8f29e reflect: adjust Value.String to give correct answer for methods by Russ Cox · 11 years ago
  71. a325f4f reflect: add Type.Comparable by Russ Cox · 11 years ago
  72. f0d44db runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback by Russ Cox · 11 years ago
  73. b78d7b7 reflect: use runtime's memmove instead of its own by Keith Randall · 11 years ago
  74. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago