aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/staticdata
AgeCommit message (Expand)Author
2023-09-01cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.Dominique Lefevre
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky
2023-03-10cmd/compile: pass type checker error codes in the compilerRobert Griesemer
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-05-16cmd/compile: remove base.Ctxt.Pkgpath fallback pathsMatthew Dempsky
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-05-13cmd/compile/internal/staticdata: remove use of `""` in embed linker symbolsMatthew Dempsky
2022-05-05cmd: use 128-bit SHA256 & encode in base64 for content hashesRuss Cox
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-03-31cmd/compile: simplify func value symbol generationCherry Mui
2021-09-22cmd/compile: update comments with ABI aliases/wrappersCherry Mui
2021-08-25cmd/compile: allow embed into any byte slice typekorzhao
2021-08-24embed: document the maximum file size supportedkorzhao
2021-06-13[dev.typeparams] cmd/compile: move //go:embed -lang check to noderMatthew Dempsky
2021-04-23cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: assert that function values reference ABIInternalAustin Clements
2021-03-29cmd/compile: track funcsyms by ir.Name instead of types.SymAustin Clements
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky
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-12[dev.regabi] cmd/compile: call NeedFuncSym in InitLSymMatthew Dempsky
2021-01-08[dev.regabi] cmd/compile: fix some methods error textBaokun Lee
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: more Linksym cleanupMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: add Linksym helpersMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package walk [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package staticdata [generated]Russ Cox