aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/all_test.go
AgeCommit message (Expand)Author
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-11reflect: optimize for maps with string keysJoe Tsai
2021-09-08reflect: add back signaling NaN testKeith Randall
2021-09-07reflect: add test for passing float32 signaling NaNsKeith Randall
2021-09-07reflect: add MapIter.ResetJosh Bleecher Snyder
2021-09-05reflect: allocate hiter as part of MapIterJosh Bleecher Snyder
2021-08-24reflect: add MapIter.SetKey and MapIter.SetValueJosh Bleecher Snyder
2021-08-19reflect: add test for invalid conversionKeith Randall
2021-07-22[dev.typeparams] all: merge master (798ec73) into dev.typeparamsMatthew Dempsky
2021-07-21reflect: add Value.CanConvertIan Lance Taylor
2021-06-17[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek
2021-06-14reflect: use same conversion panic in reflect and runtimeIan Lance Taylor
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-04-21reflect: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20reflect: fix stack overflow panic when using haveIdenticalUnderlyingTypeJinzhu
2021-04-06reflect: refactor funcLayout testsMichael Anthony Knyszek
2021-03-30reflect: cache IsVariadic calls in CallIgnacio Hagopian
2021-03-15reflect: panic if ArrayOf is called with negative lengthPaschalis Tsilias
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-01-07Revert "reflect: support multiple keys in struct tags"Ian Lance Taylor
2020-11-26reflect: fix Value.Convert for int-to-string conversions (regression)Robert Griesemer
2020-10-28Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le
2020-10-09cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le
2020-10-06reflect: support multiple keys in struct tagsAlexey Vilenskiy
2020-10-02all: drop 387 supportKeith Randall
2020-10-01reflect: add test for variadic reflect.Type.MethodIan Lance Taylor
2020-09-18reflect: use zero buffer to back the Value returned by ZeroKeith Randall
2020-08-18runtime: eliminate scase.kind fieldMatthew Dempsky
2020-08-17runtime: move checkmarks to a separate bitmapAustin Clements
2020-08-14reflect: add parentheses to properly bind <- in ChanOf’s stringAlexander Klauer
2020-06-18reflect: handling flagIndir in DeepEqual potential cyclesIan Lance Taylor
2020-05-04reflect: keep RO flags unchanged in Value.AddrKezhu Wang
2020-04-28reflect: reduce allocations for Select with up to 4 casesMartin Möhrmann
2020-04-21reflect: disallow invoking methods on unexported embedded fieldsMatthew Dempsky
2020-04-21reflect: return user-visible method name in panic stringIan Lance Taylor
2020-04-01reflect: when Converting between float32s, don't lose signal NaNsKeith Randall
2020-02-25Revert "reflect: when Converting between float32s, don't lose signal NaNs"Keith Randall
2020-02-25reflect: when Converting between float32s, don't lose signal NaNsKeith Randall
2020-02-24reflect: update Select to panic early on excessive input casesMilan Patel
2019-12-19reflect: record PkgPath of StructOf argumentsIan Lance Taylor
2019-11-15reflect: factor out special channel assignability rule from haveIdenticalUnde...go101
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-28reflect: let StructOf define unexported fieldsDavid Crawshaw
2019-09-11reflect: fix panic in DeepEqual when checking a cycleHuan Du
2019-08-14reflect: align first argument in callMethodCherry Zhang
2019-05-08reflect: add a test for Calling a Method of a direct interface typeCherry Zhang
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-05-02reflect: MakeFunc: allow assignment conversions on values returned from the w...Keith Randall