..
archive
archive/tar,zip: implement the os.FileInfo interface correctly.
2013-08-21 08:29:41 +10:00
bufio
bufio: add Writer example
2013-08-12 13:03:50 +10:00
builtin
builtin: document print and println
2013-07-09 16:20:19 -07:00
bytes
bytes, strings: use copy in Repeat
2013-08-27 09:21:08 +10:00
compress
compress/zlib: add Reset method to Writer.
2013-09-05 21:50:47 +02:00
container
container/list: fix typo in comment
2013-08-08 12:41:19 +10:00
crypto
crypto/rand: make Read use io.ReadFull
2013-09-06 12:00:27 -07:00
database /sql
database/sql: add SetMaxOpenConns
2013-08-30 09:27:33 -07:00
debug
runtime: convert .s textflags from numbers to symbolic constants.
2013-08-07 12:20:05 -07:00
encoding
undo CL 13004046 / 5db14b33d6ef
2013-09-06 07:54:43 +10:00
errors
…
expvar
…
flag
flag: export commandLine, the previously internal default FlagSet
2013-08-08 11:50:58 +10:00
fmt
fmt: Remove some unnecessary conversions.
2013-08-28 11:55:39 -07:00
go
cgo: enable cgo on dragonfly
2013-09-04 15:19:21 -07:00
hash
all: change textflags from numbers to symbols.
2013-08-12 10:25:36 -07:00
html
html/template: export the parse.Tree for the escaped template
2013-09-05 08:23:11 +10:00
image
image/color/palette: move Plan9Palette and WebSafePalette out of the
2013-08-30 16:03:16 +10:00
index /suffixarray
…
io
io: prevent write to PipeWriter after Close
2013-08-13 11:04:09 -07:00
log
log/syslog: restore use of serverConn interface
2013-07-24 10:28:57 -07:00
math
math/big: fix nil bug in GobEncode
2013-08-19 11:22:09 +10:00
mime
all: dragonfly support
2013-08-24 02:22:52 +10:00
net
net: Fix inaccurate docs for AcceptTCP and AcceptUnix.
2013-09-06 12:00:03 -07:00
os
cgo: enable cgo on dragonfly
2013-09-04 15:19:21 -07:00
path
all: dragonfly support
2013-08-24 02:22:52 +10:00
reflect
reflect: unexport BUCKETSIZE, MAXKEYSIZE, MAXVALSIZE
2013-09-06 12:00:42 -07:00
regexp
regexp/syntax: optimize EmptyOpContext
2013-08-29 14:31:10 -07:00
runtime
cgo: enable cgo on dragonfly
2013-09-04 15:19:21 -07:00
sort
sort: use a very fast random generator for benchmarks
2013-08-29 13:21:21 +10:00
strconv
all: protect alloc count tests by -testing.short
2013-08-21 14:00:45 +10:00
strings
bytes, strings: use copy in Repeat
2013-08-27 09:21:08 +10:00
sync
sync: improve once.Do documentation readability
2013-08-28 12:53:59 +10:00
syscall
runtime, syscall: add support for dragonfly/386
2013-08-31 09:32:07 -07:00
testing
testing: don't start timing a Parallel test until it's actually starting
2013-08-19 10:15:30 +10:00
text
text/template: allow eq to take more than two arguments
2013-09-04 13:42:22 +10:00
time
time: add more docs on Sleep
2013-08-28 11:16:55 -07:00
unicode
undo CL 12486043 / ab644299d124
2013-08-05 16:27:24 -07:00
unsafe
…