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
Age
Commit message (
Expand
)
Author
2019-11-21
[release-branch.go1.13] all: base64-encode binaries that will cause Apple not...
Andrew
2019-07-05
debug/elf: add version information to all dynamic symbols
Austin Clements
2019-06-19
cmd/link: fix stale link to MachO file format reference in comment
Than McIntosh
2019-05-22
all: shorten some tests
Russ Cox
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-03-15
debug/dwarf: more graceful handling of unsupported types
Than McIntosh
2019-03-09
debug/gosym: simplify parsing symbol name rule
LE Manh Cuong
2019-03-08
internal/testenv: remove SetModVendor
Bryan C. Mills
2019-03-08
gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecated
karthik nayak
2019-03-05
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...
Bryan C. Mills
2019-03-01
debug/elf: perform stricter section header table checks in NewFile
Tobias Klauser
2019-02-27
debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols
Tobias Klauser
2019-02-27
debug/pe: omit panic in (*File).ImportedSymbols on empty optional headers
Tobias Klauser
2019-01-09
debug/gosym: remove outdated comment
LE Manh Cuong
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-29
debug/pe: use ws2_32.dll in TestImportTableInUnknownSection
Alex Brainman
2018-11-27
debug/pe: correct TestImportTableInUnknownSection error message
Alex Brainman
2018-11-24
debug/pe: use kernel32.dll in TestImportTableInUnknownSection
Alex Brainman
2018-11-12
debug/gosym: use "go build" instead of hand-running asm and link
Austin Clements
2018-11-02
all: skip unsupported tests on AIX
Clément Chigot
2018-10-13
debug/plan9obj: simplify s[:] to s where
OlgaVlPetrova
2018-10-05
debug/pe: fix TestDWARF to work with relocations
Jordan Rhee
2018-10-04
debug/pe: skip a test on windows/arm
Brad Fitzpatrick
2018-09-07
debug/elf: add R_RISCV_32_PCREL relocation
Tobias Klauser
2018-08-20
debug/pe: support windows/arm
Jordan Rhee
2018-06-19
debug/elf,macho,pe: support compressed DWARF
Heschi Kreinick
2018-06-07
debug/pe: add IMAGE_FILE_MACHINE_ARM64
Brad Fitzpatrick
2018-05-29
all: regenerate stringer files
Tim Cooper
2018-05-23
debug/pe: gofmt
Tobias Klauser
2018-05-19
debug/pe: parse the import directory correctly
Ali Rizvi-Santiago
2018-05-16
cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objects
Tobias Klauser
2018-05-08
debug/elf: add machine and OSABI constants
Tobias Klauser
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-18
debug/elf: add riscv64 relocations
Tobias Klauser
2018-04-17
debug/elf: enable TestNoSectionOverlaps on *bsd and solaris
Tobias Klauser
2018-04-13
debug/gosym: intern LineTable strings
Josh Bleecher Snyder
2018-04-10
debug/elf: add missing EM_AARCH64 to machineStrings
Tobias Klauser
2018-03-07
debug/pe: use bytes.IndexByte instead of a loop
Tobias Klauser
2018-03-06
debug/macho: use bytes.IndexByte instead of a loop
Josh Bleecher Snyder
2018-02-19
all: add more uses of stringer
Daniel Martí
2018-02-15
debug/dwarf: formStrp uses a 64-bit value for 64-bit DWARF
Ian Lance Taylor
2017-11-30
debug/gosym: update docs for changes in Go 1.3
Hiroshi Ioka
2017-10-18
debug/dwarf: clarify StructField.ByteSize doc
Heschi Kreinick
2017-10-17
debug/dwarf: support 64-bit DWARF in byte order check
Ian Lance Taylor
2017-10-11
debug/elf: add relocation constants
David Crawshaw
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-10-05
debug/elf: make safe for Go 1.4 compilers
Russ Cox
2017-09-27
debug/macho: fill Rpath.LoadBytes in NewFile
Hiroshi Ioka
[next]