1
0
mirror of https://github.com/golang/go synced 2024-11-08 08:46:17 -07:00
go/src/cmd
Russ Cox efb1a7524e cmd/go: prefer $GOTMPDIR over operating system tmp dir for temp files
We build and run executables in the work directory,
and some users have $TMPDIR set noexec.

Fixes #8451.

Change-Id: I76bf2ddec84e9cb37ad9a6feb53a1a84b47aa263
Reviewed-on: https://go-review.googlesource.com/75475
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-11-03 17:45:09 +00:00
..
addr2line
api all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
asm cmd/internal/obj/x86: add most missing AVX1/2 insts 2017-11-03 15:32:07 +00:00
buildid cmd/buildid: add new tool factoring out code needed by go command 2017-10-11 18:16:02 +00:00
cgo cmd/cgo: remove unnecessary nil check 2017-11-01 08:21:26 +00:00
compile cmd/compile: avoid spurious errors for invalid map key types 2017-11-02 23:53:38 +00:00
cover cmd/cover: don't try to attach directives to synthetic decls 2017-10-17 22:14:28 +00:00
dist cmd/go: prefer $GOTMPDIR over operating system tmp dir for temp files 2017-11-03 17:45:09 +00:00
doc all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
fix all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
go cmd/go: prefer $GOTMPDIR over operating system tmp dir for temp files 2017-11-03 17:45:09 +00:00
gofmt
internal cmd/internal/obj/x86: add most missing AVX1/2 insts 2017-11-03 15:32:07 +00:00
link cmd/link: restore windows stack commit size back to 4KB 2017-11-03 00:09:40 +00:00
nm cmd/internal/goobj: accept int64 in readInt 2017-11-01 18:23:58 +00:00
objdump cmd/internal/goobj: accept int64 in readInt 2017-11-01 18:23:58 +00:00
pack
pprof
trace cmd/trace: fix a javascript bug in handling import error 2017-10-20 16:34:50 +00:00
vendor cmd/vendor/github.com/google/pprof: refresh from upstream 2017-11-03 17:45:05 +00:00
vet cmd/go: pass package config to vet during "go vet" 2017-11-01 13:47:48 +00:00