summaryrefslogtreecommitdiff
path: root/src/cmd/fix
Commit message (Expand)AuthorAgeFilesLines
* all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-6/+4
* all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox2020-12-021-3/+3
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+2
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-2/+3
* cmd/fix: print warning to stderr, show provenanceRuss Cox2020-10-121-1/+1
* cmd/fix: rename confusing booleanRuss Cox2020-10-121-3/+3
* cmd/fix: always format source file before fixingRuss Cox2020-10-121-1/+16
* cmd/fix: remove un-used codeCuong Manh Le2020-08-261-292/+0
* cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur2020-05-312-69/+100
* cmd/fix: eliminate data races in TestRewrite and gofmtBryan C. Mills2019-11-182-3/+2
* cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff packageMikhail Fesenko2019-10-282-47/+6
* cmd/fix: mark tests as parallelJosh Bleecher Snyder2019-05-131-40/+43
* cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur2018-12-152-0/+217
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-262-3/+3
* 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