aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-07[release-branch.go1.8] go1.8.7go1.8.7release-branch.go1.8Russ Cox
2018-02-07[release-branch.go1.8] doc: document Go 1.8.7Russ Cox
2018-02-07[release-branch.go1.8] cmd/go: accept only limited compiler and linker flags ...Russ Cox
2018-01-23[release-branch.go1.8] go1.8.6go1.8.6Andrew Bonventre
2018-01-23[release-branch.go1.8] doc: document Go 1.8.6Andrew Bonventre
2018-01-23[release-branch.go1.8] math/big: protect against aliasing in nat.divLargeAlberto Donizetti
2017-11-30[release-branch.go1.8] doc: hide blog content for golang.google.cnAndrew Bonventre
2017-11-30[release-branch.go1.8] doc: hide video and share if being served from CNAndrew Bonventre
2017-10-25[release-branch.go1.8] go1.8.5go1.8.5Russ Cox
2017-10-25[release-branch.go1.8] doc: document Go 1.8.5Russ Cox
2017-10-25[release-branch.go1.8] cmd/internal/obj/x86: use LEAx rather than ADDx when c...Michael Hudson-Doyle
2017-10-25[release-branch.go1.8] crypto/x509: reject intermediates with unknown critica...Adam Langley
2017-10-25[release-branch.go1.8] cmd/link: implement trampolines for ppc64le with ext l...Lynn Boger
2017-10-25[release-branch.go1.8] cmd/go: clean up x.exe properly in TestImportMainRuss Cox
2017-10-25[release-branch.go1.8] cmd/go: correct directory used in checkNestedVCS testIan Lance Taylor
2017-10-25[release-branch.go1.8] net/smtp: NewClient: set tls field to true when alread...Jeff
2017-10-25[release-branch.go1.8] net: increase expected time to dial a closed port on a...Author Name
2017-10-25[release-branch.go1.8] net: bump TestDialerDualStackFDLeak timeout on iOSElias Naur
2017-10-25[release-branch.go1.8] runtime: fix usleep by correctly setting nanoseconds p...pvoicu
2017-10-25[release-branch.go1.8] doc: delete go1.8.txtBrad Fitzpatrick
2017-10-25[release-branch.go1.8] cmd/compile: fix subword store/load elision for MIPSCherry Zhang
2017-10-25[release-branch.go1.8] cmd/compile: fix subword store/load elision for amd64,...David Chase
2017-10-25[release-branch.go1.8] net/http: Fix TestLinuxSendfile without strace permiss...Kenny Grant
2017-10-25[release-branch.go1.8] cmd/compile: zero extend when replacing load-hit-store...Michael Munday
2017-10-25[release-branch.go1.8] net: skip Windows test using getmac if getmac cmdlet n...Brad Fitzpatrick
2017-10-04[release-branch.go1.8] go1.8.4go1.8.4Chris Broadfoot
2017-10-04[release-branch.go1.8] net/smtp: fix PlainAuth to refuse to send passwords to...Russ Cox
2017-10-04[release-branch.go1.8] cmd/go: reject update of VCS inside VCSRuss Cox
2017-10-04[release-branch.go1.8] runtime: deflake TestPeriodicGCRuss Cox
2017-10-04[release-branch.go1.8] os: skip TestNetworkSymbolicLink if Server service is ...Alex Brainman
2017-05-31[release-branch.go1.8] doc: update bootstrap archive URLChris Broadfoot
2017-05-24[release-branch.go1.8] go1.8.3go1.8.3Chris Broadfoot
2017-05-24[release-branch.go1.8] doc: document go1.8.3Chris Broadfoot
2017-05-24[release-branch.go1.8] cmd/compile: don't move spills to loop exits where the...Keith Randall
2017-05-24[release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-05-23[release-branch.go1.8] runtime: use pselect6 for usleep on linux/386Austin Clements
2017-05-23[release-branch.go1.8] runtime: use pselect6 for usleep on linux/amd64 and li...Austin Clements
2017-05-23[release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...Todd Neal
2017-05-23[release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...Brad Fitzpatrick
2017-05-23[release-branch.go1.8] cmd/compile: fix s390x unsigned comparison constant me...Michael Munday
2017-05-23[release-branch.go1.8] cmd/go: if we get a C compiler dwarf2 warning, try wit...Brad Fitzpatrick
2017-05-23[release-branch.go1.8] runtime: don't corrupt arena bounds on low mmapAustin Clements
2017-05-23[release-branch.go1.8] cmd/compile: fix store chain in schedule passKeith Randall
2017-05-23[release-branch.go1.8] runtime: doubly fix "double wakeup" panicAustin Clements
2017-05-23[release-branch.go1.8] database/sql: ensure releaseConn is defined before a p...Daniel Theophanes
2017-05-23[release-branch.go1.8] runtime: print debug info on "base out of range"Austin Clements
2017-05-23[release-branch.go1.8] doc: remove mentions of yacc toolBrad Fitzpatrick
2017-05-23[release-branch.go1.8] go1.8.2go1.8.2Chris Broadfoot
2017-05-23[release-branch.go1.8] doc: document go1.8.2 and go1.7.6Chris Broadfoot
2017-05-23[release-branch.go1.8] crypto/elliptic: fix carry bug in x86-64 P-256 impleme...Adam Langley