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
/
internal
/
archive
Age
Commit message (
Expand
)
Author
2023-01-24
all: fix some comments
cui fliter
2023-01-24
archive: error check when parse archive
James Yang
2022-11-15
cmd/internal/archive: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-08-08
all: use io.Seek* instead of deprecated os.SEEK_*
Tobias Klauser
2022-06-24
cmd/internal/archive: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-03-09
cmd/compile: require -p flag
Russ Cox
2021-04-30
cmd/internal/archive: make error message contain printable characters only
Cherry Zhang
2021-04-30
cmd/internal/objfile: emit better error for Go object of a different version
Cherry Zhang
2021-02-24
docs: fix spelling
John Bampton
2020-12-23
[dev.regabi] cmd/compile: split out package noder [generated]
Russ Cox
2020-12-23
[dev.regabi] cmd/dist: automatically bootstrap cmd subdirs
Matthew Dempsky
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-08-19
cmd/internal/objfile: cache computation of goobj.Arch
Tao Qingyun
2020-08-11
[dev.link] cmd/pack: use cmd/internal/archive package
Cherry Zhang
2020-08-11
[dev.link] cmd: remove "2", another round
Cherry Zhang
2020-08-11
[dev.link] cmd/internal/objfile: read Go object file using goobj2 package
Cherry Zhang
2020-08-10
[dev.link] cmd/internal/archive: rename from goobj
Cherry Zhang