.. |
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: improve performance of Unmarshal on primitive types
|
2013-01-10 17:58:45 -08:00 |
errors
|
|
|
exp
|
go/types: Moving from *ast.Objects to types.Objects (step 1).
|
2013-01-11 13:53:38 -08:00 |
expvar
|
|
|
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
|
testing: in example, empty output not distinguished from missing output
|
2013-01-12 11:05:53 +11:00 |
hash
|
|
|
html
|
all: fix the the typos
|
2012-11-22 02:58:24 +08:00 |
image
|
all: use io.ByteWriter now that it exists
|
2013-01-08 12:15:19 -08:00 |
index/suffixarray
|
|
|
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/cgi: fix test case sensitivity on Windows
|
2013-01-11 15:11:08 -08:00 |
old/netchan
|
|
|
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
|
runtime: work around 5c bug in GC code.
|
2013-01-11 00:59:44 +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
|
net: use windows ConnectEx to dial (when possible)
|
2013-01-11 12:42:09 +11:00 |
testing
|
testing: fix example test fd leak
|
2012-12-22 13:41:01 -05:00 |
text
|
text/template: Document that range can be used on chan types.
|
2013-01-12 11:06:13 +11:00 |
time
|
all: fix typos
|
2012-12-19 03:04:09 +08:00 |
unicode
|
utf8: fix typo.
|
2013-01-09 11:07:13 -08:00 |
unsafe
|
|
|