aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/all_test.go
AgeCommit message (Expand)Author
2022-04-25reflect: support Len and Cap on pointer-to-array Valuecuiweixie
2022-04-21reflect: make more Value methods inlineableJoe Tsai
2022-04-19reflect: adjust MapRange allocation test for noopt builder, take 2Keith Randall
2022-04-19reflect: adjust MapRange allocation test for noopt builderKeith Randall
2022-04-18reflect: make Value.MapRange inlineableJoe Tsai
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-15reflect: avoid panic in reflect.Kind.String for negative KindRuss Cox
2022-03-02reflect: allow Value.Bytes on addressable byte arraysJoe Tsai
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-10-31reflect: avoid stack copies of hiterMartin Möhrmann
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: 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-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-27reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}Fabio Falzoi
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