..
archive
archive/zip: handle extra data headers with no body
2012-11-18 00:45:47 +11:00
bufio
cmd/gofmt, bufio, image: Consistency and error handling.
2013-01-07 11:15:53 +11:00
builtin
builtin: correct comment on builtin function delete().
2012-12-14 09:13:42 -08:00
bytes
bytes: fix UnreadByte failure after ReadBytes
2013-01-11 17:02:21 +11:00
compress
all: use io.ByteWriter now that it exists
2013-01-08 12:15:19 -08:00
container
container/list: avoid memory leaks
2013-01-09 15:22:48 -08:00
crypto
src: Use bytes.Equal instead of bytes.Compare where possible.
2013-01-07 10:03:49 +11:00
database /sql
database/sql: document args, add a couple examples
2013-01-11 14:46:49 -08:00
debug
cmd/ld: use native-endian symbol values in symbol table
2013-01-04 17:03:57 -05:00
encoding
encoding/json: fix panics on type mismatches.
2013-01-14 08:44:16 +01:00
errors
pkg: a slew of examples
2012-02-18 11:48:33 +11:00
exp
go/types: Moving from *ast.Objects to types.Objects (step 2).
2013-01-13 10:33:08 -08:00
expvar
expvar: add locking to String, and use RWMutex properly throughout.
2012-03-06 09:13:26 +11:00
flag
flag: add implicit boolFlag interface
2012-12-22 13:34:48 -05:00
fmt
fmt: update an old comment; fix a typo.
2012-12-25 14:54:24 -08:00
go
go/types: set type of lhs ident in type switch guards
2013-01-14 15:25:42 -08:00
hash
build: make int 64 bits on amd64
2012-09-24 20:57:01 -04:00
html
html/template: Clarifying references to "text/template" in the documentation.
2013-01-14 12:11:22 +00:00
image
all: use io.ByteWriter now that it exists
2013-01-08 12:15:19 -08:00
index /suffixarray
all: various typos
2012-03-13 17:29:07 -07:00
io
io/ioutil: fix Discard data race
2012-12-28 09:33:22 -08:00
log
log/syslog: remove RFC5424 version number for greater compatibility
2013-01-04 10:21:43 -05:00
math
src: Use bytes.Equal instead of bytes.Compare where possible.
2013-01-07 10:03:49 +11:00
mime
mime/multipart: allow setting the Writer boundary
2012-12-10 16:30:42 -05:00
net
net/http: fix racy test
2013-01-15 09:13:05 -08:00
old /netchan
gofmt: apply gofmt -w src misc
2012-10-30 13:38:01 -07:00
os
os: use syscall.Pipe2 on Linux
2013-01-11 08:30:25 -08:00
path
all: set GOMAXPROCS to 1 when counting mallocs
2012-12-01 00:38:01 +08:00
reflect
reflect: declare slice as *[]unsafe.Pointer instead of *[]byte
2012-12-28 02:35:04 +08:00
regexp
regexp: fix index panic in Replace
2012-12-22 11:14:56 -05:00
runtime
cmd/5c: fix handling of side effects when assigning a struct literal.
2013-01-12 09:16:50 +01:00
sort
sort: fix comment for various Search routines
2012-11-07 05:07:46 +08:00
strconv
all: fix typos
2012-12-19 03:04:09 +08:00
strings
bytes, strings: fix Reader WriteTo return value on 0 bytes copied
2012-11-25 09:04:13 -08:00
sync
sync/atomic: document that users must deal with 64-bit alignment
2013-01-02 15:44:00 -05:00
syscall
syscall: simplify socket control messages
2013-01-15 08:52:22 +09:00
testing
testing: document whitespace trimming of example expected/actual output.
2013-01-12 11:18:15 +11:00
text
text/template: Document that range can be used on chan types.
2013-01-12 11:06:13 +11:00
time
time: fix race
2013-01-14 14:09:42 -08:00
unicode
utf8: fix typo.
2013-01-09 11:07:13 -08:00
unsafe
unsafe: fix a typo
2012-10-19 16:35:15 +11:00