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
/
nm
Age
Commit message (
Expand
)
Author
2019-11-21
[release-branch.go1.13] all: base64-encode binaries that will cause Apple not...
Andrew
2019-05-06
cmd/internal/obj: write package path at compile time if possible
Cherry Zhang
2019-04-29
cmd,runtime: enable cgo for openbsd/arm64
Joel Sing
2019-03-20
cmd/nm: fix cgo tests for aix/ppc64
Clément Chigot
2019-03-08
internal/testenv: remove SetModVendor
Bryan C. Mills
2019-03-05
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...
Bryan C. Mills
2019-02-19
cmd/nm: fix testGoLib helper to be module-agnostic
Bryan C. Mills
2018-12-15
cmd/nm: report windows/arm as relocatable in TestGoExec
Jordan Rhee
2018-12-11
cmd/nm: run tests in parallel, don't use Scanner on []byte
Ian Lance Taylor
2018-12-10
all: move cmd/internal/xcoff to internal/xcoff
Clément Chigot
2018-10-31
cmd: add XCOFF objfile and adapt cmd/nm tests
Clément Chigot
2018-06-11
cmd/nm: fix TestGoExec on Plan 9
David du Colombier
2018-06-09
cmd/link: split pe .text section into .text and .rdata
Alex Brainman
2017-11-01
cmd/internal/goobj: accept int64 in readInt
Cherry Zhang
2017-09-26
cmd/link: don't use internal linking mode for cgo on PPC64
Ian Lance Taylor
2017-09-21
cmd/nm: accept macho files which don't have symbol table in the archive
Hiroshi Ioka
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2017-09-20
cmd/nm: add test case for go archives
Hiroshi Ioka
2017-02-14
all: fix some printf format strings
Josh Bleecher Snyder
2017-02-11
cmd/nm: extend help text to document the flags
Jaana Burcu Dogan
2017-02-04
cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supported
Alex Brainman
2017-02-04
cmd/link: do not prefix external symbols with underscore on windows/386/cgo
Alex Brainman
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-04-12
cmd/nm: skip fork test on darwin/arm64
David Crawshaw
2015-02-26
cmd/nm: exclude Go tool test on darwin/arm
David Crawshaw
2014-09-08
build: adjustments for move from src/pkg to src
Russ Cox
2014-08-07
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox
2014-07-08
cmd/nm: skip test on android (no Go tool)
David Crawshaw
2014-05-20
build: make nacl pass
Russ Cox
2014-05-14
cmd/nm, cmd/objdump: fix elf symbol types
Russ Cox
2014-05-12
cmd/nm: do not write to GOROOT testdata directories during TestNM
Alex Brainman
2014-04-21
cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm output
Alex Brainman
2014-04-21
cmd/nm: disable TestNM on darwin, linux and solaris
Alex Brainman
2014-04-21
cmd/ld: correct addresses in windows pe symbol table
Alex Brainman
2014-04-19
cmd/nm: print symbol sizes for windows pe executables
Alex Brainman
2014-04-16
cmd/nm: windows pe handling fixes
Alex Brainman
2014-01-22
debug/plan9obj: implement parsing of Plan 9 a.out executables
David du Colombier
2014-01-08
cmd/nm: add -sort=size
Rob Pike
2013-12-27
all: fix a few spelling errors in source comments
Martin Olsson
2013-12-18
cmd/nm: minor cleanup from previous CL
Russ Cox
2013-12-16
cmd/nm: reimplement in Go
Russ Cox
2013-09-16
cmd/nm: make -S listing a bit more accurate
Russ Cox
2013-09-16
cmd/nm: put the -S flag in the usage message
Rob Pike
2013-04-03
cmd/nm: don't add filename elements for m symbols
Anthony Martin
2013-02-19
cmd/godoc: use go/build to determine package and example files
Robert Griesemer
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-09-13
cmd/pack: rename __.SYMDEF to __.GOSYMDEF
Russ Cox
[next]