aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/export.go
AgeCommit message (Expand)Author
2021-06-05[dev.typeparams] cmd/compile: refactor export writingMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package inline [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package typecheck [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: remove Left, Right etc methods [generated]Russ Cox
2020-12-21[dev.regabi] cmd/compile: stop using ONONAME with NameMatthew Dempsky
2020-12-21[dev.regabi] cmd/compile: simplify declaration importingMatthew Dempsky
2020-12-21[dev.regabi] cmd/compile: separate exportsym more cleanlyRuss Cox
2020-12-21[dev.regabi] cmd/compile: collect global compilation stateRuss Cox
2020-12-17[dev.regabi] cmd/compile: cleanup for concrete types - mop-upRuss Cox
2020-12-07[dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]Russ Cox
2020-12-06[dev.regabi] cmd/compile: replace NodeQueue with NameQueueMatthew Dempsky
2020-12-02[dev.regabi] cmd/compile: add ir.NewDeclNameAtMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: add NewNamedMatthew Dempsky
2020-11-30[dev.regabi] cmd/compile: clean up Name and Func usesRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: convert types.Node (a pointer) to types.IRNode (an ...Russ Cox
2020-11-25[dev.regabi] cmd/compile: use Node getters and setters [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: clean up flag handling [generated]Russ Cox
2020-11-25[dev.regabi] cmd/compile: replace Val with go/constant.ValueMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: prep refactoring for switching to go/constantMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile/internal/types: remove Func.NnameMatthew Dempsky
2020-10-22cmd/compile: make gc debug flags collector a structAlberto Donizetti
2020-10-11cmd/compile/internal/gc: fix wrong function name in the commenthk
2019-10-03cmd/compile: change size diagnostic to use benchmark formatMatthew Dempsky
2019-02-11cmd/compile: do not export float or complex constants with -asmhdrRobert Griesemer
2019-01-02cmd/compile/internal/gc: remove unused methodbyname typeIskander Sharipov
2018-11-12cmd/compile: mark function SymsAustin Clements
2018-10-18cmd/compile: extract gc.eqtype as types.IdenticalMatthew Dempsky
2018-10-03cmd/compile/internal/gc: disable binary package export formatMatthew Dempsky
2018-08-20cmd/compile/internal/gc: various minor cleanupsDaniel Martí
2018-06-22cmd/compile: fix compile failure for lazily resolved shadowed typesMatthew Dempsky
2018-04-24cmd/compile: add indexed export formatMatthew Dempsky
2018-04-20cmd/compile: refactor how declarations are importedMatthew Dempsky
2018-04-17cmd/compile: remove duplicate build ID from export dataMatthew Dempsky
2018-04-09cmd/compile: fix constant pointer comparison failureMatthew Dempsky
2018-04-09cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky
2018-04-03cmd/compile: improve declaration position precisionMatthew Dempsky
2018-04-02cmd/compile: simplify exportsym debug messageMatthew Dempsky
2018-04-02cmd/compile: simplify exportsym flags and logicMatthew Dempsky
2018-04-02cmd/compile: simplify reexport logicMatthew Dempsky
2017-11-29cmd/compile: make -asmhdr work with type aliasesMatthew Dempsky
2017-10-24cmd/compile: refactor method expression detectionMatthew Dempsky