index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
gosym
/
symtab.go
Age
Commit message (
Expand
)
Author
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2023-10-18
debug: add available godoc link
cui fliter
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-07-19
crypto/internal/nistec,debug/gosym: fix typos
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-11
cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methods
Dan Scales
2020-04-30
debug/gosym: correct comments for Table.{Files,Objs}
Ian Lance Taylor
2019-03-09
debug/gosym: simplify parsing symbol name rule
LE Manh Cuong
2019-01-09
debug/gosym: remove outdated comment
LE Manh Cuong
2017-11-30
debug/gosym: update docs for changes in Go 1.3
Hiroshi Ioka
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2016-05-17
debug/gosym: parse remote packages correctly
Alessandro Arzilli
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-06
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Muhammed Uluyol
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-03-14
debug/gosym: fix typo in comment
Ian Lance Taylor
2014-09-08
build: move package sources from src/pkg to src
Russ Cox