aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix
AgeCommit message (Expand)Author
2018-01-17cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptrKeith Randall
2017-12-08cmd/cgo: make JNI's jobject type map to uintptr in GoKeith Randall
2017-11-17cmd/cgo: special case C ptr types to use uintptrKeith Randall
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-31cmd/fix: rewrite x/net/context by defaultSam Whited
2017-03-30cmd/fix,cmd/gofmt: flush to disk before diffingEgon Elbre
2016-09-15cmd/fix: add golang.org/x/net/context fixSam Whited
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-17cmd/fix: add gotypes moduleRob Pike
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-07cmd/fix: mention -help instead of the non-existent -? flagAndrew Gerrand
2013-06-02cmd/fix: remove obsolete testdata.Rémy Oudompheng
2013-06-02cmd/fix: check type assertion in netipv6zone rule.Rémy Oudompheng
2013-03-20cmd/fix: revert IPv6 scoped address zone support of IPNetMikio Hara
2013-03-07cmd/fix: remove redundant 0 portTyler Bunnell
2013-02-21cmd/fix: delete pre-Go 1 fixesRuss Cox
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2012-12-16cmd/fix: Add keys to printer.Config composite literals.Christopher Cahoon
2012-11-27go/format: Package format implements standard formatting of Go source.Robert Griesemer
2012-11-27net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structsMikio Hara
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
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