aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix
AgeCommit message (Expand)Author
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-12cmd/fix: print warning to stderr, show provenanceRuss Cox
2020-10-12cmd/fix: rename confusing booleanRuss Cox
2020-10-12cmd/fix: always format source file before fixingRuss Cox
2020-08-26cmd/fix: remove un-used codeCuong Manh Le
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2019-11-18cmd/fix: eliminate data races in TestRewrite and gofmtBryan C. Mills
2019-10-28cmd/fix, cmd/go, cmd/gofmt: refactor common code into new internal diff packageMikhail Fesenko
2019-05-13cmd/fix: mark tests as parallelJosh Bleecher Snyder
2018-12-15cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-02-12all: restore changes from faulty merge/revertAndrew Bonventre
2018-02-12Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre
2018-02-09cmd/fix: fix cast checkKeith Randall
2018-01-30cmd/fix: cleanup directories created during typecheckMohit Agarwal
2018-01-19cmd/fix: add intermediate cast for *C.CFTypeRef <-> *unsafe.PointerKeith Randall
2018-01-17cmd/fix: don't depend on *GetTypeID functions being presentKeith Randall
2018-01-17cmd/fix: extend typechecker to use cgo typesKeith Randall
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