1
0
mirror of https://github.com/golang/go synced 2024-10-01 15:58:33 -06:00
go/src
Caleb Spare 139fad21b9 all: zero mtimes in testdata gz files
Fixes #14937.

Change-Id: Iea11a32230d44d5a43f8aec812d25f13bce85895
Reviewed-on: https://go-review.googlesource.com/21038
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-25 04:02:36 +00:00
..
archive all: delete dead test code 2016-03-21 07:10:08 +00:00
bufio all: delete dead test code 2016-03-21 07:10:08 +00:00
builtin
bytes all: delete dead test code 2016-03-21 07:10:08 +00:00
cmd cmd/go: remove limits on parallel tasks in the Go command for iOS 2016-03-25 01:09:28 +00:00
compress all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
container all: single space after period. 2016-03-02 00:13:47 +00:00
crypto all: delete dead test code 2016-03-21 07:10:08 +00:00
database/sql database/sql/driver: remove string exclusion 2016-03-23 02:42:31 +00:00
debug all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
encoding all: zero mtimes in testdata gz files 2016-03-25 04:02:36 +00:00
errors all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
expvar all: single space after period. 2016-03-02 00:13:47 +00:00
flag all: single space after period. 2016-03-02 00:13:47 +00:00
fmt fmt: cleanup and optimize doPrintf for simple formats 2016-03-23 06:31:12 +00:00
go vendor: move golang.org/x/net/http2/hpack back to vendor 2016-03-24 20:26:51 +00:00
hash hash/crc32: use slicing by 8 for Castagnoli and smaller sizes 2016-03-08 16:46:24 +00:00
html all: single space after period. 2016-03-02 00:13:47 +00:00
image image/png: ignore trailing IDAT chunks 2016-03-24 10:57:01 +00:00
index/suffixarray
internal vendor: move golang.org/x/net/http2/hpack back to vendor 2016-03-24 20:26:51 +00:00
io all: single space after period. 2016-03-02 00:13:47 +00:00
log all: single space after period. 2016-03-02 00:13:47 +00:00
math math/big: much simplified and faster Float rounding 2016-03-22 17:07:34 +00:00
mime mime/multipart: don't call Read on io.Reader after an error is seen 2016-03-07 19:50:16 +00:00
net vendor: move golang.org/x/net/http2/hpack back to vendor 2016-03-24 20:26:51 +00:00
os os: skip TestStatStdin on Android 2016-03-24 19:07:11 +00:00
path path: fix up bizarre test 2016-03-16 03:59:03 +00:00
reflect cmd/compile, runtime: new static name encoding 2016-03-25 00:13:49 +00:00
regexp all: delete dead test code 2016-03-21 07:10:08 +00:00
runtime cmd/compile, runtime: new static name encoding 2016-03-25 00:13:49 +00:00
sort all: single space after period. 2016-03-02 00:13:47 +00:00
strconv all: single space after period. 2016-03-02 00:13:47 +00:00
strings all: single space after period. 2016-03-02 00:13:47 +00:00
sync sync: don't assume b.N > 0 2016-03-18 16:37:39 +00:00
syscall syscall: correct spelling/typos in comment 2016-03-22 20:35:53 +00:00
testing testing: expose subtest and subbenchmark functionality 2016-03-22 14:56:15 +00:00
text all: single space after period. 2016-03-02 00:13:47 +00:00
time all: single space after period. 2016-03-02 00:13:47 +00:00
unicode all: single space after period. 2016-03-02 00:13:47 +00:00
unsafe all: single space after period. 2016-03-02 00:13:47 +00:00
vendor/golang.org/x/net/http2/hpack vendor: move golang.org/x/net/http2/hpack back to vendor 2016-03-24 20:26:51 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash build: use go tool dist list 2016-02-26 03:58:58 +00:00
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash cmd/dist: redo flag-passing for bootstrap 2016-03-18 19:00:03 +00:00
make.bat cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc