aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-03net: skip flaky TestNotTemporaryRead on FreeBSDgo1.11beta3Brad Fitzpatrick
2018-08-03cmd/internal/obj/arm64: fix incorrect rejection of legal instructionsBen Shi
2018-08-03cmd/go/internal/load: trim the " (test)" suffix from ImportStack pathsBryan C. Mills
2018-08-03cmd/go: disable ccache when setting HOME to non-existent dirMark Pulford
2018-08-03net: update docs for unimplemented methods and functionsMikio Hara
2018-08-03database/sql: fix driverStmt.Close() comment typoFrédéric Guillot
2018-08-03math: add tests for erf and erfcKeith Randall
2018-08-03cmd/go: revert "cmd/go: no longer eval symlinks in inDir"Ian Lance Taylor
2018-08-03math: ensure Erfc is not called with out-of-expected-range arguments on s390xbill_ofarrell
2018-08-02crypto/ecdsa: add a package level examplePhil Pearl
2018-08-02cmd/go: no longer eval symlinks in inDirIssac Trotts
2018-08-02cmd/go: move mod_tidy.txt from testdata/mod to testdata/srcBryan C. Mills
2018-08-02doc/go1.11: remove go/scanner noteIan Lance Taylor
2018-08-02go/scanner: continue adding directory to file nameIan Lance Taylor
2018-08-02cmd/link/internal/wasm: add Go version as a custom wasm sectionRichard Musiol
2018-08-02encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick
2018-08-02encoding/xml: remove some primordial semicolonsBrad Fitzpatrick
2018-08-02syscall: use deprecation convention in package comment, simplifyBrad Fitzpatrick
2018-08-02os: add check for empty executable path on darwinRoberto Clapis
2018-08-02cmd/go: skip cgo test when cgo isn't availableBrad Fitzpatrick
2018-08-02test/codegen: add more combined store tests for arm64Ben Shi
2018-08-01misc/cgo/testcshared: force descriptor 30 to be closed when execing testIan Lance Taylor
2018-08-01syscall/js: move callback helper code to misc/wasm to avoid using eval()Xudong Zheng
2018-08-01cmd/cgo: don't give inconsistent typedef error for cgo-defined typesIan Lance Taylor
2018-08-01vendor: update golang.org/x/net/http2/hpackBrad Fitzpatrick
2018-08-01go/build: accept ! in cgo argumentsIan Lance Taylor
2018-08-01cmd/go: avoid panic on 'go mod' without argumentsas
2018-08-01runtime: fix syscall error returns on mips/mips64/ppc64David Wimmer
2018-08-01cmd/cgo: stop expanding typedefs once we reach __builtin typesKeith Randall
2018-08-01strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek
2018-08-01cmd/doc: adapt directory search for modulesRuss Cox
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-08-01cmd/go: add list -find to find packages but not resolve importsRuss Cox
2018-08-01cmd/go: allow list of absolute directory pathRuss Cox
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-08-01cmd/go: change list -compiled to populate new CompiledGoFiles listRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-08-01cmd/go: add 'go version' statement in go.modRuss Cox
2018-07-31html: lazily populate Unescape tablesBrad Fitzpatrick
2018-07-31doc: fix link in contribute.htmlMohit kumar Bajoria
2018-07-31cmd/cgo: add column number to line directivesKir Kolyshkin
2018-07-31cmd/cgo: make sure we FinishType everythingKeith Randall
2018-07-31cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -xBryan C. Mills
2018-07-31doc/go1.11: mention ReverseProxy passing TE: trailers headers to backendBrad Fitzpatrick
2018-07-31net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick
2018-07-31syscall: remove support for O_NONBLOCK and O_SYNC on js/wasmRichard Musiol
2018-07-31doc/go1.11: add note to remove CLI support for godocAgniva De Sarker
2018-07-31syscall/js: improve documentation about mappings to JavaScript valuesRichard Musiol
2018-07-31go/doc: do not treat methods as test functionsRoger Peppe