aboutsummaryrefslogtreecommitdiff
path: root/src/debug/gosym/symtab.go
AgeCommit message (Expand)Author
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2023-10-18debug: add available godoc linkcui fliter
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-11cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methodsDan Scales
2020-04-30debug/gosym: correct comments for Table.{Files,Objs}Ian Lance Taylor
2019-03-09debug/gosym: simplify parsing symbol name ruleLE Manh Cuong
2019-01-09debug/gosym: remove outdated commentLE Manh Cuong
2017-11-30debug/gosym: update docs for changes in Go 1.3Hiroshi Ioka
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2016-05-17debug/gosym: parse remote packages correctlyAlessandro Arzilli
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-03-14debug/gosym: fix typo in commentIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox