..
archive
archive/zip: zip64 support
2012-08-22 11:05:24 +10:00
bufio
bufio: discourage use of ReadLine
2012-08-05 14:32:09 -04:00
builtin
bytes
bytes: make Join return a new buffer on len(a) == 1
2012-07-20 16:04:22 -03:00
compress
compress/flate: fix panic when nlit is out of bounds.
2012-07-16 12:01:18 +10:00
container
godoc: make example code more readable with new comment convention
2012-02-16 11:50:28 +11:00
crypto
crypto/tls: fix data race on conn.err
2012-09-06 17:50:26 +10:00
database /sql
database/sql: stop reuse of bad connections
2012-08-23 19:29:47 -07:00
debug
debug/elf: Add support for getting DynTag string table values.
2012-08-03 14:46:20 -04:00
encoding
encoding/xml: parse comments in DOCTYPE
2012-08-31 18:09:31 -04:00
errors
pkg: a slew of examples
2012-02-18 11:48:33 +11:00
exp
exp/locale/collate: added indices to builder for reusing blocks between locales.
2012-09-08 10:46:55 +09:00
expvar
expvar: add locking to String, and use RWMutex properly throughout.
2012-03-06 09:13:26 +11:00
flag
flag: fix bug in handling of booleans on error
2012-07-27 16:13:29 -07:00
fmt
fmt: honor integer radix formats (%d etc.) for pointers
2012-08-17 16:12:25 -07:00
go
go/scanner: add missing BOM test
2012-09-07 16:28:15 -07:00
hash
hash/adler32: optimize.
2012-05-25 09:58:38 +10:00
html
pkg: Removing duplicated words ("of of", etc.), mostly from comments.
2012-07-09 09:16:10 +10:00
image
image/jpeg: fix quantization tables to be in zig-zag order, not natural
2012-09-06 11:10:47 +10:00
index /suffixarray
all: various typos
2012-03-13 17:29:07 -07:00
io
io: amend ReaderFrom doc as per r's comment
2012-08-08 15:41:47 +10:00
log
log/syslog: don't append \n if there is one
2012-07-27 14:22:27 -04:00
math
math/big: Replace RCLQ + ANDQ with SETCS in unrolled arithmetic assembly.
2012-08-28 09:29:45 -07:00
mime
net,mime: Minor corrections to documentation comments.
2012-09-07 10:24:55 -07:00
net
net,mime: Minor corrections to documentation comments.
2012-09-07 10:24:55 -07:00
old /netchan
old/regexp, old/template: delete.
2012-04-27 15:12:24 +10:00
os
net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process.
2012-09-04 12:37:23 -07:00
path
path: improve documentation for Dir
2012-08-30 11:16:41 -07:00
reflect
reflect: faster FieldByName, FieldByNameFunc
2012-09-05 09:35:53 -04:00
regexp
regexp: fix glitch in doc for FindReaderIndex
2012-07-30 12:46:50 -07:00
runtime
runtime: arm: abort if hardware floating point missing
2012-09-07 14:26:42 +10:00
sort
sort: add time complexity to doc
2012-03-22 09:27:02 -07:00
strconv
strconv: faster FormatFloat for fixed number of digits.
2012-09-01 16:31:46 +02:00
strings
go/parser: fix comment grouping (day 1 bug)
2012-05-22 10:04:34 -07:00
sync
sync: mention that WaitGroup.Add panics
2012-07-19 11:55:03 -07:00
syscall
syscall: Test SCM credentials on Linux.
2012-09-07 10:31:17 -07:00
testing
testing: add Verbose() to expose whether -test.v is set
2012-08-09 23:41:09 +08:00
text
text/scanner: skip first character if it's a BOM
2012-09-07 17:15:42 -07:00
time
time: fix spacing in comment.
2012-08-22 21:30:18 -07:00
unicode
cmd/gc: string conversion for surrogates
2012-08-30 11:16:55 -07:00
unsafe
pkg: Removing duplicated words ("of of", etc.), mostly from comments.
2012-07-09 09:16:10 +10:00