aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fix/typecheck.go
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-10-12cmd/fix: print warning to stderr, show provenanceRuss Cox
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-01-30cmd/fix: cleanup directories created during typecheckMohit Agarwal
2018-01-17cmd/fix: don't depend on *GetTypeID functions being presentKeith Randall
2018-01-17cmd/fix: extend typechecker to use cgo typesKeith Randall
2017-11-17cmd/cgo: special case C ptr types to use uintptrKeith Randall
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-01-29cmd/go: add go tools to rearrangementRob Pike