1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:54:42 -07:00
go/src
Josh Bleecher Snyder 974c201f74 runtime: avoid unnecessary map iteration write barrier
Update #14921

Change-Id: I5c5816d0193757bf7465b1e09c27ca06897df4bf
Reviewed-on: https://go-review.googlesource.com/21814
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
2016-04-10 20:01:47 +00:00
..
archive
bufio all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
builtin
bytes bytes: add ContainsRune 2016-04-08 20:24:57 +00:00
cmd all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
compress compress/flate: improve short writer error test 2016-04-10 15:59:00 +00:00
container
context context: disable more flaky tests on openbsd 2016-04-08 18:39:11 +00:00
crypto crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +00:00
database/sql
debug debug/gosym: do not forget to close test binay file handle in TestPCLine 2016-04-05 04:43:44 +00:00
encoding all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
errors
expvar expvar: Ensure strings are written as valid JSON. 2016-04-06 03:52:39 +00:00
flag
fmt fmt: hold on to all free buffers, regardless of size 2016-04-03 06:20:37 +00:00
go all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
hash hash/crc64: Add tests for ECMA polynomial 2016-03-31 20:42:02 +00:00
html html: fix typo in UnescapeString string docs 2016-04-10 18:50:25 +00:00
image image/jpeg: reconstruct progressive images even if incomplete. 2016-03-31 00:33:24 +00:00
index/suffixarray
internal internal/trace: fix a typo in error message 2016-04-10 14:39:59 +00:00
io io: change the name of ReadAtSizer to SizedReaderAt 2016-04-08 14:46:19 +00:00
log
math math/big: re-use memory in Int.GCD 2016-04-07 17:19:37 +00:00
mime mime: fix maximum length of encoded-words 2016-03-29 11:19:31 +00:00
net all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
os os/user: wrap getgrnam_r to fix type issues 2016-04-06 15:49:15 +00:00
path path/filepath: normalize output of EvalSymlinks on windows 2016-04-05 00:39:25 +00:00
reflect reflect: add s390x support 2016-04-06 04:23:06 +00:00
regexp
runtime runtime: avoid unnecessary map iteration write barrier 2016-04-10 20:01:47 +00:00
sort
strconv
strings bytes, string: add Reset method to Reader 2016-04-07 18:58:01 +00:00
sync sync/atomic: add s390x implementations of atomic functions 2016-04-07 15:30:14 +00:00
syscall syscall: add assembly for Linux on s390x 2016-04-08 18:40:11 +00:00
testing testing: fix flakey test on plan9 2016-04-06 18:35:33 +00:00
text
time
unicode
unsafe
vendor/golang.org/x/net/http2/hpack all: fix spelling mistakes 2016-04-03 17:03:15 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc