go/src/pkg
Dmitriy Vyukov b09d881799 net: refactoring in preparation for integrated network poller
Introduce pollDesc struct, to split netFD struct into fd-related
and poller-related parts.

R=golang-dev, bradfitz, iant
CC=golang-dev
https://golang.org/cl/7762044
2013-03-13 00:03:00 +04:00
..
archive archive/tar: remove execute bit from common.go 2013-03-03 08:56:08 +11:00
bufio all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
builtin builtin: document appending a string to a byte slice 2013-02-27 16:11:17 -08:00
bytes bytes: annotate assembly functions with //go:noescape 2013-02-10 00:08:30 +08:00
compress all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
container container/heap: fix int overflow bug 2013-03-04 10:25:21 -05:00
crypto all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
database/sql database/sql: fix Conn leak 2013-03-08 10:04:17 -08:00
debug debug/macho: add doc comment for FormatError 2013-03-11 12:32:47 -07:00
encoding encoding/xml: name space bug fixes 2013-03-12 11:46:12 -04:00
errors
expvar
flag
fmt all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
go go/parser: better error message if = is seen instead of == 2013-03-11 15:23:18 -07:00
hash
html all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
image all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
index/suffixarray
io all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
log log/syslog: fix race in test between channel close and accept. 2013-02-28 07:48:16 +01:00
math all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
mime all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
net net: refactoring in preparation for integrated network poller 2013-03-13 00:03:00 +04:00
os os/signal: windows is supported, update comment 2013-03-13 02:40:56 +08:00
path all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
reflect all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
regexp regexp: identify that submatch is also known as capturing group 2013-03-11 16:23:06 -07:00
runtime runtime: Fix plan9 aes hash initialization. 2013-03-12 11:03:16 -07:00
sort all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
strconv all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
strings strings: remove allocations in Split(s, "") 2013-03-06 15:21:19 -05:00
sync sync/atomic: make unaligned 64-bit atomics crash on 386 2013-03-11 12:21:46 -04:00
syscall syscall: add PROT_* and MAP_* constants to freebsd 2013-03-09 16:25:30 +11:00
testing testing: move Skip into *common 2013-02-23 11:57:51 +11:00
text text/template: revert minor change to Name method 2013-03-08 16:39:54 -08:00
time all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
unicode unicode: use new Scanner interface in table creation 2013-02-21 10:47:31 -08:00
unsafe