aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/goobj
AgeCommit message (Expand)Author
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-07-24cmd/internal/goobj: make error output clearwingrez
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2024-12-06cmd/internal/goobj: add missing symbol align field in top level docPaul Cacheux
2024-11-19cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64Guoqi Chen
2024-11-12cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64Guoqi Chen
2024-11-08cmd/internal/goobj: regenerate builtinlistIan Lance Taylor
2024-11-07cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64Guoqi Chen
2024-09-16cmd/compile/internal/typecheck: remove getcallerpc/sp builtin signatureMichael Pratt
2024-09-10cmd/compile: optimize []byte(string1 + string2)Paschalis Tsilias
2024-09-06cmd/internal: use t.TempDir in testsKir Kolyshkin
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-05-21cmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-10cmd/compile, cmd/link: disallow linkname of some newly added internal functionsCherry Mui
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-15cmd/compile: check for iteration after range func loop exitDavid Chase
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-08-24cmd/internal/goobj: fix the size of Headermstmdev
2023-07-28cmd/internal/goobj: use unsafe.String in toString funcJes Cok
2023-05-23cmd/internal/goobj: update builtin listGuoqi Chen
2023-05-02cmd/link: remove allocation in decoding type nameCherry Mui
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcID_* consts into internal/abiAustin Clements
2023-04-05cmd/internal/obj: generate SEH aux symbols for windows/amd64qmuntal
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-11-15cmd/internal/goobj: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-10cmd/internal/obj: reduce allocations in object file writingCherry Mui
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-09-29cmd: fix a few function names on commentscui fliter
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-20cmd/compile: intercept string compares in libFuzzer modeKhaled Yakdan
2022-05-12cmd/link: remove name expansion logicCherry Mui
2022-05-11cmd/asm: require -p flagCherry Mui
2022-05-11cmd/internal/obj: add a flag to not write referenced symbol names in object fileCherry Mui
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-04-11all: gofmt main repoRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-22cmd/compile, cmd/link: produce unlinkable object when compile without -pCherry Mui
2021-10-28cmd/internal/goobj: bump version numberCherry Mui
2021-10-20cmd/internal/goobj: minor dead code cleanupThan McIntosh