aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/loader
AgeCommit message (Expand)Author
2025-12-12cmd/link: add new linknames to blocked linkname listCherry Mui
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-12-09cmd: fix some issues in the commentscuishuang
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-05cmd/link: support weak binding on darwinqmuntal
2025-10-24cmd/link: remove pointless assignment in SetSymAlignIan Lance Taylor
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-17all: correct name for commentsJes Cok
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-08-29cmd/link: disallow linkname of runtime.addmoduledatazuojunwei.1024
2025-07-11cmd/link: do size fixups after symbol references are loadedCherry Mui
2025-06-26cmd/link: permit a larger size BSS reference to a smaller DATA symbolCherry Mui
2025-06-24cmd/link: add one more linkname to the blocklistCherry Mui
2025-06-13cmd/link: block new standard library linknamesCherry Mui
2025-05-28cmd/link: allow linkname reference to a TEXT symbol regardless of sizeCherry Mui
2025-04-30cmd/link: fix cgo on riscv64 when building with gcc-15Mark Ryan
2025-04-22runtime, internal/runtime/maps: speed-up empty/zero map lookupsMateusz Poliwczak
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-03-28cmd/link: handle Mach-O X86_64_RELOC_SUBTRACTOR in internal linkingCherry Mui
2025-03-28cmd/link: choose one with larger size for duplicated BSS symbolsCherry Mui
2025-01-29cmd/link/internal/loader: fix linknames from FIPS 140 frozen treeFilippo Valsorda
2024-12-12cmd/link: block new standard library linknamesCherry Mui
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-08-06cmd/internal/obj: minor refactor of wasmimport codeCherry Mui
2024-05-24cmd/link: propagate FromAssembly attribute when cloning symbols to externalCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2024-03-23cmd/link: remove objIdx structureJeremy Quirke
2024-03-07cmd/link: replace bytes.Compare call with bytes.Equalguoguangwu
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-08cmd/link/internal/loader: remove some dead codeThan McIntosh
2023-09-01cmd/link: type alias sym.LoaderSym and loader.SymMatthew Dempsky
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-09all: fix function names in commentscui fliter
2023-05-05cmd/link: remove elfsetstring out of the loaderCherry Mui
2023-05-02cmd/link: remove allocation in decoding type nameCherry Mui
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-05-02cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF infoCherry Mui
2023-04-28cmd/link: load external ELF PPC64 objects which set st_other=1Paul E. Murphy
2023-04-24cmd/link: use uint32 as symbol indexCherry Mui
2023-04-24cmd/link: use slice and bitmap for some attributesCherry Mui
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements