aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/staticinit
AgeCommit message (Expand)Author
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-03-16cmd/compile, cmd/link: dynamically export writable static tmpsCherry Zhang
2021-01-18[dev.regabi] cmd/compile: use LinksymOffsetExpr in TypePtr/ItabAddrCuong Manh Le
2021-01-18[dev.regabi] cmd/compile: use *obj.LSym instead of *ir.Name for staticdata fu...Cuong Manh Le
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-14[dev.regabi] cmd/compile: fix ICE when initializing blank varsMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: fix package-initialization orderMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}ExprMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: remove SelectorExpr.Offset fieldMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package walk [generated]Russ Cox