aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix
AgeCommit message (Expand)Author
2012-10-30go/printer, gofmt: trim trailing whitespace in commentsRobert Griesemer
2012-10-09cmd/fix: disable reflect test under race detector (very slow)Dmitriy Vyukov
2012-03-12cmd/fix: add rules for net/http -> net/http/httputil renamesBrad Fitzpatrick
2012-02-28encoding/json: drop MarshalForHTML; gofix calls to Marshal.David Symonds
2012-02-22cmd/fix: remove os.Wait gofix.David Symonds
2012-02-20os: drop the Wait function and the options to Process.WaitRob Pike
2012-02-19cmd/fix: add runtime renamingsRuss Cox
2012-02-16net/url: APIRuss Cox
2012-02-17fix: walk ast.Ellipsis values.Nigel Tao
2012-02-16cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printerNigel Tao
2012-02-16net/url: Rename ParseWithReference to ParseWithFragment.David Symonds
2012-02-15fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14Nigel Tao
2012-02-13fix: add fix for crypto type changeRuss Cox
2012-02-12cmd/fix: warn about exp, old, deleted packagesRuss Cox
2012-02-08image: delete the image.Repeated type.Nigel Tao
2012-02-07go/printer, gofmt: don't print incorrect programsRobert Griesemer
2012-02-01all packages: fix various typosRobert Griesemer
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-31fix: add image/{bmp,tiff} to go1pkgrename.Nigel Tao
2012-01-29cmd/go: add go tools to rearrangementRob Pike