aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types/sym.go
AgeCommit message (Expand)Author
2021-06-03[dev.typeparams] cmd/compile: allow nil Syms in Sym.LessMatthew Dempsky
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: update a few stale commentsAustin Clements
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: add Linksym helpersMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: remove Sym.ImportdefMatthew Dempsky
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-12-15[dev.regabi] cmd/compile: use ir.Ident for imported identifiersMatthew Dempsky
2020-12-07[dev.regabi] cmd/compile: narrow interface between ir and typesRuss Cox
2020-12-01[dev.regabi] cmd/compile: first pass at abstracting TypeMatthew Dempsky
2020-11-30[dev.regabi] cmd/compile: cleanup label handlingRuss Cox
2020-11-25[dev.regabi] cmd/compile: convert types.Node (a pointer) to types.IRNode (an ...Russ Cox
2019-10-03[dev.link] cmd/compile: fix data race on LSym.PkgCherry Zhang
2019-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-05-21cmd/compile: clarify the difference between types.Sym and obj.LSymLE Manh Cuong
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-11-12cmd/compile: mark function SymsAustin Clements
2018-11-01cmd/compile: document Sym flagsAustin Clements
2018-04-10cmd/compile: sort method sets using package heightMatthew Dempsky
2018-04-09cmd/compile: refactor symbol sorting logicMatthew Dempsky
2018-04-09cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky
2018-04-02cmd/compile: simplify exportsym flags and logicMatthew Dempsky
2017-09-20cmd/compile/internal/types: simplify dclstackMatthew Dempsky
2017-05-22cmd/compile: report correct position in redeclaration errorsRobert Griesemer
2017-04-23cmd/compile: remove types.Sym.lsymJosh Bleecher Snyder
2017-04-21cmd/compile/internal/types: remove unused lineno arguments for PushDcl/MarkDclRobert Griesemer
2017-04-21cmd/compile: unexport types.Sym.LSymJosh Bleecher Snyder
2017-04-21cmd/compile: move Linksym, linksymname, and isblanksym to types packageJosh Bleecher Snyder
2017-04-19cmd/compile/internal/types: remove Sym.Link fieldRobert Griesemer
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer