go/src/pkg
Russ Cox e8018fbebe runtime: rewrite map size test
I don't know why the memstats code is flaky.

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/12160043
2013-07-31 08:35:43 -04:00
..
archive all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
bufio bufio: check buffer availability before reading in ReadFrom 2013-07-25 11:29:13 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
compress compress/flate: reduce tiny allocs done by encoder. 2013-07-28 09:42:40 +02:00
container container/list: document complexity of Len 2013-07-30 13:35:14 -07:00
crypto all: move examples into package *_test. 2013-07-29 01:25:51 +02:00
database/sql database/sql: close statement before connection 2013-07-23 14:09:53 +10:00
debug all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
encoding encoding/xml: Do not pass through invalid utf8 bytes 2013-07-30 14:11:47 +10:00
errors
expvar
flag all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
fmt fmt: make all errors begin with the string "%!", always. 2013-07-31 16:11:12 +10:00
go go/parser: don't report name errors if DeclarationErrors is not set 2013-07-29 16:00:28 -07:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
image all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
index/suffixarray
io io: let SectionReader seek past the end; document Seeker semantics more 2013-07-18 13:03:26 +10:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math math/big: better documentation for Rat.Float64 2013-07-29 13:06:34 -07:00
mime all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
net net: add simple SetKeepAlivePeriod call test 2013-07-31 12:34:14 +09:00
os all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
path path/filepath: Panic in Match when parsing invalid character range. 2013-07-31 16:58:28 +10:00
reflect reflect: add Value.Slice3 and Value.SetCap methods, to match x[i:j:k] 2013-07-01 20:32:53 -04:00
regexp all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
runtime runtime: rewrite map size test 2013-07-31 08:35:43 -04:00
sort all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
strconv strconv: corrected several bad references to err.Error in doc comments. 2013-06-13 17:04:47 -07:00
strings
sync sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
syscall syscall: prlimit argument error for Getrlimit and Setrlimit on Linux 32-bit 2013-07-25 09:56:06 -04:00
testing cmd/go, testing: streamline direct use of test binaries 2013-07-12 20:40:30 -04:00
text text/template/parse: print TextNodes using %s not %q 2013-07-31 15:09:13 +10:00
time time: Allow Parse and Format to handle time zone offsets with seconds 2013-07-31 16:11:02 +10:00
unicode unicode: add "In" function to test membership of a rune 2013-07-24 10:27:58 +10:00
unsafe