go/src/pkg
Russ Cox e451fb8ffb fmt: add test of NaN map keys
R=r
CC=golang-dev
https://golang.org/cl/5564063
2012-01-30 13:20:38 -05:00
..
archive archive/zip: add functions to convert between os.FileInfo & FileHeader 2012-01-26 15:31:09 -08:00
bufio
builtin
bytes bytes: delete the test for huge buffers 2012-01-22 09:25:47 -08:00
compress compress/flate: remove unused huffmanEncoder.generateChains. 2012-01-27 09:52:58 -08:00
container container/heap: better package documentation 2012-01-17 13:07:47 -08:00
crypto build: remove code now in subrepositories 2012-01-25 15:30:42 -05:00
database/sql database/sql: convert SQL null values to []byte as nil. 2012-01-26 15:12:48 -08:00
debug src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
encoding build: remove code now in subrepositories 2012-01-25 15:30:42 -05:00
errors
exp build: remove code now in subrepositories 2012-01-25 15:30:42 -05:00
expvar
flag flag: allow a FlagSet to not write to os.Stderr 2012-01-27 09:23:06 -08:00
fmt fmt: add test of NaN map keys 2012-01-30 13:20:38 -05:00
go pkg/go/scanner: Fix Typical use output 2012-01-30 09:58:25 -08:00
hash crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 2012-01-18 10:36:28 -05:00
html html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
image image: change the YCbCr image's pixel buffers to start at Rect.Min 2012-01-20 10:44:22 +11:00
index/suffixarray
io bytes.Buffer: restore panic on out-of-memory 2012-01-21 09:46:59 -08:00
log net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
math math/big: test both bitLen and bitLen_g 2012-01-26 10:08:21 -08:00
mime mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00
net net/http: Fix nil pointer dereference in error case. 2012-01-30 07:57:50 -08:00
old pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
os os/user: windows implementation 2012-01-30 22:59:10 +11:00
path path/filepath: fix test 2012-01-25 20:19:55 -08:00
reflect reflect: add comment about Type.Field allocation 2012-01-27 16:11:17 -05:00
regexp regexp: remove vestigial Error type 2012-01-25 14:50:37 -08:00
runtime runtime: fix float64 hash 2012-01-30 11:10:59 -05: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 os/user: windows implementation 2012-01-30 22:59:10 +11:00
testing testing: do not recover example's panic 2012-01-19 10:19:33 -08:00
text text/template: add example for Template 2012-01-25 09:24:25 +11:00
time pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08: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
Makefile cmd/goinstall: remove now that 'go get' works 2012-01-29 17:22:20 -02:00
deps.bash