aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
2021-12-21reflect: update relative path in commentJing维
2021-12-16reflect: fix name of type parameterzhouguangyuan
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-12reflect: keep pointer in aggregate-typed args live in CallCherry Mui
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-10-31reflect: avoid stack copies of hiterMartin Möhrmann
2021-10-29reflect: add FieldByIndexErrRob Pike
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-28reflect: undeprecate Ptr, PtrToBrad Fitzpatrick
2021-10-28reflect: undeprecate Value.{Pointer,UnsafeAddr}Cuong Manh Le
2021-10-27reflect: skip duplicate check in StructOf when the name of a field is "_"zhouguangyuan
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-22reflect: make Value.Pointer panic on bad notinheap pointersCuong Manh Le
2021-10-19reflect: fix methodValueCall code pointer mismatch in Value.PointerCuong Manh Le
2021-10-19reflect: restore Value.Pointer implementationCuong Manh Le
2021-10-19reflect: fix methodValueCall code pointer mismatchedCuong Manh Le
2021-10-18reflect: add Value.UnsafePointerCuong Manh Le
2021-10-18reflect: add test that method values have the same code pointersCuong Manh Le
2021-10-18reflect: correct documentation of Value.UnsafeAddrCuong Manh Le
2021-10-15reflect: make Elem panic on bad notinheap pointersKeith Randall
2021-10-15reflect: fix SetIter testKeith Randall
2021-10-15reflect: rename Mapiter.SetKey to Value.SetIterKeyKeith Randall
2021-09-28reflect,runtime: add reflect support for regabi on PPC64Lynn Boger
2021-09-27reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}Fabio Falzoi
2021-09-27runtime: make slice growth formula a bit smootherKeith Randall
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