index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
fix
/
typecheck.go
Age
Commit message (
Expand
)
Author
2025-09-25
cmd/fix: remove all functionality
Alan Donovan
2024-09-13
cmd: make use of maps.{Copy, Clone}
Jes Cok
2022-11-16
cmd/fix: disallow cgo errors in tests
Bryan C. Mills
2022-09-29
cmd: fix a few function names on comments
cui fliter
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-12
cmd/fix: print warning to stderr, show provenance
Russ Cox
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-01-30
cmd/fix: cleanup directories created during typecheck
Mohit Agarwal
2018-01-17
cmd/fix: don't depend on *GetTypeID functions being present
Keith Randall
2018-01-17
cmd/fix: extend typechecker to use cgo types
Keith Randall
2017-11-17
cmd/cgo: special case C ptr types to use uintptr
Keith Randall
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2013-02-01
bytes, strings: add TrimPrefix and TrimSuffix
Brad Fitzpatrick
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-01-29
cmd/go: add go tools to rearrangement
Rob Pike