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
2013-11-01
[release-branch.go1.2] debug/dwarf: add DWARF 4 form constants
Andrew Gerrand
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
2012-05-21
debug/elf: Expose entry point from Header in File struct.
Matthew Horsnell
2012-04-09
debug/gosym: in test, use temp binary name in /tmp, and clean up.
Brad Fitzpatrick
2012-02-19
cmd/cgo: bug fixes
Russ Cox
2012-02-17
debug/dwarf: address TODO in doc comment for New
Rob Pike
2012-02-16
debug/gosym: more carefully build the test binary.
David Symonds
2012-02-16
debug/gosym: dump 6a/6l output to process stdout/stderr so we can see failures.
David Symonds
2012-02-16
debug/gosym: Remove Makefile, rewrite test using go tool.
David Symonds
2012-02-10
debug/macho: dropped monstrous URL from package comment
Andrew Gerrand
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-14
src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH
Mikio Hara
2011-12-21
go/build: add new +build tags 'cgo' and 'nocgo'
Russ Cox
2011-12-20
build: a round of fixes
Russ Cox
2011-12-05
use new strconv API
Russ Cox
2011-12-02
gofmt -s misc src
Russ Cox
2011-11-02
all: sort imports
Russ Cox
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-10-18
gofix -r mapdelete
Russ Cox
2011-09-14
debug/elf: permit another case of SHT_NOBITS section overlap in test
Ian Lance Taylor
2011-07-20
ld: remove overlap of ELF sections on dynamic binaries
Gustavo Niemeyer
2011-07-18
debug/proc: Remove.
Ian Lance Taylor
2011-07-14
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-13
debug/elf: Read ELF Program headers.
Matthew Horsnell
2011-07-12
debug/pe: fixes ImportedSymbols for Win64.
Wei Guangjing
2011-06-28
strings.Split: make the default to split all.
Rob Pike
[next]