1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg
Mikio Hara 72dbc4ccc8 net: drop unnecessary indirection from PacketConn tests
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/83880043
2014-04-04 11:45:53 +09:00
..
archive archive/tar: add support for GNU sparse files. 2014-04-03 20:01:04 +00:00
bufio bufio: fix bug that ReadFrom stops before EOF or error 2014-03-24 11:48:34 -07:00
builtin
bytes bytes, strings: allow Reader.Seek past 1<<31 2014-03-28 12:23:51 -07:00
compress compress/bzip2: support superfluous Huffman levels. 2014-02-14 17:17:19 -05:00
container container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
crypto crypto/tls: deflake TestConnReadNonzeroAndEOF 2014-04-02 14:31:57 -07:00
database/sql database/sql: add "defer rows.Close()" to the example code. 2014-03-25 13:32:18 +11:00
debug debug/macho: handle missing __debug_str section 2014-03-13 14:04:29 -07:00
encoding encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. 2014-03-21 11:14:38 -04:00
errors
expvar expvar: don't recursively acquire Map.RLock 2014-03-18 11:38:39 -07:00
flag flag: remove unused FlagSet.exitOnError field 2013-12-17 23:18:12 -05:00
fmt fmt: fix go syntax formatting of []byte(nil) 2014-04-03 16:11:03 -04:00
go go/doc: fix ToText 2014-04-03 15:52:04 -07:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html html/template: fix broken links 2014-04-01 02:57:51 -04:00
image image/jpeg: return a FormatError when hitting an unexpected io.EOF 2014-02-28 15:18:35 +11:00
index/suffixarray
io io: clarify MultiReader documentation 2014-01-28 19:49:29 +11:00
log all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
math math/cmplx: define Pow(0, x) for problematic values of x. 2014-03-25 11:25:20 +11:00
mime all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
net net: drop unnecessary indirection from PacketConn tests 2014-04-04 11:45:53 +09:00
os os: relax the way we kill processes on Plan 9 2014-03-12 18:12:56 -07:00
path path/filepath: fixed misaligned comment. 2014-03-11 14:34:07 -07:00
reflect reflect: correct alignment of call arguments on amd64p32. 2014-03-20 22:22:07 +01:00
regexp regexp/syntax: remove InstLast 2014-03-27 14:05:14 -04:00
runtime cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with liveness 2014-04-03 20:33:25 -04:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings bytes, strings: allow Reader.Seek past 1<<31 2014-03-28 12:23:51 -07:00
sync sync: give finalizers more time in TestPoolGC 2014-03-07 16:08:12 -05:00
syscall net: tweak the ephemeral port range on dragonfly 2014-03-29 13:04:25 +09:00
testing testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
text text/scanner: handle non-io.EOF errors 2014-03-21 17:05:57 -07:00
time time: increase timeout in negative sleep duration test 2014-04-02 08:23:35 +11:00
unicode unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
unsafe