1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:21:22 -06:00
go/src
Alessandro Arzilli f744717d19 debug/gosym: parse remote packages correctly
Fixes #15675

Change-Id: I8bad220988e5d690f20804db970b2db037c81187
Reviewed-on: https://go-review.googlesource.com/23086
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-17 22:16:38 +00:00
..
archive archive/zip: use HTTPS for documentation link 2016-05-14 17:27:44 +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/compile: use sparse algorithm for phis in large program 2016-05-16 21:08:05 +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/tls: document certificate chains in LoadX509KeyPair 2016-05-16 23:19:05 +00:00
database/sql database/sql: clone data for named []byte types 2016-04-30 18:40:36 +00:00
debug debug/gosym: parse remote packages correctly 2016-05-17 22:16:38 +00:00
encoding encoding/json: document that object keys are sorted 2016-05-16 19:43:53 +00:00
errors
expvar
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 net: golang.org/x/net/route plumbing 2016-05-15 06:24:02 +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 DNS dials 2016-05-14 00:14:25 +00:00
io io: make chained multiReader Read more efficient 2016-05-16 22:55:42 +00:00
log
math all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
mime mime/multipart: sort header keys to ensure reproducible output 2016-05-16 22:55:16 +00:00
net net: deflake TestLookupPort for embedded, security-hardened platforms 2016-05-17 21:51:18 +00:00
os os/signal: fix wrong constant name in the documentation 2016-05-17 14:55:14 +00:00
path all: use bytes.Equal, bytes.Contains and strings.Contains, again 2016-04-11 15:16:54 +00:00
reflect reflect: remove out of date UTF-8 StructOf restriction 2016-05-17 21:15:46 +00:00
regexp all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
runtime runtime: yield after raising signal that should kill process 2016-05-16 22:19:05 +00:00
sort
strconv strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
strings strings: fix Contains on amd64 2016-05-15 05:21:03 +00:00
sync cmd/vet: check sync.* types' copying 2016-05-06 16:43:51 +00:00
syscall syscall: fix missing use of use function in sysctl 2016-05-15 20:56:39 +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: set Local.name on windows 2016-05-14 17:30:16 +00:00
unicode unicode: improve SimpleFold performance for ascii 2016-04-26 21:59:50 +00:00
unsafe
vendor/golang.org/x/net vendor: import golang.org/x/net/route 2016-05-14 23:06:17 +00:00
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
make.bat
Make.dist
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