go/src
Mikio Hara 8de2f604c0 go/build: add go1.11 build tag
As usual, adding go1.11 early in the cycle so that we can start
regression testing of the master toolchain.

Change-Id: Ie96eca7223722d60d7acc6b3b996b76740c36419
Reviewed-on: https://go-review.googlesource.com/93775
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-02-13 23:36:06 +00:00
..
archive archive/tar: automatically promote TypeRegA 2018-02-13 18:36:49 +00:00
bufio
builtin
bytes bytes: mention strings.Builder in Buffer.String docs 2017-11-30 01:46:50 +00:00
cmd cmd/vet: replace hasMethod with isFormatter 2018-02-13 21:19:57 +00:00
compress
container container/list: document nil values more 2018-01-08 18:06:27 +00:00
context
crypto all: use HTTPS for iana.org links 2018-02-13 18:36:48 +00:00
database/sql database/sql: remove duplicate validation 2018-02-13 21:25:13 +00:00
debug debug/gosym: update docs for changes in Go 1.3 2017-11-30 22:49:27 +00:00
encoding encoding/gob: avoid race on idToType 2018-01-04 02:17:33 +00:00
errors
expvar
flag flag: clarify comment to avoid shell syntax confusion 2017-12-06 04:36:03 +00:00
fmt
go go/build: add go1.11 build tag 2018-02-13 23:36:06 +00:00
hash hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all implementations 2017-12-06 07:45:46 +00:00
html html/template: check for duplicates when inserting escapers 2018-01-10 17:36:27 +00:00
image image/gif: support non-looping animated gifs (LoopCount=-1) 2018-02-13 20:25:49 +00:00
index/suffixarray
internal cmd/trace: init goroutine info entries with GoCreate event 2017-12-20 23:04:21 +00:00
io
log
math math: use Abs rather than if x < 0 { x = -x } 2018-02-13 20:12:23 +00:00
mime
net net/http: add StatusMisdirectedRequest (421) 2018-02-13 18:38:49 +00:00
os os: add UserCacheDir 2018-02-13 07:01:26 +00:00
path path: add example for Match 2018-02-13 18:45:33 +00:00
plugin plugin: document support for macOS 2017-12-12 00:59:50 +00:00
reflect doc: fix typo in OverflowInt godoc 2018-02-13 03:02:09 +00:00
regexp regexp: don't allocate when All methods find no matches 2018-02-13 18:44:40 +00:00
runtime runtime/trace: fix TestTraceSymbolize when GOMAXPROCS=1 2018-02-13 22:55:49 +00:00
sort
strconv strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strings strings: prevent copyCheck from forcing Builder to escape and allocate 2018-01-09 22:01:28 +00:00
sync runtime, sync/atomic: use NOFRAME on arm 2018-02-12 21:41:30 +00:00
syscall syscall: support syscalls without error return on Linux 2018-02-13 15:57:31 +00:00
testing cmd/go, testing: test names don't have to be alphanumeric 2018-01-04 01:52:55 +00:00
text text/template: never call reflect.Zero(nil) 2018-02-13 22:18:21 +00:00
time time: add example for FixedZone 2018-02-13 21:57:23 +00:00
unicode Revert "go/printer: forbid empty line before first comment in block" 2017-12-01 01:12:26 +00:00
unsafe
vendor/golang_org/x vendor: update golang.org/x/net/nettest from upstream 2017-11-29 19:55:02 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash misc,src: add support for specifying adb flags to the android harness 2018-01-20 21:13:30 +00:00
bootstrap.bash bootstrap.bash: only fetch git revision if we need it 2018-01-30 15:11:56 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc