aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-11-06[release-branch.go1.15] internal/poll: treat copy_file_range EIO as not-handledTobias Klauser
2020-11-05[release-branch.go1.15] go1.15.4go1.15.4Alexander Rakoczy
2020-10-30[release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov
2020-10-29[release-branch.go1.15] time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek
2020-10-29[release-branch.go1.15] time: support slim tzdata formatIan Lance Taylor
2020-10-29[release-branch.go1.15] compress/flate: fix corrupted outputKlaus 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 39757Than McIntosh
2020-10-23[release-branch.go1.15] net/http: deep copy Request.TransferEncodingdqu123
2020-10-22[release-branch.go1.15] src, net/http: update vendor, regenerate h2_bundle.goEmmanuel T Odeke
2020-10-20[release-branch.go1.15] runtime: wait for preemption signals before syscall.ExecIan Lance Taylor
2020-10-20[release-branch.go1.15] syscall: use MustHaveExec in TestExecIan Lance Taylor
2020-10-20[release-branch.go1.15] runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-10-16[dev.boringcrypto.go1.15] all: merge go1.15.3 into dev.boringcrypto.go1.15Filippo Valsorda
2020-10-14[release-branch.go1.15] go1.15.3go1.15.3Alexander Rakoczy
2020-10-14[release-branch.go1.15] cmd/compile: fix left shift constant folding ruleKeith Randall
2020-10-14[release-branch.go1.15] runtime: correct signature of call16Austin Clements
2020-10-12[release-branch.go1.15] cmd/compile: export notinheap annotation to object fileKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: propagate go:notinheap implicitlyKeith 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 structsKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: allow aliases to go:notinheap typesKeith 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 assemblyKeith Randall
2020-10-08[release-branch.go1.15] cmd/cgo: add more architectures to size mapsIan Lance Taylor
2020-10-07[release-branch.go1.15] bytes, internal/bytealg: fix incorrect IndexString usageMichael Munday
2020-10-07[release-branch.go1.15] cmd/go: relax version's error on unexpected flagsDaniel 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 cleanBryan 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 s390xMichael Munday
2020-09-10[dev.boringcrypto.go1.15] all: merge go1.15.2 into dev.boringcrypto.go1.15Filippo Valsorda
2020-09-09[release-branch.go1.15] go1.15.2go1.15.2Dmitri 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 assemblerLynn Boger
2020-09-02[release-branch.go1.15] net/http/fgci: skip flaky testFilippo 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