go/src
karthik nayak d3dd2588eb gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecated
Currently they aren't marked as deprecated as Godoc, but the comments
mention that they are deprecated. Mark them as officially deprecated.

Fixes #29576

Change-Id: I795c698ac715476023d80579d60932fba4c5edde
Reviewed-on: https://go-review.googlesource.com/c/go/+/156331
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-03-08 22:40:10 +00:00
..
archive archive/tar, syscall: add statUnix for aix/ppc64 2019-02-27 23:40:20 +00:00
bufio bufio: fix emptyFinalToken example to handle multiple Reads 2019-03-02 18:28:10 +00:00
builtin
bytes bytes: use Rabin-Karp algorithm for LastIndex 2019-03-08 13:46:43 +00:00
cmd cmd/link: on AIX generate export file for host linker 2019-03-08 21:37:03 +00:00
compress compress/gzip: clarify that Multistream gzip requires a ByteReader 2019-02-26 23:02:40 +00:00
container container/heap: avoid memory leak in example 2019-02-26 23:42:26 +00:00
context
crypto crypto/cipher: fix duplicated arguments to bytes.Equal in test 2019-03-08 22:18:36 +00:00
database/sql database/sql: fix comment grammar 2019-03-07 05:19:01 +00:00
debug gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecated 2019-03-08 22:40:10 +00:00
encoding all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
errors errors: add Unwrap, Is, and As 2019-02-27 19:09:40 +00:00
expvar
flag flag: improve docs for PrintDefaults; clarify how to change output destination 2019-01-21 05:30:12 +00:00
fmt fmt: rewrite if-else-if-else chain to switch statement 2019-03-06 15:12:49 +00:00
go go/build: change the search order for "vendor/" paths based on srcDir 2019-03-08 18:03:06 +00:00
hash hash/fnv: use bits.Mul64 for 128-bit hash 2018-12-10 22:50:48 +00:00
html html/template: prevent test from failing with nil pointer dereference 2019-03-02 01:53:40 +00:00
image image/png: delete unused statement 2019-02-28 18:24:51 +00:00
index/suffixarray
internal all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
io io: align style of test comments in multi_test.go 2019-02-26 23:01:20 +00:00
log log: make the name of error clearer 2019-03-07 15:36:29 +00:00
math math/big: support new octal prefixes 0o and 0O 2019-03-07 21:13:57 +00:00
mime mime/multipart: quote boundary in Content-Type if necessary 2018-12-13 23:58:06 +00:00
net net: use network and host as singleflight key during lookupIP 2019-03-08 01:21:52 +00:00
os internal/poll: make FD.isFile mean whether it isn't socket on Windows 2019-03-06 18:04:33 +00:00
path path/filepath: don't discard .. in EvalSymlinks 2019-03-05 01:01:11 +00:00
plugin
reflect all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
regexp regexp: add ReplaceAllStringFunc example 2019-02-27 21:48:41 +00:00
runtime all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
sort sort: change let to let's 2019-01-27 01:34:56 +00:00
strconv strconv: simplify (*extFloat).Multiply using math/bits.Mul64 2019-03-04 22:25:21 +00:00
strings strings: add ReplaceAll example 2018-12-13 00:35:06 +00:00
sync sync: allow inlining the Mutex.Unlock fast path 2019-03-05 14:59:31 +00:00
syscall syscall: add all ambient capabilities into permitted and inheritable sets 2019-03-08 20:53:16 +00:00
testdata
testing all: join a few chained ifs 2019-03-05 20:31:32 +00:00
text all: simplify multiple for loops 2019-03-08 14:29:19 +00:00
time time: add support for day-of-year in Format and Parse 2019-03-08 01:21:33 +00:00
unicode
unsafe
Make.dist
all.bash
all.bat
all.rc
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash cmd/dist: build exec wrappers during bootstrap 2019-02-26 17:59:23 +00:00
make.bash cmd/dist, cmd/link: allow passing default dynamic linker/loader 2019-03-01 06:06:13 +00:00
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc