aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-19cmd/gofmt, go/printer: fix mis-alignment of comment on one-line functionRobert Griesemer
2017-06-19runtime: add read/write mutex typeIan Lance Taylor
2017-06-19cmd/compile: permit Unicode spaces in (expanded) package pathsRobert Griesemer
2017-06-18doc: website: changed link for coverkonstantin8105
2017-06-17doc: fix typo in Go 1.9 release notesKashav Madan
2017-06-17os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor
2017-06-16doc: fix description of Duration.RoundHeschi Kreinick
2017-06-16net/http: update bundled http2Brad Fitzpatrick
2017-06-16net: don't forget about ongoing DNS lookup if context canceledIan Lance Taylor
2017-06-16A+C: add a missing nameBrad Fitzpatrick
2017-06-16doc: note that Time.String changed in go1.9Alberto Donizetti
2017-06-16cmd/go: clarify test -run and -bench pattern matchingRuss Cox
2017-06-16encoding: fix endless loop in TestDecoderBufferingMark Ryan
2017-06-16image/gif: fix writeImageBlock with SubImagesJed Denlea
2017-06-16A+C: automated updateBrad Fitzpatrick
2017-06-15net: handle spurious netpoll wakeups in connectIan Lance Taylor
2017-06-15cmd/compile: fix crash in importer when running in debug modeRobert Griesemer
2017-06-15cmd/compile: add regress test for #20682Matthew Dempsky
2017-06-15path/filepath: fix TestGlobErrorDominik Honnef
2017-06-15cmd/compile: better error for malformed packagesMatthew Dempsky
2017-06-15cmd/go: improve documentation on defaults for getMarko Mudrinic
2017-06-15net/http: add a known goroutine, don't check goroutine leaks in benchmark modeBrad Fitzpatrick
2017-06-15Revert "cmd/compile: skip reexporting types in reexportdep"Matthew Dempsky
2017-06-15doc: fix typo in go1.9 release notesAlberto Donizetti
2017-06-15doc: mention that os package now uses pollerIan Lance Taylor
2017-06-15net/http: document SOCKS5 proxy supportKale Blankenship
2017-06-15encoding: report correct line numbers in testsMark Ryan
2017-06-15runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)Vladimir Stefanovic
2017-06-15testing: clarify -timeout flagKale Blankenship
2017-06-15doc: fix typo in Go 1.9 release notesBrad Fitzpatrick
2017-06-15cmd/compile: fix exporting of function bodiesMatthew Dempsky
2017-06-15runtime: restore arm assembly stubs for div/modKeith Randall
2017-06-15cmd/pprof: restore printing descriptive errors from net/http/pprof endpointsKale Blankenship
2017-06-15doc: flesh out tools section in Go 1.9 release notesBrad Fitzpatrick
2017-06-15unicode: move scripts from FoldCategories to FoldScriptsRuss Cox
2017-06-14doc: add more Go 1.9 release notesBrad Fitzpatrick
2017-06-14net, doc: document JoinHostPort change in release notes, clarify its docsBrad Fitzpatrick
2017-06-14time: remove some redundant equality comparison documentationBrad Fitzpatrick
2017-06-14cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer
2017-06-14cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick
2017-06-14net/http: update bundled http2Brad Fitzpatrick
2017-06-14api: promote next to go1.9Chris Broadfoot
2017-06-14api: update next.txtChris Broadfoot
2017-06-14A+C: automated updateBrad Fitzpatrick
2017-06-14os: clarify behavior of TempDirBrad Fitzpatrick
2017-06-14net: clarify Listen on 0.0.0.0 behaviorBrad Fitzpatrick
2017-06-14encoding/json: don't marshal unexported embedded fields of non struct typethoeni
2017-06-14sync: make another attempt at clarifying RWMutex double RLock rulesBrad Fitzpatrick
2017-06-14doc: list cmd/compile's DWARF changes in 1.9 relnotesHeschi Kreinick
2017-06-14runtime: remove unused arm assembly for div/modKeith Randall