aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix
AgeCommit message (Expand)Author
2025-10-17cmd/fix: add modernize and inline analyzersAlan Donovan
2025-10-10cmd/go: unify "go fix" and "go vet"Alan Donovan
2025-09-25cmd/fix: remove all functionalityAlan Donovan
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-05cmd/fix: remove all functionality except for buildtagqiulaidongfeng
2025-02-03all: replace reflect.Value.Type.Kind with reflect.Value.KindSean Liao
2024-10-01all: use slices.DeleteTobias Klauser
2024-09-13cmd: make use of maps.{Copy, Clone}Jes Cok
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2024-02-22cmd/fix: support go versions with patch releaseAlex Bozhenko
2023-08-07cmd/fix: use reflect.TypeFor for known typescui fliter
2023-05-04cmd/fix: move cgo and 'go build' support checks into TestRewriteBryan C. Mills
2022-11-17cmd/fix: allow cgo commands in tests to fail if 'go build' is not supportedBryan C. Mills
2022-11-16cmd/fix: disallow cgo errors in testsBryan C. Mills
2022-09-29cmd/fix: use strings.Cutcui fliter
2022-09-29cmd: fix a few function names on commentscui fliter
2022-09-08cmd/fix: use strings.Buildercuiweixie
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2022-03-18internal/diff: add, replacing cmd/internal/diffRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28cmd/fix: add buildtag fixRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
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