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
/
internal
/
goroot
/
gc.go
Age
Commit message (
Expand
)
Author
2025-07-08
internal: make struct comment match struct name
cuishuang
2024-02-08
internal/goroot: in IsStandardPackage check for go source files
Michael Matloob
2023-01-17
cmd/go: do not confuse files for standard library packages
Russ Cox
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-09-27
internal/goroot: using strings.CutPrefix replace strings.HasPrefix and string...
cuiweixie
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2019-09-18
internal/goroot: for -compiler=gccgo, only look for .gox files
Ian Lance Taylor
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-09-25
go/build: move isStandardPackage to new internal/goroot package
Ian Lance Taylor