summaryrefslogtreecommitdiff
path: root/src/cmd/fix
Commit message (Expand)AuthorAgeFilesLines
* all: restore changes from faulty merge/revertAndrew Bonventre2018-02-121-1/+1
* Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre2018-02-121-1/+1
* cmd/fix: fix cast checkKeith Randall2018-02-091-1/+1
* cmd/fix: cleanup directories created during typecheckMohit Agarwal2018-01-301-1/+1
* cmd/fix: add intermediate cast for *C.CFTypeRef <-> *unsafe.PointerKeith Randall2018-01-192-26/+107
* cmd/fix: don't depend on *GetTypeID functions being presentKeith Randall2018-01-173-8/+6
* cmd/fix: extend typechecker to use cgo typesKeith Randall2018-01-173-5/+81
* cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptrKeith Randall2018-01-171-3/+3
* cmd/cgo: make JNI's jobject type map to uintptr in GoKeith Randall2017-12-083-5/+258
* cmd/cgo: special case C ptr types to use uintptrKeith Randall2017-11-173-0/+334
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-052-4/+4
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-252-4/+4
* cmd/fix: rewrite x/net/context by defaultSam Whited2017-08-311-1/+1
* cmd/fix,cmd/gofmt: flush to disk before diffingEgon Elbre2017-03-301-11/+28
* cmd/fix: add golang.org/x/net/context fixSam Whited2016-09-157-17/+92
* all: single space after period.Brad Fitzpatrick2016-03-022-8/+8
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0110-10/+10
* cmd/fix: add gotypes moduleRob Pike2015-07-172-0/+164
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-10/+10
* 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