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
Age
Commit message (
Expand
)
Author
2022-03-03
[release-branch.go1.17] cmd/go: avoid +incompatible major versions if a go.mo...
Bryan C. Mills
2022-02-18
[release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...
Cherry Mui
2022-02-07
[release-branch.go1.17] cmd/link: force eager binding when using plugins on d...
Cherry Mui
2022-02-07
[release-branch.go1.17] cmd/go/internal/modfetch: do not short-circuit canoni...
Bryan C. Mills
2022-02-07
[release-branch.go1.17] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...
David Chase
2022-02-07
[release-branch.go1.17] cmd/compile: don't elide extension for LoadReg to FP ...
Cherry Mui
2022-02-07
[release-branch.go1.17] cmd/internal/obj/x86: modify the threshold of assert ...
zhouguangyuan
2022-02-07
[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs options
Ethan Anderson
2022-01-05
[release-branch.go1.17] cmd/link: use SHT_INIT_ARRAY for .init_array section
Ian Lance Taylor
2021-12-21
[release-branch.go1.17] cmd/compile: avoid adding LECall to the entry block w...
hanpro
2021-12-21
[release-branch.go1.17] all: update vendored golang.org/x/crypto for cryptoby...
Filippo Valsorda
2021-12-02
[release-branch.go1.17] cmd/compile: only update source type when processing ...
Cuong Manh Le
2021-11-24
[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...
Dan Scales
2021-11-24
[release-branch.go1.17] cmd/compile: fix fuse pass to do CFG surgery correctly
Keith Randall
2021-11-22
[release-branch.go1.17] cmd/go: forward the MallocNanoZone variable to script...
Bryan C. Mills
2021-11-10
[release-branch.go1.17] cmd/link: don't use label symbol for absolute address...
Cherry Mui
2021-11-09
[release-branch.go1.17] cmd/go: fix mod_get_direct
Cuong Manh Le
2021-10-28
[release-branch.go1.17] cmd/go: update for //go:build lines
Russ Cox
2021-10-28
[release-branch.go1.17] cmd/link: increase reserved space for passing env on ...
Richard Musiol
2021-10-28
[release-branch.go1.17] cmd/link: disable weak reference in itab if build wit...
zhouguangyuan
2021-10-27
[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...
Keith Randall
2021-10-27
[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64
Keith Randall
2021-10-07
[release-branch.go1.17] misc/wasm, cmd/link: do not let command line args ove...
Michael Knyszek
2021-10-06
[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate fu...
Cuong Manh Le
2021-09-28
[release-branch.go1.17] cmd/go: write go.mod requirements more consistently f...
Jay Conrod
2021-09-08
[release-branch.go1.17] cmd/go/internal/modload: scan dependencies of root pa...
Bryan C. Mills
2021-09-01
[release-branch.go1.17] cmd/go: ensure 'go get -u' can upgrade pruned (1.17+)...
Jay Conrod
2021-09-01
[release-branch.go1.17] cmd/link: do not use GO_LDSO when cross compile
Cherry Mui
2021-09-01
[release-branch.go1.17] cmd/compile: allow embed into any byte slice type
Keith Randall
2021-09-01
[release-branch.go1.17] cmd/compile: fix method expression lookup during import
Cuong Manh Le
2021-08-11
src/make.*: make --no-clean flag a no-op that prints a warning
Matthew Dempsky
2021-08-10
doc: use "high address/low address" instead of "top/bottom"
fanzha02
2021-08-09
cmd/go: with -mod=vendor, don't panic if there are duplicate requirements
Jay Conrod
2021-07-28
cmd/go: fix go.mod file name printed in error messages for replacements
Jay Conrod
2021-07-27
cmd/go: use .mod instead of .zip to determine if version has go.mod file
Jay Conrod
2021-07-27
cmd/go: add missing flag in UsageLine
180909
2021-07-26
cmd/vet: add missing copyright header
180909
2021-07-22
cmd/compile: do not change field offset in ABI analysis
Cherry Mui
2021-07-20
cmd/go: don't add C compiler ID to hash for standard library
Ian Lance Taylor
2021-07-19
cmd/compile: fix off-by-one error in traceback argument counting
Cherry Mui
2021-07-19
cmd/compile: fix typo in fatal message of builtinCall
Leonard Wang
2021-07-19
cmd/{compile,link}: fix bug in map.zero handling
Than McIntosh
2021-07-15
cmd/go: update error messages in tests to match CL 332573
Bryan C. Mills
2021-07-15
cmd/compile: fix lookup package of redeclared dot import symbol
Cuong Manh Le
2021-07-14
cmd/go: change link in error message from /wiki to /doc.
Bryan C. Mills
2021-07-13
cmd/go: remove a duplicated word from 'go help mod graph'
Bryan C. Mills
2021-07-08
Update oudated comment
makdon
2021-07-07
cmd/compile: remove special-casing of blank in types.sconv{,2}
Matthew Dempsky
2021-07-07
cmd/compile: optimize types.sconv
Matthew Dempsky
2021-07-07
cmd/compile: extract pkgqual from symfmt
Matthew Dempsky
[next]