1
0
mirror of https://github.com/golang/go synced 2024-11-12 00:20:22 -07:00
go/src
Josh Bleecher Snyder 7e8e9abe0a cmd/compile: reduce stutter
This is follow-up 1 of 3 to CL 20959.

Passes toolstash -cmp.

Change-Id: I9bddf7d88333fa4755e03ff8a034a35bd01b7855
Reviewed-on: https://go-review.googlesource.com/21052
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-24 01:17:23 +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/compile: reduce stutter 2016-03-24 01:17:23 +00:00
compress compress/flate: rework matching algorithm 2016-03-23 11:33:29 +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 debug/dwarf: add Reader.SeekPC and Data.Ranges 2016-03-22 14:06:09 +00:00
encoding encoding/json, internal/testenv: use Fatalf 2016-03-22 05:58:27 +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 net/http, internal/testenv: find go binary in PATH 2016-03-22 02:02:23 +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 Rewrite leftover references to plan9.bell-labs.com to 9p.io. 2016-03-06 07:07:01 +00:00
index/suffixarray
internal encoding/json, internal/testenv: use Fatalf 2016-03-22 05:58:27 +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 net/http/httptest: add NewRequest helper for ease of testing handlers 2016-03-23 23:22:22 +00:00
os os/user: allow LookupGroupId to fail during test 2016-03-15 16:25:40 +00:00
path path: fix up bizarre test 2016-03-16 03:59:03 +00:00
reflect cmd/link, reflect: remove some method type data 2016-03-23 17:00:43 +00:00
regexp all: delete dead test code 2016-03-21 07:10:08 +00:00
runtime bytes: Equal perf improvements on ppc64le/ppc64 2016-03-23 14:21:15 +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
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