summaryrefslogtreecommitdiff
path: root/src/cmd/fix
Commit message (Expand)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/fix: mention -help instead of the non-existent -? flagAndrew Gerrand2014-08-071-1/+1
* cmd/fix: remove obsolete testdata.R?my Oudompheng2013-06-0230-19227/+0
* cmd/fix: check type assertion in netipv6zone rule.R?my Oudompheng2013-06-022-1/+5
* cmd/fix: revert IPv6 scoped address zone support of IPNetMikio Hara2013-03-202-34/+12
* cmd/fix: remove redundant 0 portTyler Bunnell2013-03-072-5/+12
* cmd/fix: delete pre-Go 1 fixesRuss Cox2013-02-2170-6848/+0
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-011-3/+1
* cmd/fix: Add keys to printer.Config composite literals.Christopher Cahoon2012-12-162-0/+98
* go/format: Package format implements standard formatting of Go source.Robert Griesemer2012-11-271-17/+4
* net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structsMikio Hara2012-11-272-0/+122
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-303-5/+5
* go/printer, gofmt: trim trailing whitespace in commentsRobert Griesemer2012-10-306-6/+6
* cmd/fix: disable reflect test under race detector (very slow)Dmitriy Vyukov2012-10-091-0/+3
* cmd/fix: add rules for net/http -> net/http/httputil renamesBrad Fitzpatrick2012-03-124-185/+220
* encoding/json: drop MarshalForHTML; gofix calls to Marshal.David Symonds2012-02-282-0/+10
* cmd/fix: remove os.Wait gofix.David Symonds2012-02-222-97/+0
* os: drop the Wait function and the options to Process.WaitRob Pike2012-02-202-0/+97
* cmd/fix: add runtime renamingsRuss Cox2012-02-192-0/+18
* net/url: APIRuss Cox2012-02-163-10/+45
* fix: walk ast.Ellipsis values.Nigel Tao2012-02-172-0/+9
* cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printerNigel Tao2012-02-163-5/+11
* net/url: Rename ParseWithReference to ParseWithFragment.David Symonds2012-02-162-0/+77
* fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14Nigel Tao2012-02-152-0/+173
* fix: add fix for crypto type changeRuss Cox2012-02-133-8/+180
* cmd/fix: warn about exp, old, deleted packagesRuss Cox2012-02-122-1/+34
* image: delete the image.Repeated type.Nigel Tao2012-02-082-81/+0
* go/printer, gofmt: don't print incorrect programsRobert Griesemer2012-02-071-0/+26
* all packages: fix various typosRobert Griesemer2012-02-012-2/+2
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-53/+0
* fix: add image/{bmp,tiff} to go1pkgrename.Nigel Tao2012-01-311-0/+4
* cmd/go: add go tools to rearrangementRob Pike2012-01-29105-0/+28023