aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/all_test.go
AgeCommit message (Expand)Author
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
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-04-13reflect: add Value.IsZeroRomain Baugue
2018-12-24reflect: fix panic when Value.IsNil is called for UnsafePointerAndrew Bonventre
2018-11-06reflect: fix StructOf panics from too many methods in embedded fieldsRaghavendra Nagaraj
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-09-29reflect: ensure correct scanning of return valuesKeith Randall
2018-08-24reflect: use a bigger object when we need a finalizer to runKeith Randall
2018-08-22reflect: add Value.MapRange method and MapIter typeAlan Donovan
2018-06-27reflect: prevent additional StructOf embedded method casesIan Lance Taylor
2018-06-06reflect: add StructOf test case that gccgo used to failIan Lance Taylor
2018-06-05reflect: check that types match without calling TypeOfIan Lance Taylor
2018-05-10reflect: use 'defined' rather than 'named', use 'embedded' rather than 'anony...Robert Griesemer
2018-02-14reflect: add embedded field testIan Lance Taylor