aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25[release-branch.go1.9] go1.9.2go1.9.2Russ Cox
2017-10-25[release-branch.go1.9] runtime: use simple, more robust fastrandnRuss Cox
2017-10-25[release-branch.go1.9] cmd/compile: fix sign-extension merging rulesKeith Randall
2017-10-25[release-branch.go1.9] cmd/compile: avoid generating large offsetsKeith Randall
2017-10-25[release-branch.go1.9] runtime: in cpuProfile.addExtra, set p.lostExtra to 0 ...Michael Matloob
2017-10-25[release-branch.go1.9] cmd/cgo: support large unsigned macro againHiroshi Ioka
2017-10-25[release-branch.go1.9] cmd/cgo: avoid using common names for sniffingHiroshi Ioka
2017-10-25[release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9Ian Lance Taylor
2017-10-25[release-branch.go1.9] runtime: avoid monotonic time zero on systems with low...Russ Cox
2017-10-25[release-branch.go1.9] doc: document Go 1.9.2Russ Cox
2017-10-25[release-branch.go1.9] cmd/go: clean up x.exe properly in TestImportMainRuss Cox
2017-10-25[release-branch.go1.9] cmd/compile: omit ICE diagnostics after normal error m...Matthew Dempsky
2017-10-25[release-branch.go1.9] database/sql: prevent race in driver by locking dc in ...Daniel Theophanes
2017-10-25[release-branch.go1.9] internal/poll: only call SetFileCompletionNotification...Alex Brainman
2017-10-25[release-branch.go1.9] internal/poll: do not call SetFileCompletionNotificati...Alex Brainman
2017-10-25[release-branch.go1.9] cmd/go: correct directory used in checkNestedVCS testIan Lance Taylor
2017-10-25[release-branch.go1.9] crypto/x509: reject intermediates with unknown critica...Adam Langley
2017-10-25[release-branch.go1.9] net/smtp: NewClient: set tls field to true when alread...Jeff
2017-10-25[release-branch.go1.9] net: increase expected time to dial a closed port on a...Author Name
2017-10-25[release-branch.go1.9] cmd/compile: fix merge rules for panic callsKeith Randall
2017-10-25[release-branch.go1.9] net: bump TestDialerDualStackFDLeak timeout on iOSElias Naur
2017-10-25[release-branch.go1.9] runtime: make runtime.GC() trigger GC even if GOGC=offAustin Clements
2017-10-25[release-branch.go1.9] cmd/compile: fix regression in PPC64.rules move zeroLynn Boger
2017-10-25[release-branch.go1.9] internal/poll: be explicit when using runtime netpollerAlex Brainman
2017-10-25[release-branch.go1.9] cmd/compile/internal/syntax: fix source buffer refillingMatthew Dempsky
2017-10-25[release-branch.go1.9] reflect: fix pointer past-the-end in Call with zero-si...Cherry Zhang
2017-10-25[release-branch.go1.9] log: fix data race on log.Outputhagen1778
2017-10-25[release-branch.go1.9] cmd/compile: replace GOROOT in //line directivesDavid Crawshaw
2017-10-25[release-branch.go1.9] cmd/compile: limit the number of simultaneously opened...zhongtao.chen
2017-10-25[release-branch.go1.9] expvar: make (*Map).Init clear existing keysBryan C. Mills
2017-10-25[release-branch.go1.9] cmd/compile: simplify "missing function body" error me...Matthew Dempsky
2017-10-25[release-branch.go1.9] time: fix documentation of Round, Truncate behavior fo...Dmitri Shuralyov
2017-10-25[release-branch.go1.9] runtime: capture runtimeInitTime after nanotime is ini...Austin Clements
2017-10-25[release-branch.go1.9] crypto/x509: skip TestSystemRootsMartin Möhrmann
2017-10-25[release-branch.go1.9] internal/poll: add tests for Windows file and serial p...Alex Brainman
2017-10-04[release-branch.go1.9] doc: add missing "Minor revisions" header for 1.9Chris Broadfoot
2017-10-04[release-branch.go1.9] go1.9.1go1.9.1Chris Broadfoot
2017-10-04[release-branch.go1.9] doc: document go1.9.1 and go1.8.4Chris Broadfoot
2017-10-04[release-branch.go1.9] doc/1.9: add mention of net/http.LocalAddrContextKeyTom Bergan
2017-10-04[release-branch.go1.9] net/smtp: fix PlainAuth to refuse to send passwords to...Russ Cox
2017-10-04[release-branch.go1.9] cmd/go: reject update of VCS inside VCSRuss Cox
2017-10-04[release-branch.go1.9] runtime: deflake TestPeriodicGCRuss Cox
2017-08-24[release-branch.go1.9] go1.9go1.9Chris Broadfoot
2017-08-24[release-branch.go1.9] doc: add go1.9 to golang.org/projectChris Broadfoot
2017-08-24[release-branch.go1.9] doc: document go1.9Chris Broadfoot
2017-08-24[release-branch.go1.9] doc/go1.9: fix typo in Moved GOROOTRyuji IWATA
2017-08-22[release-branch.go1.9] cmd/compile: remove gc.Sysfunc calls from 387 backendJosh Bleecher Snyder
2017-08-22[release-branch.go1.9] doc/go1.9: fix typo in crypto/x509 of "Minor changes t...Ian Lance Taylor
2017-08-18[release-branch.go1.9] runtime: fix false positive race in profile label readingAustin Clements
2017-08-18[release-branch.go1.9] testing: don't fail all tests after racy test failureIan Lance Taylor