1
0
mirror of https://github.com/golang/go synced 2024-11-14 18:30:31 -07:00
go/src
Austin Clements feb92a8e8c runtime: remove work.partial queue
This work queue is no longer used (there are many reads of
work.partial, but the only write is in putpartial, which is never
called).

Fixes #11922.

Change-Id: I08b76c0c02a0867a9cdcb94783e1f7629d44249a
Reviewed-on: https://go-review.googlesource.com/15892
Reviewed-by: Rick Hudson <rlh@golang.org>
2015-10-19 18:37:54 +00:00
..
archive archive/tar: fix numeric overflow issues in readGNUSparseMap0x1 2015-10-06 17:49:05 +00:00
bufio
builtin
bytes
cmd cmd/go: -buildmode=pie for android/arm 2015-10-19 18:02:08 +00:00
compress compress/flate: improve inflate speed by reading more bits at a time 2015-10-19 00:01:31 +00:00
container build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
crypto
database/sql database/sql: avoid deadlock waiting for connections 2015-10-16 15:17:03 +00:00
debug debug/gosym: clean up and modernize pclntab_test 2015-10-07 17:01:59 +00:00
encoding encoding/json: simplify encodeState.{string, stringBytes} 2015-10-14 23:29:14 +00:00
errors
expvar
flag
fmt fmt: clarify reflect.Value printing 2015-10-19 18:29:36 +00:00
go go/types: check that typed constant shift expressions are representable 2015-10-19 17:34:51 +00:00
hash hash/crc32: add AMD64 optimized IEEE CRC calculation 2015-09-16 15:42:42 +00:00
html
image image: add NYCbCrA types. 2015-10-11 11:07:25 +00:00
index/suffixarray
internal
io io: simplify documentation for ByteReader 2015-10-06 02:21:29 +00:00
log
math math: Modf(-0) returns -0,-0 2015-10-09 17:09:16 +00:00
mime mime: Remove an allocation in word decoding. 2015-10-18 17:31:52 +00:00
net net/http: use the correct error variable in serveFile 2015-10-19 15:26:35 +00:00
os runtime, os/signal: use //go:linkname instead of assembly stubs to get access to runtime functions 2015-10-16 07:11:04 +00:00
path
reflect reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size 2015-10-18 23:15:26 +00:00
regexp
runtime runtime: remove work.partial queue 2015-10-19 18:37:54 +00:00
sort
strconv
strings
sync
syscall syscall: fix nacl listener to not accept connections once closed 2015-10-16 14:43:17 +00:00
testing
text text/template: resolve non-empty interface 2015-10-15 05:02:27 +00:00
time
unicode unicode: include rune 0 in RangeTables. 2015-08-24 15:05:48 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack vendor: import golang.org/x/net/http2 2015-10-14 23:21:40 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat build: fix clean scripts 2015-06-18 16:13:13 +00:00
clean.rc
iostest.bash
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat build: convert run.bash, run.bat, and run.rc into a Go program 2015-03-03 23:22:11 +00:00
run.rc