go/src
David Crawshaw 0cc710dca6 reflect: fix method type string
By picking up a spurious tFlagExtraStar, the method type was printing
as unc instead of func.

Updates #15673

Change-Id: I0c2c189b99bdd4caeb393693be7520b8e3f342bf
Reviewed-on: https://go-review.googlesource.com/23103
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-05-13 17:44:48 +00:00
..
archive archive/tar: centralize all information about tar header format 2016-05-06 00:57:22 +00:00
bufio all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
builtin
bytes all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
cmd cmd/trace: split large traces into parts 2016-05-12 17:53:59 +00:00
compress compress: update documentation regarding footer verification 2016-05-09 19:19:24 +00:00
container container/heap: correct number of elements in BenchmarkDup 2016-04-20 15:26:05 +00:00
context context: use https in docs 2016-05-05 18:31:23 +00:00
crypto crypto/sha1: disable crashing AVX2 optimizations for now 2016-05-10 16:44:53 +00:00
database/sql database/sql: clone data for named []byte types 2016-04-30 18:40:36 +00:00
debug cmd/compile: add -linkobj flag to allow writing object file in two parts 2016-05-09 17:31:45 +00:00
encoding encoding/json: support maps with integer keys 2016-05-10 03:53:12 +00:00
errors
expvar expvar: Ensure strings are written as valid JSON. 2016-04-06 03:52:39 +00:00
flag flag: update test case (fix build) 2016-04-21 23:17:18 +00:00
fmt fmt: remove extra space in too few arguments example 2016-05-12 20:45:48 +00:00
go Revert "cmd/build: reject non-existant directories in ImportDir" 2016-05-13 17:30:23 +00:00
hash hash/crc32: use vector instructions on s390x 2016-04-22 18:07:15 +00:00
html html/template, text/template: clarify Parse{Files,Glob} semantics 2016-04-22 02:01:54 +00:00
image image/gif: accept an out-of-bounds transparent color index. 2016-04-29 00:01:22 +00:00
index/suffixarray
internal net, net/http: don't trace UDP dials 2016-05-13 01:19:05 +00:00
io all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
log
math all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
mime all: standardize RFC mention format 2016-04-12 21:07:52 +00:00
net net, net/http: don't trace UDP dials 2016-05-13 01:19:05 +00:00
os os: fix Remove for file with read only attribute on Windows 2016-05-11 17:37:55 +00:00
path all: use bytes.Equal, bytes.Contains and strings.Contains, again 2016-04-11 15:16:54 +00:00
reflect reflect: fix method type string 2016-05-13 17:44:48 +00:00
regexp all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
runtime runtime: stop using sigreturn on openbsd/386 2016-05-12 07:32:01 +00:00
sort all: delete dead non-test code 2016-03-25 06:28:13 +00:00
strconv strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
strings all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
sync cmd/vet: check sync.* types' copying 2016-05-06 16:43:51 +00:00
syscall syscall: separate stdlib imports from others in mksyscall_windows.go 2016-05-13 00:36:07 +00:00
testing testing: fix vet warning 2016-05-12 16:22:42 +00:00
text text/template: detect pathologically recursive template invocations 2016-05-12 22:32:30 +00:00
time time: don't depend on the io package 2016-05-09 20:31:47 +00:00
unicode unicode: improve SimpleFold performance for ascii 2016-04-26 21:59:50 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack all: fix spelling mistakes 2016-04-03 17:03:15 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bootstrap.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash cmd/compile: switch to compact export format by default 2016-04-27 16:59:55 +00:00
iostest.bash
make.bash cmd/dist: redo flag-passing for bootstrap 2016-03-18 19:00:03 +00:00
make.bat
make.rc
naclmake.bash src: split nacltest.bash into naclmake.bash and keep nacltest.bash 2016-04-12 02:03:34 +00:00
nacltest.bash all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc