summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* syscall: use correct cmsg alignment for openbsd/armJoel Sing2018-12-131-6/+19
* strings: add ReplaceAll exampledupoxy2018-12-131-0/+6
* strings: revert accidental example change from CL 153840Brad Fitzpatrick2018-12-131-1/+1
* go/build: document when Context.BuildTags is used.Muhammad Falak R Wani2018-12-121-0/+1
* runtime: pass LR to sigprof on windows/armJordan Rhee2018-12-121-1/+1
* cmd/go: reject GOCACHE=off when the default cache is initializedBryan C. Mills2018-12-1210-163/+103
* go/internal/gccgoimporter: permit fixups for V2 export dataThan McIntosh2018-12-124-6/+127
* cmd/go/internal/web2: log http requests with -vHana Kim2018-12-121-3/+5
* syscall: update doc comment to match behavior for Proc.CallAndrew Bonventre2018-12-121-1/+1
* cmd/go/internal/modfetch: skip symlinks in (*coderepo).ZipBryan C. Mills2018-12-121-0/+5
* cmd/go: reproduce #28680Bryan C. Mills2018-12-121-2/+38
* cmd/go: retain sums for replacement modules in 'go mod tidy'Bryan C. Mills2018-12-122-1/+39
* cmd/compile: don't combine load+op if the op has SymAddr argumentsKeith Randall2018-12-123-0/+32
* doc/go1.12: release notes for testingJulie Qiu2018-12-121-5/+1
* cmd/go: link to the FAQ for errors that indicate private VCS repos.Julie Qiu2018-12-123-3/+22
* encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch2018-12-125-0/+239
* cmd/compile: Avoid and filter out zero-length location-lists.David Chase2018-12-121-5/+12
* go/format: add simple benchmark framework and basic benchmarkRobert Griesemer2018-12-121-0/+91
* runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing2018-12-121-0/+4
* syscall: regenerate ztypes for openbsd/armJoel Sing2018-12-122-25/+33
* os: in RemoveAll, try Remove firstIan Lance Taylor2018-12-122-0/+34
* runtime/pprof: fix TestCPUProfileWithFork on Windows/ARMJordan Rhee2018-12-121-0/+4
* runtime: fix profiling on windows/ARMJordan Rhee2018-12-123-55/+101
* cmd/cgo: set correct column for user-written codeIan Lance Taylor2018-12-123-7/+48
* cmd/go: fix 'go test' and 'go fmt' with files outside a moduleBryan C. Mills2018-12-117-32/+91
* cmd/go/internal/modfetch/codehost: return VCSError for unimplemented function...Bryan C. Mills2018-12-112-14/+46
* cmd/compile: use innermost line number for -SKeith Randall2018-12-118-21/+40
* cmd/go: add a [root] condition to script_testBryan C. Mills2018-12-112-0/+3
* go/internal/gccgoimporter: add XCOFF supportClément Chigot2018-12-113-12/+49
* cmd/go: add a chmod command to script_testBryan C. Mills2018-12-112-0/+23
* internal/xcoff: add big archive supportClément Chigot2018-12-116-0/+319
* runtime: revise openbsd/arm runtime defsJoel Sing2018-12-111-10/+14
* cmd/cgo: don't cache bad pointer typedefsIan Lance Taylor2018-12-111-4/+14
* cmd/cover: simplify and correct isValidIdentifierIan Lance Taylor2018-12-111-6/+11
* cmd/nm: run tests in parallel, don't use Scanner on []byteIan Lance Taylor2018-12-111-16/+8
* cmd/link: only create .init_array section if not emptyIan Lance Taylor2018-12-111-1/+1
* cmd/cgo: preserve type information across loadDWARF loopIan Lance Taylor2018-12-114-16/+75
* cmd/compile: emit a symbol for a method expression when using -dynlinkIan Lance Taylor2018-12-113-0/+32
* doc: use https scheme in oss-distros linkDmitri Shuralyov2018-12-111-1/+1
* cmd/compile: set correct line number for method wrappersKeith Randall2018-12-101-0/+8
* runtime: fix CGO traceback frame countMark Pulford2018-12-104-12/+65
* cmd/cover: check that the argument of -var is validAndrea Nodari2018-12-102-0/+22
* hash/fnv: use bits.Mul64 for 128-bit hashBrian Kessler2018-12-101-22/+11
* cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 v2.2.2Bryan C. Mills2018-12-101-4/+4
* cmd/cgo: don't pass CGO_CFLAGS -g options to debug info generationIan Lance Taylor2018-12-102-2/+11
* cmd/go: fix errors for commands run outside of modulesJay Conrod2018-12-103-2/+33
* go/build: improve comment on Context.CgoEnabledGn Shivakumar2018-12-101-1/+1
* all: move cmd/internal/xcoff to internal/xcoffClément Chigot2018-12-1016-11/+12
* crypto/ecdsa: fix NSA reference to Suite B implementer's guide to FIPS 186-3Gerasimos (Makis) Maropoulos2018-12-101-1/+1
* math/bits: remove named return in TrailingZeros16Alberto Donizetti2018-12-091-1/+1