| .. |
|
archive
|
archive/zip: handle trailing data after the end of directory header
|
2013-04-08 15:38:06 +10:00 |
|
bufio
|
bufio/Scan: fix error handling at EOF
|
2013-04-10 20:58:19 -07:00 |
|
builtin
|
builtin: add linkable-to declarations for iota and nil
|
2013-03-26 11:05:06 -07:00 |
|
bytes
|
bytes: don't leave mprotect-ed pages after unsafe test.
|
2013-04-03 08:30:20 -07:00 |
|
compress
|
compress/gzip: add Writer.Flush to call flate.Writer's Flush
|
2013-04-02 09:07:43 -07:00 |
|
container
|
container/heap: fix int overflow bug
|
2013-03-04 10:25:21 -05:00 |
|
crypto
|
crypto/ecdsa: doc cleanup
|
2013-04-13 23:09:08 -07:00 |
|
database/sql
|
database/sql: close driver Stmt before releasing Conn
|
2013-04-15 14:06:41 -07:00 |
|
debug
|
debug/elf: repair GNU version symbols.
|
2013-03-22 01:27:55 +01:00 |
|
encoding
|
encoding/json: documentation regarding anonymous fields.
|
2013-04-11 12:46:23 -07:00 |
|
errors
|
…
|
|
|
expvar
|
…
|
|
|
flag
|
…
|
|
|
fmt
|
fmt: tweak the explanation of Stringer to be more correct and less specific
|
2013-04-10 14:05:34 -07:00 |
|
go
|
go/scanner: reject BOMs that are not at the beginning
|
2013-04-12 21:28:38 -07:00 |
|
hash
|
build: update assembly variable names for vet
|
2013-03-22 12:57:55 -04:00 |
|
html
|
build: remove dead code
|
2013-03-22 17:28:22 -04:00 |
|
image
|
image/gif: make test repeatable
|
2013-03-26 16:20:17 +11:00 |
|
index/suffixarray
|
…
|
|
|
io
|
io: document non-guarantees of io.Closer
|
2013-04-09 10:17:35 -07:00 |
|
log
|
log/syslog: fix race in test between channel close and accept.
|
2013-02-28 07:48:16 +01:00 |
|
math
|
math/big: minor cleanups
|
2013-04-03 13:24:32 -07:00 |
|
mime
|
src/pkg: fixed various typos
|
2013-03-20 16:32:37 -07:00 |
|
net
|
net/http/cookiejar: mention go.net/publicsuffix.
|
2013-04-16 04:29:55 +08:00 |
|
os
|
os/exec, syscall: fix tests to pass when GOGCTRACE=1 is set
|
2013-03-30 09:22:11 -07:00 |
|
path
|
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
|
2013-03-06 15:52:32 -08:00 |
|
reflect
|
reflect: document the unreliability of StringHeader and SliceHeader
|
2013-04-07 18:42:47 -07:00 |
|
regexp
|
regexp: identify that submatch is also known as capturing group
|
2013-03-11 16:23:06 -07:00 |
|
runtime
|
runtime: if span was scavenged, mark it as needing to be zeroed
|
2013-04-16 09:08:06 -07:00 |
|
sort
|
sort: be consistent when describing "less: function in the multiKeys example
|
2013-04-02 10:25:02 -07:00 |
|
strconv
|
strconv: remove some test TODOs and adjust malloc limits lower
|
2013-04-04 17:04:18 -07:00 |
|
strings
|
bytes,strings: remove user name from BUG in comment
|
2013-03-19 15:04:18 -07:00 |
|
sync
|
sync, sync/atomic: do not corrupt race detector after a nil dereference.
|
2013-04-08 23:46:54 +02:00 |
|
syscall
|
os/exec, syscall: fix tests to pass when GOGCTRACE=1 is set
|
2013-03-30 09:22:11 -07:00 |
|
testing
|
testing/iotest: rephrase DataErrReader's description
|
2013-04-12 16:08:56 -07:00 |
|
text
|
text/template: fix bug in evaluating a chain starting with a function.
|
2013-03-27 16:31:14 -07:00 |
|
time
|
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
|
2013-03-06 15:52:32 -08:00 |
|
unicode
|
unicode: modify a comment to the convention format.
|
2013-03-19 14:47:41 -04:00 |
|
unsafe
|
…
|
|