1. d42c08a reflect,runtime: add Value.Clear by Cuong Manh Le · 2 years, 1 month ago
  2. e22bd23 internal/abi,runtime: refactor map constants into one place by David Chase · 2 years ago
  3. 7847260 reflect: correct tpoy in comment by Ian Lance Taylor · 2 years, 2 months ago
  4. 9f2951b reflect: remove deprecation notices from SliceHeader, StringHeader by Russ Cox · 2 years, 2 months ago
  5. 036696a doc/go1.20: finish most standard library TODOs by Russ Cox · 2 years, 2 months ago
  6. 821e310 all: add missing copyright header by cui fliter · 2 years, 2 months ago
  7. 26b2c9a reflect: use unsafe.String in name.name and name.tag by Tobias Klauser · 2 years, 2 months ago
  8. a343f40 reflect: rewrite value.Equal to avoid allocations by Ian Lance Taylor · 2 years, 2 months ago
  9. a749850 all: fix function names in comments by cui fliter · 2 years, 2 months ago
  10. 7ffc1e4 reflect: panic when Value.Equal using two non-comparable values by hopehook · 2 years, 3 months ago
  11. 61f0409 reflect: add Value.Grow by Joe Tsai · 2 years, 10 months ago
  12. e0d01b8 arena: add experimental arena package by Michael Anthony Knyszek · 2 years, 5 months ago
  13. e7d203f reflect: avoid unnecessary copy of funcTypes by Zeke Lu · 2 years, 3 months ago
  14. 6d8ec89 reflect: fix race condition on funcTypes by Cuong Manh Le · 2 years, 3 months ago
  15. b0f8e20 reflect: clarify that Value.Comparable checks the value by Ian Lance Taylor · 2 years, 3 months ago
  16. 63668a5 reflect: create funcTypes using StructOf by cuiweixie · 2 years, 5 months ago
  17. c3728b7 reflect: simplify Value.Comparable by cuiweixie · 2 years, 4 months ago
  18. 0053ec4 reflect: rtype.MethodByName using binary search by cuiweixie · 2 years, 5 months ago
  19. 805f174 reflect: allow conversion from slice to array by Cuong Manh Le · 2 years, 4 months ago
  20. 5bbee7a reflect: move benchmarks to its own file by Cuong Manh Le · 2 years, 4 months ago
  21. 4108970 all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, String} by hopehook · 2 years, 4 months ago
  22. d734203 reflect: deprecate SliceHeader and StringHeader by hopehook · 2 years, 4 months ago
  23. cdb270c reflect: fix stale Value.kind documentation by Joe Tsai · 2 years, 5 months ago
  24. c75d197 reflect: use strings.Builder by cuiweixie · 2 years, 4 months ago
  25. 91ef076 reflect: fix Value.SetIterXXX to check for the read-only bit by Joe Tsai · 2 years, 5 months ago
  26. ee0e40a reflect: use cgo.Incomplete instead of go:notinheap in tests by Cuong Manh Le · 2 years, 5 months ago
  27. 47f8db3 reflect: clarify Value.Equal behavior for non-comparable values by Cuong Manh Le · 2 years, 4 months ago
  28. 7393049 reflect: simplify array value comparable check by Cuong Manh Le · 2 years, 4 months ago
  29. acabf87 reflect: add Value.{Comparable,Equal} by cuiweixie · 2 years, 5 months ago
  30. bc1d0d8 reflect: add Value.SetZero by Joe Tsai · 2 years, 7 months ago
  31. d7a3fa1 reflect: FuncOf support more than 50 arguments by cuiweixie · 2 years, 5 months ago
  32. 1ab6b79 reflect: optimize Value.IsZero by Joe Tsai · 2 years, 7 months ago
  33. 9e6cd39 all: clean up unreachable Continue after Fatal by hopehook · 2 years, 5 months ago
  34. e49e876 runtime: process ptr bitmaps one word at a time by Keith Randall · 2 years, 8 months ago
  35. 6a9c674 runtime: redo heap bitmap by Keith Randall · 2 years, 8 months ago
  36. 8298c54 reflect: fix stale Value.Pointer comment by Joe Tsai · 2 years, 8 months ago
  37. ad0287f Revert "runtime: redo heap bitmap" by Keith Randall · 2 years, 5 months ago
  38. e1a8e0e Revert "runtime: process ptr bitmaps one word at a time" by Keith Randall · 2 years, 5 months ago
  39. a292b39 internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff by Cuong Manh Le · 2 years, 5 months ago
  40. ebf182c reflect: avoid TypeOf in init by Joe Tsai · 2 years, 5 months ago
  41. c3833a5 runtime: process ptr bitmaps one word at a time by Keith Randall · 2 years, 8 months ago
  42. b589208 runtime: redo heap bitmap by Keith Randall · 2 years, 8 months ago
  43. 5405df0 reflect: use doc links to refer to package "unsafe" by Cuong Manh Le · 2 years, 5 months ago
  44. 91baf5ce reflect: fix reference comment to runtime/map.go by Koichi Shiraishi · 2 years, 8 months ago
  45. c22a6c3 reflect: when StructOf overflows computing size/offset, panic by Keith Randall · 2 years, 7 months ago
  46. e1e66a0 cmd/compile,runtime,reflect: move embedded bit from offset to name by Keith Randall · 2 years, 7 months ago
  47. e6d8b05 Revert "reflect: deprecate (Slice|String)Header" by Ian Lance Taylor · 2 years, 8 months ago
  48. 74f0ccb reflect: store receiver in pointer slot for reflect call by Cherry Mui · 2 years, 8 months ago
  49. 1371339 go, math, os, reflect: support standard library for loong64 by Xiaodong Liu · 2 years, 8 months ago
  50. 81a9a7f reflect: add example for FieldByName by Mostafa Solati · 2 years, 8 months ago
  51. bc2e961 reflect: deprecate (Slice|String)Header by Carlo Alberto Ferraris · 2 years, 9 months ago
  52. 93218ea reflect: implement float32 for regabi riscv64 by Meng Zhuo · 2 years, 8 months ago
  53. 8b389eb reflect: derive correct Value method in panic messages by Joe Tsai · 2 years, 9 months ago
  54. 11a650b reflect: ensure map keys match key type in MapIndex and SetMapIndex by Dan Kortschak · 2 years, 9 months ago
  55. 892cd0b reflect: support Len and Cap on pointer-to-array Value by cuiweixie · 2 years, 9 months ago
  56. 67d6be1 reflect: make more Value methods inlineable by Joe Tsai · 2 years, 9 months ago
  57. 01837ca reflect: in assignTo only allocate target if needed by Ian Lance Taylor · 2 years, 9 months ago
  58. 6de0088 reflect: remove unused overflowPad variable by Phil Kulin · 2 years, 9 months ago
  59. aa8262d reflect: adjust MapRange allocation test for noopt builder, take 2 by Keith Randall · 2 years, 9 months ago
  60. 689dc17 reflect: adjust MapRange allocation test for noopt builder by Keith Randall · 2 years, 9 months ago
  61. c5edd5f reflect: make Value.MapRange inlineable by Joe Tsai · 2 years, 9 months ago
  62. e948c33 reflect: make Value.Type inlineable by Joe Tsai · 2 years, 9 months ago
  63. 1930977 all: gofmt main repo by Russ Cox · 3 years ago
  64. 3e7ffb8 all: consistently use US spelling of present participles by Daniel Martí · 2 years, 9 months ago
  65. 9839668 all: separate doc comment from //go: directives by Russ Cox · 3 years ago
  66. 81431c7 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments by Russ Cox · 3 years ago
  67. ac31352 reflect: fix Value.NumMethod docs by zlasd · 2 years, 10 months ago
  68. 884e75f reflect: fix the collision of variable name and package name by hopehook · 2 years, 11 months ago
  69. 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years ago
  70. 89dff11 all: fix TODO comment hanging indents by Russ Cox · 3 years ago
  71. bb2b16d reflect, runtime: add reflect support for regabi on riscv64 by Meng Zhuo · 3 years, 2 months ago
  72. ad646b3 Revert "reflect, runtime: add reflect support for regabi on riscv64" by mzh · 2 years, 10 months ago
  73. 56400fc reflect, runtime: add reflect support for regabi on riscv64 by Meng Zhuo · 3 years, 2 months ago
  74. 9f252a0 all: delete ARM64 non-register ABI fallback path by Cherry Mui · 2 years, 10 months ago
  75. d8bee94 reflect, runtime: drop RegabiArgs conditions by Cherry Mui · 2 years, 10 months ago
  76. 3684abb all: delete regabireflect goexperiment by Cherry Mui · 2 years, 10 months ago
  77. 0d71234 reflect: avoid panic in reflect.Kind.String for negative Kind by Russ Cox · 2 years, 10 months ago
  78. a5b8b56 reflect: allow Value.Bytes on addressable byte arrays by Joe Tsai · 3 years, 4 months ago
  79. 20b1772 reflect: call ABIInternal moveMakeFuncArgPtrs on ARM64 by Cherry Mui · 2 years, 11 months ago
  80. 2d1d548 reflect: update relative path in comment by Jing维 · 3 years, 1 month ago
  81. 1d3a5b4 reflect: fix name of type parameter by zhouguangyuan · 3 years, 1 month ago
  82. 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 1 month ago
  83. 23adc13 reflect: keep pointer in aggregate-typed args live in Call by Cherry Mui · 3 years, 2 months ago
  84. f19e400 all: remove more leftover // +build lines by Tobias Klauser · 3 years, 2 months ago
  85. 89c5270 reflect: avoid stack copies of hiter by Martin Möhrmann · 3 years, 2 months ago
  86. 33c392f reflect: add FieldByIndexErr by Rob Pike · 3 years, 3 months ago
  87. f229e70 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) by Russ Cox · 3 years, 5 months ago
  88. 2ff1074 reflect: undeprecate Ptr, PtrTo by Brad Fitzpatrick · 3 years, 2 months ago
  89. 056dfe6 reflect: undeprecate Value.{Pointer,UnsafeAddr} by Cuong Manh Le · 3 years, 2 months ago
  90. a3c4ac0 reflect: skip duplicate check in StructOf when the name of a field is "_" by zhouguangyuan · 3 years, 3 months ago
  91. 283d8a3 all: use reflect.{Pointer,PointerTo} by Cuong Manh Le · 3 years, 2 months ago
  92. 23e57e5 reflect: make Value.Pointer panic on bad notinheap pointers by Cuong Manh Le · 3 years, 3 months ago
  93. 07e5527 reflect: fix methodValueCall code pointer mismatch in Value.Pointer by Cuong Manh Le · 3 years, 3 months ago
  94. d7149e5 reflect: restore Value.Pointer implementation by Cuong Manh Le · 3 years, 3 months ago
  95. f92a358 reflect: fix methodValueCall code pointer mismatched by Cuong Manh Le · 3 years, 3 months ago
  96. 4d55072 reflect: add Value.UnsafePointer by Cuong Manh Le · 3 years, 4 months ago
  97. 543a513 reflect: add test that method values have the same code pointers by Cuong Manh Le · 3 years, 3 months ago
  98. 4251541 reflect: correct documentation of Value.UnsafeAddr by Cuong Manh Le · 3 years, 4 months ago
  99. 8331f25 reflect: make Elem panic on bad notinheap pointers by Keith Randall · 3 years, 4 months ago
  100. 1cbec68 reflect: fix SetIter test by Keith Randall · 3 years, 3 months ago