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
/
link
Age
Commit message (
Expand
)
Author
2014-11-17
[release-branch.go1.4] remove cmd/link
Andrew Gerrand
2014-11-17
[release-branch.go1.4] debug/goobj: move to cmd/internal/goobj
Andrew Gerrand
2014-08-27
cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...
Matthew Dempsky
2014-08-24
cmd/link: fix testdata generation
Matthew Dempsky
2014-08-12
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-08-11
cmd/link: fix zig-zag decoding
Matthew Dempsky
2014-04-26
src: fix issues found by go vet std
Robert Hencke
2014-04-16
liblink, cmd/ld: reenable nosplit checking and test
Russ Cox
2014-04-16
liblink: add leaf bit to object file format
Russ Cox
2014-04-14
liblink: remove arch-specific constants from file format
Russ Cox
2014-04-14
liblink, cmd/link: add version number to object file
Russ Cox
2014-02-18
cmd/link: change cloneProg to return the cloned value
Rick Arnold
2014-02-18
cmd/link: fix comment typo.
Nigel Tao
2014-01-21
cmd/link: add testdata/pclntab.6 (fix build)
Russ Cox
2014-01-21
cmd/link: pclntab generation
Russ Cox
2014-01-13
cmd/link: fix build
Russ Cox
2014-01-13
cmd/link: implement dead code removal
Russ Cox
2014-01-13
cmd/link: implement and test automatic symbols
Russ Cox
2014-01-13
cmd/link: replace golden binary files with hex dumps
Russ Cox
2014-01-09
cmd/link: Mach-O (OS X) file formatter
Russ Cox
2014-01-09
cmd/link: intial skeleton of linker written in Go
Russ Cox