1
0
mirror of https://github.com/golang/go synced 2024-11-19 18:54:41 -07:00
go/src/cmd
Russ Cox f3c46355d7 cmd/go: drop runtime, runtime/internal/sys, runtime/internal/atomic, unsafe as deps of everything
This was a hack to make a new make.bash avoid reusing installed packages.
The new content-based staleness is precise enough not to need this hack;
now it's just causing unnecessary rebuilds: if a package doesn't import "runtime",
for example, it doesn't need to be recompiled when runtime changes.
(It does need to be relinked, and we still arrange that.)

Change-Id: I4ddf6e16d754cf21b16e9db1ed52bddbf82e96c6
Reviewed-on: https://go-review.googlesource.com/76015
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-11-06 20:16:48 +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: enable ssacheck for tests in ssa_test.go 2017-11-06 19:56:53 +00:00
cover cmd/cover: don't try to attach directives to synthetic decls 2017-10-17 22:14:28 +00:00
dist cmd/dist: read dependencies from source files 2017-11-06 15:37:49 +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: drop runtime, runtime/internal/sys, runtime/internal/atomic, unsafe as deps of everything 2017-11-06 20:16:48 +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 cmd/pack: fix export data truncation bug 2017-09-09 14:13:33 +00:00
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: run vet automatically during go test 2017-11-03 22:09:38 +00:00