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
/
pkg
/
debug
Age
Commit message (
Expand
)
Author
2014-05-20
debug/plan9obj: cleanup api
David du Colombier
2014-04-29
all: spelling tweaks, A-G
Robert Hencke
2014-04-26
src: fix issues found by go vet std
Robert Hencke
2014-04-16
debug/pe: add optional header to File
Alex Brainman
2014-04-16
liblink, cmd/ld: reenable nosplit checking and test
Russ Cox
2014-04-16
all: fix typos
Rui Ueyama
2014-04-16
liblink: add leaf bit to object file format
Russ Cox
2014-04-14
liblink, cmd/link: add version number to object file
Russ Cox
2014-03-13
debug/macho: handle missing __debug_str section
Keith Randall
2014-03-11
dwarf: add extensions for multi-file compression (.dwz)
Dhiru Kholia
2014-02-27
debug/macho: Define CPU constants for other common architectures for OS X/iOS.
Robert Sesek
2014-02-18
cmd/ld: remove Plan 9 symbol table
Russ Cox
2014-02-15
debug/elf: correct test failure print
Russ Cox
2014-02-13
debug/macho: Add support for opening fat/universal binaries.
Robert Sesek
2014-02-13
debug/macho: add test file for CL 60190043
Dave Cheney
2014-02-12
debug/pe: delete unnecessary type conversions
Robert Dinu
2014-01-27
all: use {bytes,strings}.NewReader instead of bytes.Buffers
Brad Fitzpatrick
2014-01-27
debug/dwarf, debug/elf: add support for reading DWARF 4 type info
Ian Lance Taylor
2014-01-22
debug/plan9obj: implement parsing of Plan 9 a.out executables
David du Colombier
2014-01-08
debug/goobj: add String methods for SymID and SymKind
Russ Cox
2013-12-31
debug/elf: add C source for testdata executables
Michael Stapelberg
2013-12-18
debug/goobj: expand package prefix correctly
Russ Cox
2013-12-16
debug/goobj: add package for reading new Go object files
Russ Cox
2013-12-12
debug/dwarf: remove unused field addrsize from Data
Ian Lance Taylor
2013-10-29
debug/dwarf: add DWARF 4 form constants
Russ Cox
2013-10-14
debug/dwarf: report the value of an unrecognized attribute format
Ian Lance Taylor
2013-10-09
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-08-07
runtime: convert .s textflags from numbers to symbolic constants.
Keith Randall
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-07-19
cmd/ld, runtime: remove unused fields from Func
Russ Cox
2013-07-19
debug/gosym: put pclinetest file in temporary directory
Keith Randall
2013-07-18
debug/gosym: avoid test failure on Windows
Russ Cox
2013-07-18
debug/gosym: update for Go 1.2 pcln table
Russ Cox
2013-06-21
all: avoid leaking fds during tests
Dave Cheney
2013-03-22
debug/elf: repair GNU version symbols.
Rémy Oudompheng
2013-03-21
debug/elf: restore Go 1.0 semantics for (*File).Symbols
Russ Cox
2013-03-19
debug/dwarf: support for DWARF 3
Ian Lance Taylor
2013-03-11
debug/macho: add doc comment for FormatError
Rob Pike
2013-02-26
cmd/ld, runtime: adjust symbol table representation
Russ Cox
2013-02-20
debug/dwarf: add flag_present attribute encoding.
Robin Eklind
2013-01-27
all: make tests able to run multiple times.
Rémy Oudompheng
2013-01-04
cmd/ld: use native-endian symbol values in symbol table
Russ Cox
2012-12-18
debug/elf: handle missing shstrndx in core files
Dave Cheney
2012-11-15
debug/elf: fix offset for GNU version symbols
Joel Sing
2012-11-15
debug/elf: do not skip first symbol in the symbol table
Joel Sing
2012-10-09
debug/pe: support PE files which contain no symbol table (if NumberOfSymbols ...
Robin Eklind
2012-09-22
debug/pe: add symbol support
Joel Sing
2012-08-03
debug/elf: Add support for getting DynTag string table values.
Mike Rosset
[next]