[go: up one dir, main page]

  1. 91baf5ce reflect: fix reference comment to runtime/map.go by Koichi Shiraishi · 3 years, 7 months ago
  2. c22a6c3 reflect: when StructOf overflows computing size/offset, panic by Keith Randall · 3 years, 6 months ago
  3. e1e66a0 cmd/compile,runtime,reflect: move embedded bit from offset to name by Keith Randall · 3 years, 6 months ago
  4. e6d8b05 Revert "reflect: deprecate (Slice|String)Header" by Ian Lance Taylor · 3 years, 7 months ago
  5. 74f0ccb reflect: store receiver in pointer slot for reflect call by Cherry Mui · 3 years, 7 months ago
  6. 1371339 go, math, os, reflect: support standard library for loong64 by Xiaodong Liu · 3 years, 7 months ago
  7. 81a9a7f reflect: add example for FieldByName by Mostafa Solati · 3 years, 7 months ago
  8. bc2e961 reflect: deprecate (Slice|String)Header by Carlo Alberto Ferraris · 3 years, 8 months ago
  9. 93218ea reflect: implement float32 for regabi riscv64 by Meng Zhuo · 3 years, 8 months ago
  10. 8b389eb reflect: derive correct Value method in panic messages by Joe Tsai · 3 years, 8 months ago
  11. 11a650b reflect: ensure map keys match key type in MapIndex and SetMapIndex by Dan Kortschak · 3 years, 8 months ago
  12. 892cd0b reflect: support Len and Cap on pointer-to-array Value by cuiweixie · 3 years, 8 months ago
  13. 67d6be1 reflect: make more Value methods inlineable by Joe Tsai · 3 years, 8 months ago
  14. 01837ca reflect: in assignTo only allocate target if needed by Ian Lance Taylor · 3 years, 8 months ago
  15. 6de0088 reflect: remove unused overflowPad variable by Phil Kulin · 3 years, 8 months ago
  16. aa8262d reflect: adjust MapRange allocation test for noopt builder, take 2 by Keith Randall · 3 years, 8 months ago
  17. 689dc17 reflect: adjust MapRange allocation test for noopt builder by Keith Randall · 3 years, 8 months ago
  18. c5edd5f reflect: make Value.MapRange inlineable by Joe Tsai · 3 years, 8 months ago
  19. e948c33 reflect: make Value.Type inlineable by Joe Tsai · 3 years, 8 months ago
  20. 1930977 all: gofmt main repo by Russ Cox · 3 years, 11 months ago
  21. 3e7ffb8 all: consistently use US spelling of present participles by Daniel Martí · 3 years, 9 months ago
  22. 9839668 all: separate doc comment from //go: directives by Russ Cox · 3 years, 11 months ago
  23. 81431c7 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments by Russ Cox · 3 years, 11 months ago
  24. ac31352 reflect: fix Value.NumMethod docs by zlasd · 3 years, 9 months ago
  25. 884e75f reflect: fix the collision of variable name and package name by hopehook · 3 years, 10 months ago
  26. 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years, 11 months ago
  27. 89dff11 all: fix TODO comment hanging indents by Russ Cox · 3 years, 11 months ago
  28. bb2b16d reflect, runtime: add reflect support for regabi on riscv64 by Meng Zhuo · 4 years, 2 months ago
  29. ad646b3 Revert "reflect, runtime: add reflect support for regabi on riscv64" by mzh · 3 years, 9 months ago
  30. 56400fc reflect, runtime: add reflect support for regabi on riscv64 by Meng Zhuo · 4 years, 2 months ago
  31. 9f252a0 all: delete ARM64 non-register ABI fallback path by Cherry Mui · 3 years, 9 months ago
  32. d8bee94 reflect, runtime: drop RegabiArgs conditions by Cherry Mui · 3 years, 9 months ago
  33. 3684abb all: delete regabireflect goexperiment by Cherry Mui · 3 years, 9 months ago
  34. 0d71234 reflect: avoid panic in reflect.Kind.String for negative Kind by Russ Cox · 3 years, 9 months ago
  35. a5b8b56 reflect: allow Value.Bytes on addressable byte arrays by Joe Tsai · 4 years, 4 months ago
  36. 20b1772 reflect: call ABIInternal moveMakeFuncArgPtrs on ARM64 by Cherry Mui · 3 years, 10 months ago
  37. 2d1d548 reflect: update relative path in comment by Jing维 · 4 years ago
  38. 1d3a5b4 reflect: fix name of type parameter by zhouguangyuan · 4 years ago
  39. 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 4 years, 1 month ago
  40. 23adc13 reflect: keep pointer in aggregate-typed args live in Call by Cherry Mui · 4 years, 1 month ago
  41. f19e400 all: remove more leftover // +build lines by Tobias Klauser · 4 years, 1 month ago
  42. 89c5270 reflect: avoid stack copies of hiter by Martin Möhrmann · 4 years, 2 months ago
  43. 33c392f reflect: add FieldByIndexErr by Rob Pike · 4 years, 2 months ago
  44. f229e70 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) by Russ Cox · 4 years, 4 months ago
  45. 2ff1074 reflect: undeprecate Ptr, PtrTo by Brad Fitzpatrick · 4 years, 2 months ago
  46. 056dfe6 reflect: undeprecate Value.{Pointer,UnsafeAddr} by Cuong Manh Le · 4 years, 2 months ago
  47. a3c4ac0 reflect: skip duplicate check in StructOf when the name of a field is "_" by zhouguangyuan · 4 years, 2 months ago
  48. 283d8a3 all: use reflect.{Pointer,PointerTo} by Cuong Manh Le · 4 years, 2 months ago
  49. 23e57e5 reflect: make Value.Pointer panic on bad notinheap pointers by Cuong Manh Le · 4 years, 2 months ago
  50. 07e5527 reflect: fix methodValueCall code pointer mismatch in Value.Pointer by Cuong Manh Le · 4 years, 2 months ago
  51. d7149e5 reflect: restore Value.Pointer implementation by Cuong Manh Le · 4 years, 2 months ago
  52. f92a358 reflect: fix methodValueCall code pointer mismatched by Cuong Manh Le · 4 years, 2 months ago
  53. 4d55072 reflect: add Value.UnsafePointer by Cuong Manh Le · 4 years, 3 months ago
  54. 543a513 reflect: add test that method values have the same code pointers by Cuong Manh Le · 4 years, 2 months ago
  55. 4251541 reflect: correct documentation of Value.UnsafeAddr by Cuong Manh Le · 4 years, 3 months ago
  56. 8331f25 reflect: make Elem panic on bad notinheap pointers by Keith Randall · 4 years, 3 months ago
  57. 1cbec68 reflect: fix SetIter test by Keith Randall · 4 years, 2 months ago
  58. 8dab959 reflect: rename Mapiter.SetKey to Value.SetIterKey by Keith Randall · 4 years, 2 months ago
  59. 9c43872 reflect,runtime: add reflect support for regabi on PPC64 by Lynn Boger · 4 years, 3 months ago
  60. 04f7521 reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex} by Fabio Falzoi · 4 years, 3 months ago
  61. 2dda92f runtime: make slice growth formula a bit smoother by Keith Randall · 4 years, 3 months ago
  62. 146e8d4 reflect: use Value.Len instead of conversion to slice header by Nevkontakte · 4 years, 3 months ago
  63. f93a63a reflect: add a floating point section to DeepEqual tests by Josh Bleecher Snyder · 4 years, 3 months ago
  64. a0c409c reflect: add fast paths for common, simple Kinds to DeepEqual by Josh Bleecher Snyder · 4 years, 8 months ago
  65. ac40c98 reflect: fix _faststr optimization by Keith Randall · 4 years, 3 months ago
  66. 23832ba reflect: optimize for maps with string keys by Joe Tsai · 4 years, 4 months ago
  67. ea43445 reflect: add hooks for dealing with narrow width floats by Michael Anthony Knyszek · 4 years, 4 months ago
  68. bab79dd reflect: add back signaling NaN test by Keith Randall · 4 years, 3 months ago
  69. 963218c reflect: correct typoo in comment by Ian Lance Taylor · 4 years, 3 months ago
  70. b606739 reflect: add test for passing float32 signaling NaNs by Keith Randall · 4 years, 3 months ago
  71. b5e33a5 reflect: rename MapIter method receiver variable from it to iter by Josh Bleecher Snyder · 4 years, 4 months ago
  72. 07f6230 reflect: add MapIter.Reset by Josh Bleecher Snyder · 4 years, 7 months ago
  73. 7619a45 reflect: improve panic when MapIter has no associated map Value by Josh Bleecher Snyder · 4 years, 7 months ago
  74. 1b2d794 reflect: allocate hiter as part of MapIter by Josh Bleecher Snyder · 4 years, 7 months ago
  75. 17910ed refect: rename Ptr Kind to Pointer (but keep Ptr) by Brad Fitzpatrick · 4 years, 4 months ago
  76. 54cdef1 reflect: add MapIter.SetKey and MapIter.SetValue by Josh Bleecher Snyder · 4 years, 7 months ago
  77. f1d8ea1 reflect: fix memmove for big endian cases with new ABI by Lynn Boger · 4 years, 4 months ago
  78. bd68459 reflect: add example for FieldByIndex by Mostafa Solati · 6 years ago
  79. 9871726 reflect: add test for invalid conversion by Keith Randall · 4 years, 4 months ago
  80. 4012fea all: fix typos by Yasuhiro Matsumoto · 4 years, 5 months ago
  81. a27e325 [dev.typeparams] all: merge master (798ec73) into dev.typeparams by Matthew Dempsky · 4 years, 5 months ago
  82. 3e48c03 reflect: add missing copyright header by wdvxdr · 4 years, 5 months ago
  83. 48c88f1 reflect: add Value.CanConvert by Ian Lance Taylor · 4 years, 5 months ago
  84. 2b1d70a [dev.typeparams] all: merge master (296ddf2) into dev.typeparams by Matthew Dempsky · 4 years, 5 months ago
  85. ce76298 Update oudated comment by makdon · 4 years, 7 months ago
  86. ac2de11 [dev.typeparams] all: merge master (37f9a8f) into dev.typeparams by Cuong Manh Le · 4 years, 6 months ago
  87. c309c89 reflect: document that InterfaceData is a low-entropy RNG by Matthew Dempsky · 4 years, 6 months ago
  88. fb84d21 [dev.typeparams] reflect: support big endian architectures in callMethod by Michael Anthony Knyszek · 4 years, 6 months ago
  89. bfd9b63 [dev.typeparams] reflect: delete unused ptrSize and PtrSize by Michael Anthony Knyszek · 4 years, 6 months ago
  90. 95c104e [dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSize [generated] by Michael Anthony Knyszek · 4 years, 6 months ago
  91. 4d6f9d6 [dev.typeparams] all: merge master (785a8f6) into dev.typeparams by Cuong Manh Le · 4 years, 6 months ago
  92. cf4e3e3 reflect: explain why convertible or comparable types may still panic by Joe Tsai · 4 years, 6 months ago
  93. 0fd20ed reflect: use same conversion panic in reflect and runtime by Ian Lance Taylor · 4 years, 6 months ago
  94. ea438bd [dev.typeparams] all: merge master (fdab5be) into dev.typeparams by Matthew Dempsky · 4 years, 6 months ago
  95. 9d46ee5 reflect: handle stack-to-register translation in callMethod by Michael Anthony Knyszek · 4 years, 6 months ago
  96. e9ba075 [dev.typeparams] reflect: guard abi_test.go with regabiargs build tag by Cherry Mui · 4 years, 7 months ago
  97. 0c123cd [dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64 by Cherry Mui · 4 years, 7 months ago
  98. 6633dc8 [dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64 by Cherry Mui · 4 years, 7 months ago
  99. f642742 [dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of assembly functions by Cherry Mui · 4 years, 7 months ago
  100. fb42fb7 [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of assembly functions by Cherry Mui · 4 years, 7 months ago