aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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] math/big: protect against aliasing in nat.divLargeAlberto Donizetti
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] 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] 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-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] crypto/elliptic: fix carry bug in x86-64 P-256 impleme...Adam Langley
2017-04-05[release-branch.go1.8] cmd/go: add test for test -race -i behaviorRuss Cox
2017-04-05[release-branch.go1.8] cmd/go: do not install broken libraries during 'go tes...Russ Cox
2017-04-05[release-branch.go1.8] cmd/compile: added special case for reflect header fie...David Chase
2017-04-05[release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...Matthew Dempsky
2017-04-05[release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder
2017-04-05[release-branch.go1.8] cmd/link: skip TestDWARF on Plan 9David du Colombier
2017-04-05[release-branch.go1.8] encoding/xml: disable checking of attribute syntax, li...Russ Cox
2017-04-05[release-branch.go1.8] reflect: fix out-of-bounds pointers calling no-result ...Austin Clements
2017-04-05[release-branch.go1.8] cmd/link: emit a mach-o dwarf segment that dsymutil wi...Russ Cox
2017-04-05[release-branch.go1.8] cmd/link: make mach-o dwarf segment properly alignedRuss Cox
2017-04-05[release-branch.go1.8] cmd/link: disable mach-o dwarf munging with -w (in add...Russ Cox
2017-04-05[release-branch.go1.8] cmd/compile: don't crash when slicing non-sliceJosh Bleecher Snyder
2017-04-05[release-branch.go1.8] runtime: print user stack on other threads during GOTR...Austin Clements
2017-04-05[release-branch.go1.8] cmd/compile: mark MOVWF/MOVFW clobbering F15 on ARMCherry Zhang
2017-04-05[release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic
2017-04-05[release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...David Chase