aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/staticdata/embed.go
AgeCommit message (Expand)Author
2024-11-05cmd/compile: fix an internal crash in embedRuss Cox
2024-08-03archive/zip,cmd/compile: simplify the split functionapocelipes
2023-03-10cmd/compile: pass type checker error codes in the compilerRobert Griesemer
2022-05-16cmd/compile: remove base.Ctxt.Pkgpath fallback pathsMatthew Dempsky
2022-05-13cmd/compile/internal/staticdata: remove use of `""` in embed linker symbolsMatthew Dempsky
2021-08-25cmd/compile: allow embed into any byte slice typekorzhao
2021-06-13[dev.typeparams] cmd/compile: move //go:embed -lang check to noderMatthew Dempsky
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package staticdata [generated]Russ Cox