go/src/pkg
Mikio Hara ecc174324c net: revert Zone in IPNet temporally
Update #4501.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7853047
2013-03-17 19:50:01 +09: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,string: move the BUG to the comment of the function it's about 2013-03-15 17:08:07 -07: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: associate a mutex with each driver interface 2013-03-14 15:01:45 -07:00
debug debug/macho: add doc comment for FormatError 2013-03-11 12:32:47 -07:00
encoding encoding/xml: rewrite invalid code points to U+FFFD in Marshal, Escape 2013-03-13 23:26:03 -04:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
fmt all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
go go/doc: fix TODO 2013-03-15 15:55:31 -07:00
hash
html html/template: Ensure release of namespace mutex in Template.Execute() 2013-03-12 14:35:14 -07:00
image image/jpeg: ignore extraneous data, the same as what libjpeg does. 2013-03-13 10:44:45 +11: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: revert Zone in IPNet temporally 2013-03-17 19:50:01 +09:00
os os/signal: add Stop, be careful about SIGHUP 2013-03-15 00:00:02 -04: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: scan the type of an interface value 2013-03-15 16:07:52 -04: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 bytes,string: move the BUG to the comment of the function it's about 2013-03-15 17:08:07 -07: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/utf8: fix insignificant typos in tests 2013-03-13 07:45:31 -07:00
unsafe