go/src/pkg
Christoph Hack 2a6b4e120a net/http: the documentation should call NewRequest with the right signature.
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5554063
2012-01-19 06:11:02 -08:00
..
archive zip: fix data race in test 2011-12-19 15:40:10 -08:00
bufio bufio: make the minimum read buffer size 16 bytes. 2011-12-13 15:07:17 -08:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes pkg/bytes: add the usual copyright notice to example_test.go 2012-01-18 09:40:50 -08:00
compress gzip: Convert between Latin-1 and Unicode 2011-12-14 17:17:40 -05:00
container container/heap: better package documentation 2012-01-17 13:07:47 -08:00
crypto crypto/x509: remove explicit uses of rsa. 2012-01-19 08:49:52 -05:00
debug src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
encoding encoding/json: fix comments, tweak tests for tag names 2012-01-19 15:33:29 +09:00
errors
exp net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
expvar expvar: fix typo in Publish documentation 2011-12-09 14:24:51 -08:00
flag flag: change Set method Value interface to return error instead of bool. 2011-12-25 16:12:26 +11:00
fmt fmt: fix Malloc test 2012-01-17 15:42:02 -08:00
go godoc: add anchors to cmd documentation headings 2012-01-19 18:59:06 +11:00
hash crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 2012-01-18 10:36:28 -05:00
html html: in foreign content, check for HTML integration points in breakout 2012-01-19 17:41:10 +11:00
image image: add PixOffset methods; use them in image/draw and image/tiff. 2012-01-19 12:59:39 +11:00
index/suffixarray
io io/ioutil: close file in TestWriteFile before deleting it 2011-12-19 17:30:14 +11:00
log net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
math math/rand: decrease test duration in short mode 2012-01-19 16:17:44 +04:00
mime mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00
net net/http: the documentation should call NewRequest with the right signature. 2012-01-19 06:11:02 -08:00
old old/netchan: fix data race on client hashmap 2012-01-17 11:48:20 +04:00
os os: remove old note about NewSyscallError being special 2012-01-18 16:59:40 +11:00
patch Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
path path: added examples 2012-01-19 13:28:25 +11:00
reflect reflect: fix Slice cap 2011-12-12 19:45:40 -02:00
regexp regexp: add SubexpNames 2012-01-19 01:24:01 -05:00
runtime runtime: implement runtime.usleep for FreeBSD/386 and amd64. 2012-01-17 03:22:34 +11:00
sort sort: eliminate extra Len() call 2012-01-05 18:40:17 -08:00
strconv doc: fix comments referring to removed API funcs 2012-01-14 10:59:45 -08:00
strings panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
sync sync/atomic: fix data race in tests 2012-01-16 11:43:36 +04:00
syscall syscall: fix plan9 build 2012-01-19 14:52:28 +09:00
testing testing: document examples 2012-01-17 14:20:27 -08:00
text text/template: fix nil error on redefinition 2012-01-17 13:24:59 -08:00
time time: add Since, which returns the time elapsed since some past time t. 2012-01-18 15:25:00 -05:00
unicode utf8.String: move to exp/utf8string.String 2012-01-17 14:21:50 -08:00
unsafe unsafe: refer to correct reflect functions 2012-01-04 17:14:56 +11:00
websocket net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
Makefile exp/terminal: still trying to unbreak non-Linux builds. 2012-01-15 10:41:16 -05:00
deps.bash