summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [release-branch.go1.9] go1.9.2go1.9.2Russ Cox2017-10-251-1/+1
* [release-branch.go1.9] runtime: use simple, more robust fastrandnRuss Cox2017-10-252-3/+62
* [release-branch.go1.9] cmd/compile: fix sign-extension merging rulesKeith Randall2017-10-253-84/+113
* [release-branch.go1.9] cmd/compile: avoid generating large offsetsKeith Randall2017-10-256-168/+414
* [release-branch.go1.9] runtime: in cpuProfile.addExtra, set p.lostExtra to 0 ...Michael Matloob2017-10-251-0/+1
* [release-branch.go1.9] cmd/cgo: support large unsigned macro againHiroshi Ioka2017-10-254-31/+29
* [release-branch.go1.9] cmd/cgo: avoid using common names for sniffingHiroshi Ioka2017-10-252-10/+23
* [release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9Ian Lance Taylor2017-10-251-0/+2
* [release-branch.go1.9] runtime: avoid monotonic time zero on systems with low...Russ Cox2017-10-252-1/+10
* [release-branch.go1.9] doc: document Go 1.9.2Russ Cox2017-10-251-0/+11
* [release-branch.go1.9] cmd/go: clean up x.exe properly in TestImportMainRuss Cox2017-10-251-1/+1
* [release-branch.go1.9] cmd/compile: omit ICE diagnostics after normal error m...Matthew Dempsky2017-10-251-13/+15
* [release-branch.go1.9] database/sql: prevent race in driver by locking dc in ...Daniel Theophanes2017-10-253-1/+20
* [release-branch.go1.9] internal/poll: only call SetFileCompletionNotification...Alex Brainman2017-10-251-2/+2
* [release-branch.go1.9] internal/poll: do not call SetFileCompletionNotificati...Alex Brainman2017-10-251-27/+37
* [release-branch.go1.9] cmd/go: correct directory used in checkNestedVCS testIan Lance Taylor2017-10-252-6/+5
* [release-branch.go1.9] crypto/x509: reject intermediates with unknown critica...Adam Langley2017-10-253-72/+100
* [release-branch.go1.9] net/smtp: NewClient: set tls field to true when alread...Jeff2017-10-252-0/+48
* [release-branch.go1.9] net: increase expected time to dial a closed port on a...Author Name2017-10-251-1/+1
* [release-branch.go1.9] cmd/compile: fix merge rules for panic callsKeith Randall2017-10-252-2/+43
* [release-branch.go1.9] net: bump TestDialerDualStackFDLeak timeout on iOSElias Naur2017-10-251-0/+2
* [release-branch.go1.9] runtime: make runtime.GC() trigger GC even if GOGC=offAustin Clements2017-10-252-1/+20
* [release-branch.go1.9] cmd/compile: fix regression in PPC64.rules move zeroLynn Boger2017-10-254-159/+350
* [release-branch.go1.9] internal/poll: be explicit when using runtime netpollerAlex Brainman2017-10-254-4/+6
* [release-branch.go1.9] cmd/compile/internal/syntax: fix source buffer refillingMatthew Dempsky2017-10-252-5/+19
* [release-branch.go1.9] reflect: fix pointer past-the-end in Call with zero-si...Cherry Zhang2017-10-252-2/+33
* [release-branch.go1.9] log: fix data race on log.Outputhagen17782017-10-252-5/+12
* [release-branch.go1.9] cmd/compile: replace GOROOT in //line directivesDavid Crawshaw2017-10-257-18/+43
* [release-branch.go1.9] cmd/compile: limit the number of simultaneously opened...zhongtao.chen2017-10-251-0/+5
* [release-branch.go1.9] expvar: make (*Map).Init clear existing keysBryan C. Mills2017-10-252-1/+33
* [release-branch.go1.9] cmd/compile: simplify "missing function body" error me...Matthew Dempsky2017-10-251-1/+1
* [release-branch.go1.9] time: fix documentation of Round, Truncate behavior fo...Dmitri Shuralyov2017-10-251-2/+2
* [release-branch.go1.9] runtime: capture runtimeInitTime after nanotime is ini...Austin Clements2017-10-251-3/+10
* [release-branch.go1.9] crypto/x509: skip TestSystemRootsMartin Möhrmann2017-10-251-0/+5
* [release-branch.go1.9] internal/poll: add tests for Windows file and serial p...Alex Brainman2017-10-253-3/+139
* [release-branch.go1.9] doc: add missing "Minor revisions" header for 1.9Chris Broadfoot2017-10-041-0/+2
* [release-branch.go1.9] go1.9.1go1.9.1Chris Broadfoot2017-10-041-1/+1
* [release-branch.go1.9] doc: document go1.9.1 and go1.8.4Chris Broadfoot2017-10-041-0/+13
* [release-branch.go1.9] doc/1.9: add mention of net/http.LocalAddrContextKeyTom Bergan2017-10-041-0/+5
* [release-branch.go1.9] net/smtp: fix PlainAuth to refuse to send passwords to...Russ Cox2017-10-042-25/+40
* [release-branch.go1.9] cmd/go: reject update of VCS inside VCSRuss Cox2017-10-043-1/+81
* [release-branch.go1.9] runtime: deflake TestPeriodicGCRuss Cox2017-10-041-1/+1
* [release-branch.go1.9] go1.9go1.9Chris Broadfoot2017-08-241-1/+1
* [release-branch.go1.9] doc: add go1.9 to golang.org/projectChris Broadfoot2017-08-241-0/+1
* [release-branch.go1.9] doc: document go1.9Chris Broadfoot2017-08-243-9/+11
* [release-branch.go1.9] doc/go1.9: fix typo in Moved GOROOTRyuji IWATA2017-08-241-1/+1
* [release-branch.go1.9] cmd/compile: remove gc.Sysfunc calls from 387 backendJosh Bleecher Snyder2017-08-223-2/+10
* [release-branch.go1.9] doc/go1.9: fix typo in crypto/x509 of "Minor changes t...Ian Lance Taylor2017-08-221-1/+1
* [release-branch.go1.9] runtime: fix false positive race in profile label readingAustin Clements2017-08-183-8/+46
* [release-branch.go1.9] testing: don't fail all tests after racy test failureIan Lance Taylor2017-08-182-2/+22