summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A+C: update Dmitri Shuralyov's emailsDmitri Shuralyov2018-08-082-2/+2
* net: reduce TestSplice/big's memory usageDaniel Martí2018-08-081-4/+4
* cmd/go: 3 cmd/go tests (>8s) made as non-short scriptsGn Shivakumar2018-08-074-51/+67
* cmd/go: make 'go get <module>@none' idempotentBryan C. Mills2018-08-072-2/+16
* cmd/go/internal/load: remove unused argument from LookupBryan C. Mills2018-08-072-17/+15
* cmd/go/internal/load: pass the importer's package path when checking visibilityBryan C. Mills2018-08-073-28/+116
* cmd/go: fix outdated commentsBryan C. Mills2018-08-072-4/+1
* syscall/js: extend ValueOf to support arrays and objectsRichard Musiol2018-08-072-9/+41
* cmd/asm/internal/arch: add package definitionMario Arranz2018-08-061-0/+1
* doc: describe cgo ptr->uintptr changes for 1.11.Keith Randall2018-08-061-0/+13
* cmd/go: fix go get fail when GIT_TRACE setLE Manh Cuong2018-08-062-9/+14
* cmd/go: fix unnecessary pluralKevin Burke2018-08-042-9/+13
* cmd/internal/objfile: only consider executable segments for load addressIan Lance Taylor2018-08-031-1/+1
* os: document that Remove removes only empty directoriesIan Lance Taylor2018-08-031-1/+1
* math/rand: improve package documentationBenjamin Cable2018-08-032-3/+6
* cmd/go: don't crash in go fmt on invalid input when using modulesIan Lance Taylor2018-08-032-1/+14
* runtime: document assumption about wbBufFlush argument slotsAustin Clements2018-08-031-0/+7
* net: skip flaky TestNotTemporaryRead on FreeBSDgo1.11beta3Brad Fitzpatrick2018-08-031-0/+4
* cmd/internal/obj/arm64: fix incorrect rejection of legal instructionsBen Shi2018-08-032-6/+32
* cmd/go/internal/load: trim the " (test)" suffix from ImportStack pathsBryan C. Mills2018-08-032-3/+22
* cmd/go: disable ccache when setting HOME to non-existent dirMark Pulford2018-08-032-6/+5
* net: update docs for unimplemented methods and functionsMikio Hara2018-08-037-8/+14
* database/sql: fix driverStmt.Close() comment typoFrédéric Guillot2018-08-031-1/+1
* math: add tests for erf and erfcKeith Randall2018-08-031-0/+8
* cmd/go: revert "cmd/go: no longer eval symlinks in inDir"Ian Lance Taylor2018-08-031-1/+9
* math: ensure Erfc is not called with out-of-expected-range arguments on s390xbill_ofarrell2018-08-031-12/+13
* crypto/ecdsa: add a package level examplePhil Pearl2018-08-021-0/+32
* cmd/go: no longer eval symlinks in inDirIssac Trotts2018-08-021-9/+1
* cmd/go: move mod_tidy.txt from testdata/mod to testdata/srcBryan C. Mills2018-08-021-5/+5
* doc/go1.11: remove go/scanner noteIan Lance Taylor2018-08-021-11/+1
* go/scanner: continue adding directory to file nameIan Lance Taylor2018-08-022-4/+38
* cmd/link/internal/wasm: add Go version as a custom wasm sectionRichard Musiol2018-08-021-0/+9
* encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick2018-08-021-4/+8
* encoding/xml: remove some primordial semicolonsBrad Fitzpatrick2018-08-021-2/+2
* syscall: use deprecation convention in package comment, simplifyBrad Fitzpatrick2018-08-021-8/+5
* os: add check for empty executable path on darwinRoberto Clapis2018-08-021-0/+5
* cmd/go: skip cgo test when cgo isn't availableBrad Fitzpatrick2018-08-021-0/+2
* test/codegen: add more combined store tests for arm64Ben Shi2018-08-021-0/+54
* misc/cgo/testcshared: force descriptor 30 to be closed when execing testIan Lance Taylor2018-08-011-0/+10
* syscall/js: move callback helper code to misc/wasm to avoid using eval()Xudong Zheng2018-08-012-27/+27
* cmd/cgo: don't give inconsistent typedef error for cgo-defined typesIan Lance Taylor2018-08-014-0/+34
* vendor: update golang.org/x/net/http2/hpackBrad Fitzpatrick2018-08-015-67/+123
* go/build: accept ! in cgo argumentsIan Lance Taylor2018-08-013-1/+28
* cmd/go: avoid panic on 'go mod' without argumentsas2018-08-011-0/+2
* runtime: fix syscall error returns on mips/mips64/ppc64David Wimmer2018-08-013-3/+43
* cmd/cgo: stop expanding typedefs once we reach __builtin typesKeith Randall2018-08-011-0/+4
* strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek2018-08-012-7/+9
* cmd/doc: adapt directory search for modulesRuss Cox2018-08-015-31/+180
* cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox2018-08-0118-101/+120
* cmd/go: add list -find to find packages but not resolve importsRuss Cox2018-08-013-0/+27