- f92a358 reflect: fix methodValueCall code pointer mismatched by Cuong Manh Le · 3 years, 5 months ago
- 4d55072 reflect: add Value.UnsafePointer by Cuong Manh Le · 3 years, 6 months ago
- 543a513 reflect: add test that method values have the same code pointers by Cuong Manh Le · 3 years, 5 months ago
- 4251541 reflect: correct documentation of Value.UnsafeAddr by Cuong Manh Le · 3 years, 6 months ago
- 8331f25 reflect: make Elem panic on bad notinheap pointers by Keith Randall · 3 years, 6 months ago
- 1cbec68 reflect: fix SetIter test by Keith Randall · 3 years, 5 months ago
- 8dab959 reflect: rename Mapiter.SetKey to Value.SetIterKey by Keith Randall · 3 years, 5 months ago
- 9c43872 reflect,runtime: add reflect support for regabi on PPC64 by Lynn Boger · 3 years, 6 months ago
- 04f7521 reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex} by Fabio Falzoi · 3 years, 6 months ago
- 2dda92f runtime: make slice growth formula a bit smoother by Keith Randall · 3 years, 6 months ago
- 146e8d4 reflect: use Value.Len instead of conversion to slice header by Nevkontakte · 3 years, 6 months ago
- f93a63a reflect: add a floating point section to DeepEqual tests by Josh Bleecher Snyder · 3 years, 6 months ago
- a0c409c reflect: add fast paths for common, simple Kinds to DeepEqual by Josh Bleecher Snyder · 3 years, 10 months ago
- ac40c98 reflect: fix _faststr optimization by Keith Randall · 3 years, 6 months ago
- 23832ba reflect: optimize for maps with string keys by Joe Tsai · 3 years, 7 months ago
- ea43445 reflect: add hooks for dealing with narrow width floats by Michael Anthony Knyszek · 3 years, 6 months ago
- bab79dd reflect: add back signaling NaN test by Keith Randall · 3 years, 6 months ago
- 963218c reflect: correct typoo in comment by Ian Lance Taylor · 3 years, 6 months ago
- b606739 reflect: add test for passing float32 signaling NaNs by Keith Randall · 3 years, 6 months ago
- b5e33a5 reflect: rename MapIter method receiver variable from it to iter by Josh Bleecher Snyder · 3 years, 6 months ago
- 07f6230 reflect: add MapIter.Reset by Josh Bleecher Snyder · 3 years, 10 months ago
- 7619a45 reflect: improve panic when MapIter has no associated map Value by Josh Bleecher Snyder · 3 years, 10 months ago
- 1b2d794 reflect: allocate hiter as part of MapIter by Josh Bleecher Snyder · 3 years, 10 months ago
- 17910ed refect: rename Ptr Kind to Pointer (but keep Ptr) by Brad Fitzpatrick · 3 years, 7 months ago
- 54cdef1 reflect: add MapIter.SetKey and MapIter.SetValue by Josh Bleecher Snyder · 3 years, 10 months ago
- f1d8ea1 reflect: fix memmove for big endian cases with new ABI by Lynn Boger · 3 years, 7 months ago
- bd68459 reflect: add example for FieldByIndex by Mostafa Solati · 4 years, 9 months ago
- 9871726 reflect: add test for invalid conversion by Keith Randall · 3 years, 7 months ago
- 4012fea all: fix typos by Yasuhiro Matsumoto · 3 years, 8 months ago
- a27e325 [dev.typeparams] all: merge master (798ec73) into dev.typeparams by Matthew Dempsky · 3 years, 8 months ago
- 3e48c03 reflect: add missing copyright header by wdvxdr · 3 years, 8 months ago
- 48c88f1 reflect: add Value.CanConvert by Ian Lance Taylor · 3 years, 8 months ago
- 2b1d70a [dev.typeparams] all: merge master (296ddf2) into dev.typeparams by Matthew Dempsky · 3 years, 8 months ago
- ce76298 Update oudated comment by makdon · 3 years, 10 months ago
- ac2de11 [dev.typeparams] all: merge master (37f9a8f) into dev.typeparams by Cuong Manh Le · 3 years, 9 months ago
- c309c89 reflect: document that InterfaceData is a low-entropy RNG by Matthew Dempsky · 3 years, 9 months ago
- fb84d21 [dev.typeparams] reflect: support big endian architectures in callMethod by Michael Anthony Knyszek · 3 years, 9 months ago
- bfd9b63 [dev.typeparams] reflect: delete unused ptrSize and PtrSize by Michael Anthony Knyszek · 3 years, 9 months ago
- 95c104e [dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSize [generated] by Michael Anthony Knyszek · 3 years, 9 months ago
- 4d6f9d6 [dev.typeparams] all: merge master (785a8f6) into dev.typeparams by Cuong Manh Le · 3 years, 9 months ago
- cf4e3e3 reflect: explain why convertible or comparable types may still panic by Joe Tsai · 3 years, 9 months ago
- 0fd20ed reflect: use same conversion panic in reflect and runtime by Ian Lance Taylor · 3 years, 9 months ago
- ea438bd [dev.typeparams] all: merge master (fdab5be) into dev.typeparams by Matthew Dempsky · 3 years, 9 months ago
- 9d46ee5 reflect: handle stack-to-register translation in callMethod by Michael Anthony Knyszek · 3 years, 9 months ago
- e9ba075 [dev.typeparams] reflect: guard abi_test.go with regabiargs build tag by Cherry Mui · 3 years, 9 months ago
- 0c123cd [dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64 by Cherry Mui · 3 years, 10 months ago
- 6633dc8 [dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64 by Cherry Mui · 3 years, 10 months ago
- f642742 [dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of assembly functions by Cherry Mui · 3 years, 10 months ago
- fb42fb7 [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of assembly functions by Cherry Mui · 3 years, 10 months ago
- 2c76a6f all: add //go:build lines to assembly files by Tobias Klauser · 3 years, 10 months ago
- 2870259 cmd/compile,reflect: allow longer type names by Keith Randall · 3 years, 10 months ago
- b4ca1ce cmd/compile: set unsayable "names" for regabi testing triggers by David Chase · 4 years ago
- 760d3b2 reflect: allow conversion from slice to array ptr by Josh Bleecher Snyder · 4 years ago
- 7473a6a reflect: fix stack overflow panic when using haveIdenticalUnderlyingType by Jinzhu · 3 years, 11 months ago
- 4fb74e0 reflect: preserve ctxt across moveMakeFuncArgPtrs by Cherry Zhang · 4 years ago
- ef36e4f reflect: keep pointer register results alive in callMethod by Cherry Zhang · 4 years ago
- 554d2c4 reflect: panic on New of go:notinheap type by Ian Lance Taylor · 4 years ago
- 912c4e2 reflect: fix typo in result-in-registers case by David Chase · 4 years ago
- b675e52 internal/goexperiment: consolidate experiment-enabled constants by Austin Clements · 4 years ago
- b084073 reflect: refactor funcLayout tests by Michael Anthony Knyszek · 4 years ago
- d446cb7 reflect: call ABI0 callReflect/callMethod by Cherry Zhang · 4 years ago
- 41cf18e reflect: fix methodValueCall frame size on mips64 by Michael Anthony Knyszek · 4 years ago
- 34b87b4 reflect: remove short-circuits for zero-sized types in ABI algorithm by Michael Anthony Knyszek · 4 years ago
- 28c5fed reflect: add register ABI support for makeFuncStub and methodValueCall by Michael Anthony Knyszek · 4 years, 1 month ago
- 27d3062 reflect,runtime: assume register ABI with GOEXPERIMENT=regabiargs by Michael Anthony Knyszek · 4 years ago
- 51cd074 reflect: undo register count increments on register assignment failure by Michael Anthony Knyszek · 4 years ago
- 6cadfe2 reflect: cache IsVariadic calls in Call by Ignacio Hagopian · 4 years ago
- bdbba22 reflect: add tests for reflect.Value.Call for the new ABI by Michael Anthony Knyszek · 4 years ago
- d7cc2f1 reflect: panic if ArrayOf is called with negative length by Paschalis Tsilias · 4 years, 2 months ago
- 009bfea reflect: add VisibleFields function by Roger Peppe · 4 years, 2 months ago
- a2f7067 reflect: include the alignment of zero-sized types in stack offsets by Michael Anthony Knyszek · 4 years, 1 month ago
- c5a1c22 reflect: use global variables for register count by Michael Anthony Knyszek · 4 years, 1 month ago
- 580636a all: fix spelling by John Bampton · 4 years ago
- cda8ee0 reflect: fix register ABI spill space calculation by Michael Anthony Knyszek · 4 years, 1 month ago
- b83d073 reflect: add Method.IsExported and StructField.IsExported methods by Joe Tsai · 4 years, 5 months ago
- 7af821a all: faster midpoint computation in binary search by yangwenmai · 4 years, 3 months ago
- e021531 [dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call by Michael Anthony Knyszek · 4 years, 5 months ago
- 7e0a81d [dev.regabi] all: merge master (dab3e5a) into dev.regabi by Matthew Dempsky · 4 years, 2 months ago
- a956a0e [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent renames by Dan Scales · 4 years, 2 months ago
- 9ec21a8 Revert "reflect: support multiple keys in struct tags" by Ian Lance Taylor · 4 years, 2 months ago
- 9b8c272 reflect: document multiple keys in struct tags by Ian Lance Taylor · 4 years, 3 months ago
- f0ff6d4 reflect: fix Value.Convert for int-to-string conversions (regression) by Robert Griesemer · 4 years, 4 months ago
- ebc1b8e reflect: update NumMethod doc for interface type by Cuong Manh Le · 4 years, 5 months ago
- a313eec reflect,runtime: use internal ABI for selected ASM routines, attempt 2 by Than McIntosh · 4 years, 5 months ago
- ddc7e1d Revert "reflect,runtime: use internal ABI for selected ASM routines" by Than McIntosh · 4 years, 4 months ago
- 50af50d reflect,runtime: use internal ABI for selected ASM routines by Than McIntosh · 4 years, 5 months ago
- 642329f Revert "cmd/compile: split exported/non-exported methods for interface type" by Cuong Manh Le · 4 years, 5 months ago
- 009d714 cmd/compile, runtime: store pointers to go:notinheap types indirectly by Keith Randall · 4 years, 5 months ago
- 8f26b57 cmd/compile: split exported/non-exported methods for interface type by Cuong Manh Le · 4 years, 5 months ago
- 5d12434 reflect: support multiple keys in struct tags by Alexey Vilenskiy · 4 years, 7 months ago
- fe2cfb7 all: drop 387 support by Keith Randall · 4 years, 5 months ago
- 41df0e2 reflect: add test for variadic reflect.Type.Method by Ian Lance Taylor · 4 years, 5 months ago
- 8925290 reflect: use zero buffer to back the Value returned by Zero by Keith Randall · 4 years, 6 months ago
- fe23ba4 runtime: eliminate scase.kind field by Matthew Dempsky · 4 years, 8 months ago
- 77a11c0 reflect: remove depth from deepequal recursion by Keith Randall · 4 years, 9 months ago
- d19fedd runtime: move checkmarks to a separate bitmap by Austin Clements · 4 years, 9 months ago
- 407bf0c reflect: add parentheses to properly bind <- in ChanOf’s string by Alexander Klauer · 4 years, 9 months ago
- 3dec253 reflect: zero stack slots before writing to them with write barriers by Keith Randall · 4 years, 9 months ago
- d872bbc reflect: handling flagIndir in DeepEqual potential cycles by Ian Lance Taylor · 4 years, 9 months ago
- 4c003f6 reflect: keep RO flags unchanged in Value.Addr by Kezhu Wang · 4 years, 10 months ago