aboutsummaryrefslogtreecommitdiff
path: root/src/reflect
AgeCommit message (Expand)Author
2019-08-14reflect: align first argument in callMethodCherry Zhang
2019-06-18reflect,doc: use "the" instead of "a" in IsZero docsJosh Bleecher Snyder
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-06reflect: special-case panic message when returning Value{} from MakeFunc func...Keith Randall
2019-05-02reflect: MakeFunc: allow assignment conversions on values returned from the w...Keith Randall
2019-04-30all: refer to map elements as elements instead of valuesJosh Bleecher Snyder
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2019-04-13reflect: add Value.IsZeroRomain Baugue
2019-04-03reflect: document that method sets are lexicographically sortedRomain Baugue
2019-03-26reflect: initialize ptrdata earlier in StructOfKeith Randall
2019-03-26reflect: fix typeptrdataKeith Randall
2019-03-25runtime: remove kindNoPointersKeith Randall
2019-03-09reflect: make all flag.mustBe* methods inlinableDaniel Martí
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-03-07reflect: fix more issues with StructOf GC programsKeith Randall
2019-03-06reflect: fix StructOf GC programsKeith Randall
2019-03-03all: rename WebAssembly instructions according to spec changesRichard Musiol
2019-02-01reflect: eliminate write barrier for copying result in callReflectCherry Zhang
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-12-24reflect: fix panic when Value.IsNil is called for UnsafePointerAndrew Bonventre
2018-11-16reflect: add comment for String method of Kind structVladimir Kovpak
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-11-06reflect: fix StructOf panics from too many methods in embedded fieldsRaghavendra Nagaraj
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-03reflect: add an example for KindDon Byington
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-09-30reflect: fix s390x reflect method callsKeith Randall
2018-09-29reflect: ensure correct scanning of return valuesKeith Randall
2018-09-26reflect: use correct write barrier operations for method funcsKeith 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-28reflect: remove struct tags from unexported typesIan Lance Taylor
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-31reflect: reuse values during comparison of maps in DeepEqualZhou Peng
2018-05-29reflect: document that StructOf panics on unexported fieldsAlberto Donizetti
2018-05-10reflect: use 'defined' rather than 'named', use 'embedded' rather than 'anony...Robert Griesemer
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-04-18reflect: define MyBuffer more locally in TestImplicitMapConversionTobias Klauser
2018-03-15reflect: sort exported methods firstMatthew Dempsky
2018-02-22reflect: avoid calling common if type is known to be *rtypeMartin Möhrmann
2018-02-17runtime: rename map implementation and test files to use a common prefixMartin Möhrmann
2018-02-14reflect: add embedded field testIan Lance Taylor
2018-02-13doc: fix typo in OverflowInt godocMark Rushakoff
2018-01-09reflect: fix doc nitRuss Cox
2018-01-02reflect: explicitly state that Type values can be used as map keysTim Cooper
2017-12-01reflect: audit and explain safety of all unsafe.Pointer additionsRuss Cox