aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-08-18[release-branch.go1.9] cmd/dist: update deps.go for current dependenciesIan Lance Taylor
2017-08-18[release-branch.go1.9] cmd/compile: add rules handling unsigned div/mod by co...Cherry Zhang
2017-08-18[release-branch.go1.9] runtime: fix usleep by correctly setting nanoseconds p...pvoicu
2017-08-07[release-branch.go1.9] go1.9rc2go1.9rc2Chris Broadfoot
2017-08-07[release-branch.go1.9] all: merge master into release-branch.go1.9Chris Broadfoot
2017-08-07runtime: mapassign_* should use typedmemmove to update keysKeith Randall
2017-08-06all: remove some manual hyphenationJosh Bleecher Snyder
2017-08-05runtime: mark activeModules nosplit/nowritebarrierIan Lance Taylor
2017-08-05math/bits: fix example for OnesCount64Francesc Campoy Flores
2017-08-04math/bits: add examples for OnesCount functionsFrancesc Campoy
2017-08-04misc/cgo/testsanitizers: also skip tsan11/tsan12 when using GCCIan Lance Taylor
2017-08-04reflect: document how DeepEqual handles cyclesIan Lance Taylor
2017-08-04doc: mention handling of moved GOROOT in 1.9 release notesIan Lance Taylor
2017-08-04doc: use better wording to explain type-aware completionJaana Burcu Dogan
2017-08-04doc: replace paid with commercialJaana Burcu Dogan
2017-08-04doc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers to the release notes.Tristan Colgate
2017-08-04doc: clarify that Gogland is for paid IntelliJ platform IDEsJaana Burcu Dogan
2017-08-04doc/1.9: fix broken html link in CL 53030/53210Dmitry Savintsev
2017-08-04doc: fix bad link in go1.9 release notesAlberto Donizetti
2017-08-03doc/1.9: fix stray html in CL 53030Dmitry Savintsev
2017-08-03encoding/binary: add examples for varint functionsAxel Wagner
2017-08-03doc/1.9: add CL 36696 for crypto/x509 to the release notesDmitry Savintsev
2017-08-03doc: hide blog content for golang.google.cnAndrew Bonventre
2017-08-03internal/poll: don't add non-sockets to runtime pollerIan Lance Taylor
2017-08-03cmd/vet: don't exit with failure on type checking errorIan Lance Taylor
2017-08-02doc: hide video and share if being served from CNAndrew Bonventre
2017-08-02testsanitizers: check that tsan program runs, skip tsan10 on gccIan Lance Taylor
2017-08-02time: skip ZoneAbbr test in timezones with no abbreviationAlberto Donizetti
2017-08-02cmd/go: show examples with empty output in go test -listSeiji Takahashi
2017-08-02cmd/compile: set/unset base register for better assembly printCherry Zhang
2017-07-31[release-branch.go1.9] runtime: map bitmap and spans during heap initializationAustin Clements
2017-07-31[release-branch.go1.9] runtime: fall back to small mmaps if we fail to grow r...Austin Clements
2017-07-31runtime: map bitmap and spans during heap initializationAustin Clements
2017-07-31runtime: fall back to small mmaps if we fail to grow reservationAustin Clements
2017-07-30.github: add .md extension to SUPPORT fileGustav Westling
2017-07-28plugin: mention that there are known bugs with pluginsIan Lance Taylor
2017-07-27[release-branch.go1.9] cmd/dist: skip moved GOROOT on Go's Windows builders w...Brad Fitzpatrick
2017-07-27cmd/dist: skip moved GOROOT on Go's Windows builders when not sharding testsBrad Fitzpatrick
2017-07-26test: add READMEJosh Bleecher Snyder
2017-07-26runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic
2017-07-25doc: list editor options by name, not plugin nameJaana Burcu Dogan
2017-07-25doc: cleanup editor pageZac Bergquist