go/src
mingrammer fceaa2e242 runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection
There was still the word 'Hashmap' in gc_test.go, so I renamed it to just 'Map'

Previous renaming commit: https://golang.org/cl/90336

Change-Id: I5b0e5c2229d1c30937c7216247f4533effb81ce7
Reviewed-on: https://go-review.googlesource.com/96675
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-02-23 16:48:01 +00:00
..
archive archive/zip: make benchmarks more representative 2018-02-21 00:32:33 +00:00
bufio
builtin
bytes
cmd cmd/compile: intrinsify math.Sqrt on 386 2018-02-23 13:49:55 +00:00
compress compress/bzip2: use sort.Slice in huffman.go 2018-02-17 00:34:26 +00:00
container
context
crypto crypto/sha512: speed-up for very small blocks 2018-02-20 23:44:12 +00:00
database/sql database/sql: add String method to IsolationLevel 2018-02-22 15:17:52 +00:00
debug all: add more uses of stringer 2018-02-19 21:33:14 +00:00
encoding all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
errors
expvar
flag
fmt
go go/types: add -panic flag to gotype command for debugging 2018-02-22 21:46:19 +00:00
hash
html all: fix misspellings 2018-02-20 21:02:58 +00:00
image all: fix misspellings 2018-02-20 21:02:58 +00:00
index/suffixarray
internal net: fix UDPConn readers to return truncated payload size instead of 0 2018-02-21 10:40:03 +00:00
io
log
math all: fix misspellings 2018-02-20 21:02:58 +00:00
mime
net net/http: support multipart/mixed in Request.MultipartReader 2018-02-21 21:04:09 +00:00
os syscall: ensure Mkdir(path) on Plan 9 fails if path exists 2018-02-20 13:21:12 +00:00
path path/filepath: fix escaped chars in Glob on non-Windows 2018-02-14 11:47:59 +00:00
plugin
reflect reflect: avoid calling common if type is known to be *rtype 2018-02-22 07:18:15 +00:00
regexp regexp/syntax: make Op an fmt.Stringer 2018-02-20 15:33:50 +00:00
runtime runtime: rename the TestGcHashmapIndirection to TestGcMapIndirection 2018-02-23 16:48:01 +00:00
sort
strconv strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strings
sync sync: enable profiling of RWMutex 2018-02-14 15:38:42 +00:00
syscall syscall: remove list of unimplemented syscalls 2018-02-22 16:47:24 +00:00
testing
text text/template: fix the documentation of the block action 2018-02-21 20:57:47 +00:00
time time: add example for FixedZone 2018-02-13 21:57:23 +00:00
unicode
unsafe
vendor/golang_org/x
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
nacltest.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc