aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/reflectdata/reflect.go
AgeCommit message (Expand)Author
2021-08-27cmd/compile: delay fillinMethods to deal with mutually-recursive typesDan Scales
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
2021-08-24cmd/compile: reuse same node for global dictionariesDan Scales
2021-08-20cmd/compile: use typeAndStr directly in signatsliceCuong Manh Le
2021-08-19cmd/compile: prevent duplicated works in WriteRuntimeTypesCuong Manh Le
2021-08-06[dev.typeparams] cmd/compile: cleanup wrapper code for genericsDan Scales
2021-08-04[dev.typeparams] cmd/compile: put shape types in their own packageKeith Randall
2021-08-03[dev.typeparams] cmd/compile: avoid redundant method wrappers in unified IRMatthew Dempsky
2021-07-30[dev.typeparams] cmd/compile: allow types with the same underlying type to ha...Keith Randall
2021-07-24[dev.typeparams] cmd/compile: get rid of concretify use for bounds.Dan Scales
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-07-23[dev.typeparams] cmd/compile: fix some issues with cons.goKeith Randall
2021-07-23[dev.typeparams] cmd/compile: add dictionary entries for itab conversionDan Scales
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
2021-06-29[dev.typeparams] cmd/compile: clean up instantiation and dictionary namingKeith Randall
2021-06-25[dev.typeparams] cmd/compile: use Type.LinkString for map keysMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: rename types.Type.{Short,Long}String to {Link,N...Matthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: refactor "need to emit" logic for typesMatthew Dempsky
2021-06-24[dev.typeparams] cmd/compile: add derived types and subdictionaries to dicti...Dan Scales
2021-06-23[dev.typeparams] Fix issues related to dictionaries and method calls with emb...Dan Scales
2021-06-16[dev.typeparams] cmd/compile: simplify SSA devirtualizationMatthew Dempsky
2021-06-16[dev.typeparams] cmd/compile: fix crawling of embeddable typesMatthew Dempsky
2021-06-15[dev.typeparams] cmd/compile: add -d=unified flag to enable unified IRMatthew Dempsky
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-11[dev.typeparams] cmd/compile: fix wrapper generation for imported genericsMatthew Dempsky
2021-06-08cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-05-26[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiate...Dan Scales
2021-05-25[dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky
2021-05-24cmd/compile: always include underlying type for map typesKeith Randall
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-04-30cmd/compile, runtime: emit only GC data for stack objectsCherry Zhang
2021-04-29cmd/compile: make GC prog symbol content-addressableCherry Zhang
2021-04-29cmd/compile: skip types.Sym for GC mask symbolsCherry Zhang
2021-04-27cmd/compile: fix wrong package path for unsafe.PointerCuong Manh Le
2021-04-19cmd/compile: skip "_" function in reflectdata.MarkUsedIfaceMethodCuong Manh Le
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-05cmd/compile: disable tail call for method wrappers when RegabiArgs is enabledCherry Zhang
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-03-29cmd/compile: set ir.Name.Func in more casesAustin Clements
2021-03-24cmd/compile, cmd/link: use weak reference in itabCherry Zhang
2021-03-16cmd/compile: update some commentsCherry Zhang
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-03[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...Dan Scales