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
/
cmd
/
internal
/
objfile
/
pe.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2025-08-06
all: remove support for windows/arm
qiulaidongfeng
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
2022-08-20
cmd/pprof: fix addr calculation for Windows
Egon Elbre
2021-02-19
cmd/internal/objfile: recognize Windows ARM64 executables
Russ Cox
2020-08-22
cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCH
Alex Brainman
2018-08-21
cmd/link: support windows/arm
Jordan Rhee
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-04-09
cmd: remove unused code
Dave Cheney
2016-03-31
cmd/pprof: use DWARF info to lookup unknown PC addresses
Ian Lance Taylor
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-10-29
cmd/objdump: use cmd/internal/objfile
Russ Cox
2014-08-27
cmd/{addr2line,objdump}: fix finding pclntab and symtab for pe and plan9obj
Matthew Dempsky
2014-08-07
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox