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
/
dwarf
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-03-19
debug/dwarf: support for DWARF 3
Ian Lance Taylor
2013-02-20
debug/dwarf: add flag_present attribute encoding.
Robin Eklind
2012-02-19
cmd/cgo: bug fixes
Russ Cox
2012-02-17
debug/dwarf: address TODO in doc comment for New
Rob Pike
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2011-12-05
use new strconv API
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-07-14
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-06-17
respect goto restrictions
Russ Cox
2011-06-13
cgo: handle new Apple LLVM-based gcc from Xcode 4.2
Russ Cox
2011-05-18
pkg: spelling tweaks, A-H
Robert Hencke
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-01-19
cgo: add complex float, complex double
Sebastien Binet
2010-10-27
use append
Russ Cox
2010-10-26
use copy
Russ Cox
2010-08-18
build: no required environment variables
Russ Cox
2010-06-22
debug/dwarf: update PDF link.
Rob Pike
2010-03-30
simplify various code using new map index rule
Russ Cox
2010-03-04
gofmt: modified algorithm for alignment of multi-line composite/list entries
Robert Griesemer
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-08
bug212, bug213.
Russ Cox
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-05
gofmt'ed debug
Robert Griesemer
2009-10-20
base64 -> encoding/base64
Russ Cox
2009-10-08
more lgtm files from gofmt
Russ Cox
2009-10-06
gofmt on crypto, debug
Russ Cox
2009-09-24
add Size method to dwarf.Type
Russ Cox
2009-09-18
fix build again; this time for sure. sigh
Russ Cox
2009-09-18
fix build - missing file
Russ Cox
2009-09-18
add DWARF method to elf.File.
Russ Cox
2009-09-17
unused imports
Russ Cox
2009-09-16
parse and present DWARF type information
Russ Cox
2009-09-15
basic DWARF reading.
Russ Cox