summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/embed.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler: allow //go:embed in files underscore-importing embedMichael Matloob2021-03-021-15/+0
* compiler: open byte slice and string embeds using the absolute pathMichael Matloob2021-02-121-3/+2
* compiler: initialize variables with go:embed directivesIan Lance Taylor2021-01-191-1/+321
* compiler: read embedcfg files, parse go:embed directivesIan Lance Taylor2021-01-181-0/+15
* compiler: add support for reading embedcfg filesIan Lance Taylor2021-01-141-0/+628