| .. |
|
archive
|
ioutil: add NopCloser
|
2011-03-12 16:05:07 -08:00 |
|
asn1
|
asn1: marshal true as 255, not 1.
|
2011-02-05 13:55:37 -05:00 |
|
big
|
big: implemented custom Gob(En/De)coder for Int type
|
2011-03-08 17:27:44 -08:00 |
|
bufio
|
testing: fix build
|
2011-03-16 10:12:25 -07:00 |
|
bytes
|
bytes: fix bugs in buffer.ReadBytes
|
2011-02-11 12:39:18 -05:00 |
|
cmath
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
compress
|
compress/lzw: benchmark a range of input sizes.
|
2011-03-09 16:32:02 +11:00 |
|
container
|
container/ring: Replace Iter() with Do().
|
2011-02-08 20:07:05 -08:00 |
|
crypto
|
crypto/openpgp: add DSA signature support.
|
2011-03-16 10:50:06 -04:00 |
|
debug
|
debug/proc: fix build
|
2011-03-15 19:39:50 -04:00 |
|
ebnf
|
go/printer, gofmt: smarter handling of multi-line raw strings
|
2011-02-04 17:34:16 -08:00 |
|
encoding
|
encoding/line: fix line returned after EOF
|
2011-02-15 09:52:20 -05:00 |
|
exec
|
exec: document dir option for Run
|
2011-03-21 11:25:00 -03:00 |
|
exp
|
go/ast: merge CaseClause and TypeCaseClause
|
2011-03-16 14:25:59 -07:00 |
|
expvar
|
http: change ResponseWriter.SetHeader(k,v) to Header() accessor
|
2011-03-09 09:41:01 -08:00 |
|
flag
|
flag: document Nflag function
|
2011-03-20 11:45:43 -07:00 |
|
fmt
|
fmt: heaven forfend we export EOF = -1
|
2011-03-09 16:53:32 -08:00 |
|
go
|
go/printer: Revert API change of CL 4274075.
|
2011-03-22 14:14:26 -07:00 |
|
gob
|
gob: fix up ugly formatting introduced by buggy (now fixed) gofmt.
|
2011-03-22 11:52:41 -07:00 |
|
hash
|
hash: new FNV-1a implementation
|
2011-03-07 11:11:21 -05:00 |
|
html
|
html: small documentation fix.
|
2011-02-18 10:35:49 +11:00 |
|
http
|
cgi: extra failure debugging in host_test
|
2011-03-21 14:43:38 -07:00 |
|
image
|
image: add a decoding test for common file formats.
|
2011-03-03 20:35:49 +11:00 |
|
index/suffixarray
|
suffixarray: fix construction bug
|
2011-01-31 13:13:02 -08:00 |
|
io
|
ioutil: add NopCloser
|
2011-03-12 16:05:07 -08:00 |
|
json
|
json: use base64 to encode []byte
|
2011-02-23 11:32:29 -05:00 |
|
log
|
log: rename Exit* to Fatal*
|
2011-02-01 12:47:35 -08:00 |
|
math
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
mime
|
mime/multipart: switch from map to MIMEHeader
|
2011-03-06 15:12:03 -08:00 |
|
net
|
net: Use preallocated buffer for kqueue/kevent.
|
2011-03-18 12:48:12 -07:00 |
|
netchan
|
go code: replace closed(c) with x, ok := <-c
|
2011-03-11 14:47:44 -05:00 |
|
os
|
os: remove fstat TODO
|
2011-03-17 13:57:36 -04:00 |
|
patch
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07:00 |
|
path
|
path/filepath: fix TestEvalSymlinks when run under symlinked GOROOT
|
2011-03-21 11:24:48 +11:00 |
|
rand
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
reflect
|
go code: replace closed(c) with x, ok := <-c
|
2011-03-11 14:47:44 -05:00 |
|
regexp
|
regexp: add support for matching text read from things that implement
|
2011-02-03 13:58:40 -08:00 |
|
rpc
|
rpc: increase server_test timeout
|
2011-03-21 00:07:22 -03:00 |
|
runtime
|
runtime: cpu profiling support
|
2011-03-23 11:43:37 -04:00 |
|
scanner
|
scanner: fix Position returned by Scan, Pos
|
2011-01-25 13:32:56 -08:00 |
|
smtp
|
smtp: add *tls.Config argument to StartTLS
|
2010-12-14 12:22:08 -05:00 |
|
sort
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
strconv
|
strconv/ftoa: avoid a double shift. (shifts by variables are expensive.)
|
2011-02-11 16:06:04 -08:00 |
|
strings
|
strings: better benchmark names; add BenchmarkIndex
|
2011-03-08 09:58:18 -08:00 |
|
sync
|
sync: fix example code
|
2011-03-23 14:24:30 +11:00 |
|
syscall
|
syscall: rename from .sh to .pl, because these files are in Perl.
|
2011-03-21 13:02:10 -07:00 |
|
syslog
|
syslog: split Unix domain support from network support.
|
2011-03-09 13:15:46 -08:00 |
|
tabwriter
|
tabwriter: use append
|
2010-10-28 21:23:04 -07:00 |
|
template
|
remove unused labels
|
2011-03-15 14:05:07 -04:00 |
|
testing
|
testing: add -test.memprofile and -test.memprofilerate flags.
|
2011-03-16 09:53:58 -07:00 |
|
time
|
time: give a helpful message when we can't set the time zone for testing.
|
2011-03-21 13:48:31 -07:00 |
|
try
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07:00 |
|
unicode
|
log: rename Exit* to Fatal*
|
2011-02-01 12:47:35 -08:00 |
|
unsafe
|
unsafe: fix the documentation
|
2011-03-02 19:39:08 -08:00 |
|
utf8
|
throughout: fix broken calls to Printf etc.
|
2010-12-07 16:42:54 -05:00 |
|
utf16
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07:00 |
|
websocket
|
http: move RemoteAddr & UsingTLS from ResponseWriter to Request
|
2011-03-10 08:17:22 -08:00 |
|
xml
|
remove unused labels
|
2011-03-15 14:05:07 -04:00 |
|
Makefile
|
gofix: new command for updating code to new release
|
2011-03-15 14:15:41 -04:00 |
|
deps.bash
|
build: add another --no-print-directory
|
2010-12-16 10:46:25 +11:00 |