aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix/fix.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28cmd/fix: add buildtag fixRuss Cox
2020-08-26cmd/fix: remove un-used codeCuong Manh Le
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
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
2016-09-15cmd/fix: add golang.org/x/net/context fixSam Whited
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
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
2012-02-17fix: walk ast.Ellipsis values.Nigel Tao
2012-02-13fix: add fix for crypto type changeRuss Cox
2012-02-01all packages: fix various typosRobert Griesemer
2012-01-29cmd/go: add go tools to rearrangementRob Pike