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
Age
Commit message (
Expand
)
Author
2020-11-05
[release-branch.go1.15] go1.15.4
go1.15.4
Alexander Rakoczy
2020-10-30
[release-branch.go1.15] net/http: update bundled x/net/http2
Dmitri Shuralyov
2020-10-29
[release-branch.go1.15] time: fix LoadLocationFromTZData with slim tzdata
Christopher Hlubek
2020-10-29
[release-branch.go1.15] time: support slim tzdata format
Ian Lance Taylor
2020-10-29
[release-branch.go1.15] compress/flate: fix corrupted output
Klaus Post
2020-10-29
[release-branch.go1.15] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...
Tobias Klauser
2020-10-27
[release-branch.go1.15] cmd/compile: fix storeType to handle pointers to go:n...
Keith Randall
2020-10-27
[release-branch.go1.15] cmd/compile, runtime: store pointers to go:notinheap ...
Keith Randall
2020-10-23
[release-branch.go1.15] cmd/{compile,link}: backport fix for issue 39757
Than McIntosh
2020-10-23
[release-branch.go1.15] net/http: deep copy Request.TransferEncoding
dqu123
2020-10-22
[release-branch.go1.15] src, net/http: update vendor, regenerate h2_bundle.go
Emmanuel T Odeke
2020-10-20
[release-branch.go1.15] runtime: wait for preemption signals before syscall.Exec
Ian Lance Taylor
2020-10-20
[release-branch.go1.15] syscall: use MustHaveExec in TestExec
Ian Lance Taylor
2020-10-20
[release-branch.go1.15] runtime: stop preemption during syscall.Exec on Darwin
Ian Lance Taylor
2020-10-14
[release-branch.go1.15] go1.15.3
go1.15.3
Alexander Rakoczy
2020-10-14
[release-branch.go1.15] cmd/compile: fix left shift constant folding rule
Keith Randall
2020-10-14
[release-branch.go1.15] runtime: correct signature of call16
Austin Clements
2020-10-12
[release-branch.go1.15] cmd/compile: export notinheap annotation to object file
Keith Randall
2020-10-09
[release-branch.go1.15] cmd/compile: propagate go:notinheap implicitly
Keith Randall
2020-10-09
[release-branch.go1.15] cmd/compile: make go:notinheap error message friendli...
Keith Randall
2020-10-09
[release-branch.go1.15] cmd/cgo: use go:notinheap for anonymous structs
Keith Randall
2020-10-09
[release-branch.go1.15] cmd/compile: allow aliases to go:notinheap types
Keith Randall
2020-10-09
[release-branch.go1.15] cmd/compile: don't allow go:notinheap on the heap or ...
Keith Randall
2020-10-09
[release-branch.go1.15] cmd/compile: make Haspointers a method instead of a f...
Keith Randall
2020-10-09
[release-branch.go1.15] runtime: implement StorepNoWB for wasm in assembly
Keith Randall
2020-10-08
[release-branch.go1.15] cmd/cgo: add more architectures to size maps
Ian Lance Taylor
2020-10-07
[release-branch.go1.15] bytes, internal/bytealg: fix incorrect IndexString usage
Michael Munday
2020-10-07
[release-branch.go1.15] cmd/go: relax version's error on unexpected flags
Daniel MartÃ
2020-10-07
[release-branch.go1.15] runtime: disable stack shrinking in activeStackChans ...
Michael Anthony Knyszek
2020-10-06
[release-branch.go1.15] cmd/addr2line: don't assume that GOROOT_FINAL is clean
Bryan C. Mills
2020-10-05
[release-branch.go1.15] cmd/compile: fix live variable computation for deferr...
Keith Randall
2020-10-05
[release-branch.go1.15] testing: flush test summaries to stdout atomically wh...
Bryan C. Mills
2020-10-01
[release-branch.go1.15] cmd/compile: prevent 387+float32+pie from clobbering ...
Keith Randall
2020-09-24
[release-branch.go1.15] internal/poll: adjust ignoringEINTR to avoid slice es...
Ian Lance Taylor
2020-09-10
[release-branch.go1.15] runtime: fix ReadMemStatsSlow's and CheckScavengedBit...
Michael Anthony Knyszek
2020-09-10
[release-branch.go1.15] cmd/internal/obj: fix inline marker issue on s390x
Michael Munday
2020-09-09
[release-branch.go1.15] go1.15.2
go1.15.2
Dmitri Shuralyov
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] net/http/fgci: skip flaky test
Filippo Valsorda
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-02
[release-branch.go1.15] doc/go1.14: document json.Umarshal map key support of...
ShihCheng Tu
2020-09-02
[release-branch.go1.15] runtime: fix panic if newstack at runtime.acquireLock...
chainhelen
2020-09-01
[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...
Bryan C. Mills
2020-09-01
[release-branch.go1.15] all: merge release-branch.go1.15-security into releas...
Filippo Valsorda
2020-09-01
[release-branch.go1.15-security] go1.15.1
go1.15.1
Dmitri Shuralyov
2020-09-01
[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...
Roberto Clapis
2020-08-28
[release-branch.go1.15] net/mail: return error on empty address list
Ian Lance Taylor
[next]