aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
AgeCommit message (Expand)Author
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-04cmd/link, runtime: don't store text start in pcHeaderIan Lance Taylor
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-02-18runtime: add some linknames back for `github.com/bytedance/sonic`段仪
2024-12-23cmd/link, runtime: apply a delta to RODATA->DATA relocationsCherry Mui
2024-12-06runtime: add note that Callers never returns an entry PCMichael Pratt
2024-12-04runtime: remove "hall of shame" comment from public documentationAlexey Palazhchenko
2024-10-25runtime: document that Caller and Frame.File always use forward slashesqmuntal
2024-09-06runtime: remove cloudwego/frugal unused linkname from commentKyle Xiao
2024-07-23runtime,internal: move runtime/internal/sys to internal/runtime/sysDavid Chase
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-04-22runtime: reduced struct sizes found via paholeSabyrzhan Tasbolatov
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-15runtime: allow omitting virtual PCs from runtime.CallersFrames inputRuss Cox
2024-02-16runtime,cmd/link: merge pcbucketsize const into internal/abiqiulaidongfeng
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-15runtime: more godoc linksOlivier Mengué
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-11-08runtime: add available godoc linkcui fliter
2023-10-24runtime: use max/min funcqiulaidongfeng
2023-09-12runtime: fix off-by-1 error in textOffCherry Mui
2023-08-21runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-21runtime: move pcvalue cache to MAustin Clements
2023-08-20runtime: add self-check mode to cache in pcvalueAustin Clements
2023-08-07Revert "runtime: move pcvalue cache to M"Austin Clements
2023-08-07Revert "runtime: drop stack-allocated pcvalueCaches"Austin Clements
2023-08-07runtime: drop stack-allocated pcvalueCachesAustin Clements
2023-08-07runtime: move pcvalue cache to MAustin Clements
2023-08-07runtime: store start PC in pcvalueCacheAustin Clements
2023-05-05runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-04-21internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements
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-14cmd/link: establish dependable package initialization orderKeith Randall
2023-03-10runtime: implement traceback iteratorAustin Clements
2023-03-10runtime: use inlineUnwinderAustin Clements
2023-03-10runtime: create an API for unwinding inlined framesAustin Clements
2023-03-10runtime: dedup function name logic into moduledata methodAustin Clements
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2023-02-09runtime: skip trailing wrappers in runtime_expandFinalInlineFrameTolyan Korniltsev
2022-11-11all: fix problematic commentscui fliter