1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:44:43 -07:00
go/src
Russ Cox 8ac93e669d cmd/go: include package source dir in build action for non-GOROOT packages
The package source dir is recorded in the archives,
so it must be recorded in the build action hash too.

Fixes #22596.

Change-Id: I1d3c2523181c302e9917e5fb79c26b00ea03077a
Reviewed-on: https://go-review.googlesource.com/76025
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2017-11-07 00:42:54 +00:00
..
archive archive/zip: add FileHeader.NonUTF8 field 2017-11-06 21:35:59 +00:00
bufio bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
builtin
bytes bytes: reduce work in IndexNearPageBoundary test 2017-11-04 11:09:49 +00:00
cmd cmd/go: include package source dir in build action for non-GOROOT packages 2017-11-07 00:42:54 +00:00
compress
container
context
crypto crypto/aes: use s390x KMA instruction for AES-GCM if available 2017-11-06 07:58:37 +00:00
database/sql all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
debug
encoding all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
errors
expvar
flag
fmt
go go/types: add missing documentation to Object factory functions 2017-11-03 20:03:04 +00:00
hash hash: add marshaling, unmarshaling example 2017-11-04 03:47:34 +00:00
html
image all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
index/suffixarray
internal syscall: add Token to Windows SysProcAttr 2017-11-06 01:35:58 +00:00
io io: fix Pipe regression with differing error types 2017-11-02 23:05:53 +00:00
log
math math/big: add security warning to (*Int).Rand 2017-11-06 15:55:31 +00:00
mime all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
net all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
os syscall: fix NaCl Link syscall error handling 2017-11-06 16:36:34 +00:00
path
plugin
reflect all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
regexp go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
runtime runtime: improve IndexByte for ppc64x 2017-11-06 21:56:18 +00:00
sort
strconv
strings strings: add Builder 2017-11-06 18:23:51 +00:00
sync all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
syscall syscall: fix NaCl Link syscall error handling 2017-11-06 16:36:34 +00:00
testing
text all: unindent some if bodies by exiting early 2017-10-31 20:07:46 +00:00
time time: example in doc for time.AppendFormat func 2017-11-06 17:57:52 +00:00
unicode go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
unsafe
vendor/golang_org/x vendor/golang_org/x/net/idna: update from upstream 2017-11-02 17:08:27 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash cmd/dist: fix bad LC_TIME assumption in 'date' invocation 2017-11-03 13:42:33 +00:00
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc