1
0
mirror of https://github.com/golang/go synced 2024-11-20 00:44:45 -07:00
go/src
Daniel Martí 79dbc1cc7b cmd/compile: replace classnames with Class.String
Since the slice of names is almost exactly the same as what stringer is
already generating for us.

Passes toolstash -cmp on std cmd.

Change-Id: I3f1e95efc690c0108236689e721627f00f79a461
Reviewed-on: https://go-review.googlesource.com/77190
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
2017-11-12 13:25:35 +00:00
..
archive archive/zip: use Time.UTC instead of Time.In(time.UTC) 2017-11-10 00:27:33 +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/compile: replace classnames with Class.String 2017-11-12 13:25:35 +00:00
compress
container
context
crypto crypto/x509: handle name constraints with cryptobyte 2017-11-12 01:19:40 +00:00
database/sql all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
debug
encoding encoding/json: permit encoding uintptr as a string 2017-11-08 20:34:55 +00:00
errors
expvar
flag
fmt
go crypto/x509: handle name constraints with cryptobyte 2017-11-12 01:19:40 +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 net: implement ReadMsg/WriteMsg on windows 2017-11-10 05:55:10 +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
net net/http/httputil: make ReverseProxy close response body if ModifyResponse returns an error 2017-11-11 20:12:59 +00:00
os syscall: fix NaCl Link syscall error handling 2017-11-06 16:36:34 +00:00
path
plugin
reflect
regexp go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
runtime cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflags 2017-11-09 15:04:04 +00:00
sort
strconv
strings strings: optimize ToLower 2017-11-08 21:47:19 +00:00
sync all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
syscall syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
testing
text text/template: remove unnecessary lexer field 2017-11-10 04:13:30 +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: add golang.org/x/crypto/cryptobyte 2017-11-08 00:18:05 +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