aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug/dwarf
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] debug/dwarf: add DWARF 4 form constantsAndrew Gerrand
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-03-19debug/dwarf: support for DWARF 3Ian Lance Taylor
2013-02-20debug/dwarf: add flag_present attribute encoding.Robin Eklind
2012-02-19cmd/cgo: bug fixesRuss Cox
2012-02-17debug/dwarf: address TODO in doc comment for NewRob Pike
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2011-12-05use new strconv APIRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-06-17respect goto restrictionsRuss Cox
2011-06-13cgo: handle new Apple LLVM-based gcc from Xcode 4.2Russ Cox
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-01-19cgo: add complex float, complex doubleSebastien Binet
2010-10-27use appendRuss Cox
2010-10-26use copyRuss Cox
2010-08-18build: no required environment variablesRuss Cox
2010-06-22debug/dwarf: update PDF link.Rob Pike
2010-03-30simplify various code using new map index ruleRuss Cox
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-08bug212, bug213.Russ Cox
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt'ed debugRobert Griesemer
2009-10-20base64 -> encoding/base64Russ Cox
2009-10-08more lgtm files from gofmtRuss Cox
2009-10-06gofmt on crypto, debugRuss Cox
2009-09-24add Size method to dwarf.TypeRuss Cox
2009-09-18fix build again; this time for sure. sighRuss Cox
2009-09-18fix build - missing fileRuss Cox
2009-09-18add DWARF method to elf.File.Russ Cox
2009-09-17unused importsRuss Cox
2009-09-16parse and present DWARF type informationRuss Cox
2009-09-15basic DWARF reading.Russ Cox