aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
2021-09-14reflect: use Value.Len instead of conversion to slice headerNevkontakte
2021-09-13reflect: add a floating point section to DeepEqual testsJosh Bleecher Snyder
2021-09-13reflect: add fast paths for common, simple Kinds to DeepEqualJosh Bleecher Snyder
2021-09-13reflect: fix _faststr optimizationKeith Randall
2021-09-11reflect: optimize for maps with string keysJoe Tsai
2021-09-09reflect: add hooks for dealing with narrow width floatsMichael Anthony Knyszek
2021-09-08reflect: add back signaling NaN testKeith Randall
2021-09-08reflect: correct typoo in commentIan Lance Taylor
2021-09-07reflect: add test for passing float32 signaling NaNsKeith Randall
2021-09-07reflect: rename MapIter method receiver variable from it to iterJosh Bleecher Snyder
2021-09-07reflect: add MapIter.ResetJosh Bleecher Snyder
2021-09-05reflect: improve panic when MapIter has no associated map ValueJosh Bleecher Snyder
2021-09-05reflect: allocate hiter as part of MapIterJosh Bleecher Snyder
2021-09-03refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick
2021-08-24reflect: add MapIter.SetKey and MapIter.SetValueJosh Bleecher Snyder
2021-08-23reflect: fix memmove for big endian cases with new ABILynn Boger
2021-08-22reflect: add example for FieldByIndexMostafa Solati
2021-08-19reflect: add test for invalid conversionKeith Randall
2021-08-17all: fix typosYasuhiro Matsumoto
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-21reflect: add missing copyright headerwdvxdr
2021-07-21reflect: add Value.CanConvertIan Lance Taylor
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-24reflect: document that InterfaceData is a low-entropy RNGMatthew Dempsky
2021-06-17[dev.typeparams] reflect: support big endian architectures in callMethodMichael Anthony Knyszek
2021-06-17[dev.typeparams] reflect: delete unused ptrSize and PtrSizeMichael Anthony Knyszek
2021-06-17[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek
2021-06-16[dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le
2021-06-15reflect: explain why convertible or comparable types may still panicJoe Tsai
2021-06-14reflect: use same conversion panic in reflect and runtimeIan Lance Taylor
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-12reflect: handle stack-to-register translation in callMethodMichael Anthony Knyszek
2021-06-03[dev.typeparams] reflect: guard abi_test.go with regabiargs build tagCherry Mui
2021-06-02[dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64Cherry Mui
2021-06-01[dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64Cherry Mui
2021-05-24[dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-05-21[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...Cherry Mui
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-04-21reflect: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20reflect: fix stack overflow panic when using haveIdenticalUnderlyingTypeJinzhu
2021-04-16reflect: preserve ctxt across moveMakeFuncArgPtrsCherry Zhang
2021-04-14reflect: keep pointer register results alive in callMethodCherry Zhang
2021-04-09reflect: panic on New of go:notinheap typeIan Lance Taylor
2021-04-08reflect: fix typo in result-in-registers caseDavid Chase
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-04-06reflect: refactor funcLayout testsMichael Anthony Knyszek