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
2020-09-03
[release-branch.go1.15] cmd/compile, runtime: mark R12 clobbered for write ba...
Cherry Zhang
2020-09-03
[release-branch.go1.15] cmd/internal/obj: stop removing NOPs from instruction...
Keith Randall
2020-09-03
[release-branch.go1.15] cmd/internal/obj/ppc64: don't remove NOP in assembler
Lynn Boger
2020-09-02
[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...
Bryan C. Mills
2020-09-02
[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...
Bryan C. Mills
2020-09-01
[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...
Bryan C. Mills
2020-08-27
[release-branch.go1.15] testing: fix Cleanup race with Logf and Errorf
Michał Łowicki
2020-08-21
[release-branch.go1.15] cmd/compile: fix checkptr handling of &^
Matthew Dempsky
2020-08-21
cmd/compile: correct type of CvtBoolToUint8 values
Josh Bleecher Snyder
2020-08-06
cmd: update golang.org/x/xerrors
Alexander Rakoczy
2020-08-05
cmd/go: fix error stacks when there are scanner errors
Michael Matloob
2020-07-31
cmd/cgo: fix mangling of enum and union types
Matthew Dempsky
2020-07-30
cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...
Cholerae Hu
2020-07-27
cmd/compile: add floating point load+op operations to addressing modes pass
Keith Randall
2020-07-27
cmd/link: don't mark shared library symbols reachable unconditionally
Cherry Zhang
2020-07-17
go/printer: remove exported StdFormat flag
Dmitri Shuralyov
2020-07-15
cmd/link: skip TestOldLink if the old linker does not exist
Cherry Zhang
2020-07-13
cmd/go: include GOMODCACHE in 'go help environment'
Jay Conrod
2020-07-07
all: go get golang.org/x/net@ab3426394381
Russ Cox
2020-07-06
cmd/go: display test binary output if invoked with -help
Ian Lance Taylor
2020-07-06
cmd/oldlink: port bug fixes to old linker
Cherry Zhang
2020-07-01
cmd/link: skip fallocate test if not supported, and adjust allocation size on...
Cherry Zhang
2020-07-01
cmd/link: fix GC data reading from shared library (attempt 2)
Cherry Zhang
2020-07-01
cmd/link: mark special symbols reachable
Cherry Zhang
2020-06-30
Revert "cmd/link: fix GC data reading from shared library"
Cherry Zhang
2020-06-30
cmd/link: fix GC data reading from shared library
Cherry Zhang
2020-06-26
cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used
Matthew Dempsky
2020-06-25
cmd/compile: remove check that Zero's arg has the correct base type
Keith Randall
2020-06-24
crypto/x509: restore support for ios tag on darwin/amd64
Filippo Valsorda
2020-06-23
cmd/link: skip zero values in fingerprint check
Cherry Zhang
2020-06-19
cmd/link: use sym.Symbol in addpersrc
Cherry Zhang
2020-06-19
cmd/dist: don't copy arm64 specific files for bootstap build
fanzha02
2020-06-18
cmd/compile: redo flag constant ops for arm64
Keith Randall
2020-06-18
cmd/compile: redo flag constant ops for arm
Keith Randall
2020-06-18
cmd/compile: mark s390x int <-> float conversions as clobbering flags
Michael Munday
2020-06-18
cmd/internal/obj/ppc64: update doc
Lynn Boger
2020-06-17
cmd/compile: mark block control instruction unsafe in "all unsafe" functions
Cherry Zhang
2020-06-16
cmd/go: fix mod_gomodcache and generate_env TestScripts on Plan 9
Fazlul Shahriar
2020-06-16
cmd: update golang.org/x/tools
Jay Conrod
2020-06-15
cmd/compile: fix ordering problems in struct equality
Keith Randall
2020-06-12
cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386
Dmitri Shuralyov
2020-06-11
cmd/cgo: in -godefs mode, don't change constant to type
Ian Lance Taylor
2020-06-11
cmd/go/internal/web: don't follow an infinite number of redirects
Baokun Lee
2020-06-10
cmd/internal/objabi: enable frame-pointer for iOS arm64
Gawen Arab
2020-06-10
cmd/compile: always tighten and de-duplicate tuple selectors
Michael Munday
2020-06-10
run.bat: do not unset GOROOT_FINAL before running tests
Bryan C. Mills
2020-06-09
cmd/asm: fix the encoding error of VCNT instruction for arm64
eric fang
2020-06-09
cmd/compile: ARM comparisons with 0 incorrect on overflow
Xiangdong Ji
2020-06-09
cmd/dist: do not unset GOROOT_FINAL prior to running tests
Bryan C. Mills
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
[next]