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