index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
nm
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix some printf format strings
Josh Bleecher Snyder
2017-02-14
1
-3
/
+3
*
cmd/nm: extend help text to document the flags
Jaana Burcu Dogan
2017-02-11
1
-1
/
+14
*
cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supported
Alex Brainman
2017-02-04
1
-0
/
+17
*
cmd/link: do not prefix external symbols with underscore on windows/386/cgo
Alex Brainman
2017-02-04
2
-44
/
+146
*
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-10-04
1
-21
/
+3
*
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-08-30
1
-1
/
+1
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-06-16
1
-9
/
+2
*
cmd/nm: skip fork test on darwin/arm64
David Crawshaw
2015-04-12
1
-2
/
+3
*
cmd/nm: exclude Go tool test on darwin/arm
David Crawshaw
2015-02-26
1
-0
/
+4
*
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-08
1
-1
/
+1
*
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox
2014-08-07
7
-387
/
+14
*
cmd/nm: skip test on android (no Go tool)
David Crawshaw
2014-07-08
1
-2
/
+3
*
build: make nacl pass
Russ Cox
2014-05-20
1
-0
/
+4
*
cmd/nm, cmd/objdump: fix elf symbol types
Russ Cox
2014-05-14
1
-2
/
+2
*
cmd/nm: do not write to GOROOT testdata directories during TestNM
Alex Brainman
2014-05-12
1
-5
/
+12
*
cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm output
Alex Brainman
2014-04-21
1
-5
/
+0
*
cmd/nm: disable TestNM on darwin, linux and solaris
Alex Brainman
2014-04-21
1
-0
/
+4
*
cmd/ld: correct addresses in windows pe symbol table
Alex Brainman
2014-04-21
1
-0
/
+49
*
cmd/nm: print symbol sizes for windows pe executables
Alex Brainman
2014-04-19
1
-0
/
+14
*
cmd/nm: windows pe handling fixes
Alex Brainman
2014-04-16
3
-2
/
+73
*
debug/plan9obj: implement parsing of Plan 9 a.out executables
David du Colombier
2014-01-22
2
-0
/
+52
*
cmd/nm: add -sort=size
Rob Pike
2014-01-08
2
-2
/
+11
*
all: fix a few spelling errors in source comments
Martin Olsson
2013-12-27
1
-1
/
+1
*
cmd/nm: minor cleanup from previous CL
Russ Cox
2013-12-18
4
-11
/
+12
*
cmd/nm: reimplement in Go
Russ Cox
2013-12-16
8
-425
/
+454
*
cmd/nm: make -S listing a bit more accurate
Russ Cox
2013-09-16
1
-2
/
+33
*
cmd/nm: put the -S flag in the usage message
Rob Pike
2013-09-16
2
-2
/
+2
*
cmd/nm: don't add filename elements for m symbols
Anthony Martin
2013-04-03
1
-2
/
+4
*
cmd/godoc: use go/build to determine package and example files
Robert Griesemer
2013-02-19
1
-1
/
+3
*
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-30
1
-1
/
+1
*
cmd/pack: rename __.SYMDEF to __.GOSYMDEF
Russ Cox
2012-09-13
1
-1
/
+1
*
doc: various update to command documents
Shenghou Ma
2012-03-09
1
-1
/
+2
*
build: delete make paraphernalia
Russ Cox
2012-02-06
1
-12
/
+2
*
docs: replace references to gofix etc. with tool invocations
Rob Pike
2012-02-04
1
-2
/
+1
*
cmd/go: c tools not used during compilation
Rob Pike
2012-01-29
1
-2
/
+2
*
Make.ccmd: link with mach lib,
Joe Poirier
2011-06-19
1
-3
/
+0
*
nm: document -S flag
Russ Cox
2011-03-08
1
-0
/
+3
*
nm: silently ignore .o files in .a files
Russ Cox
2010-12-10
1
-6
/
+9
*
various: avoid %ld etc
Russ Cox
2010-10-13
1
-1
/
+1
*
build: $GOBIN defaults to $GOROOT/bin
Russ Cox
2010-08-24
1
-12
/
+6
*
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-23
1
-2
/
+2
*
tweak documentation of commands
Russ Cox
2009-11-09
1
-1
/
+1
*
stylistic issues in a couple of cmd docs
Rob Pike
2009-11-04
1
-1
/
+1
*
more command documentation, including nm and prof
Rob Pike
2009-11-03
1
-0
/
+18
*
clean more
Russ Cox
2009-10-03
1
-1
/
+1
*
add -S flag to print size of symbol
Russ Cox
2009-09-08
1
-13
/
+28
*
rename libmach_amd64 libmach
Rob Pike
2009-08-14
2
-14
/
+14
*
change gotype in symbol table from
Russ Cox
2009-08-12
1
-2
/
+2
*
Support use of $GOBINDIR to override $HOME/bin
Phil Pennock
2009-07-28
1
-1
/
+1
[next]