| .. |
|
archive
|
io: rename Copyn to CopyN.
|
2011-09-30 13:13:39 -07:00 |
|
asn1
|
crypto/x509: keep the raw Subject and Issuer.
|
2011-10-14 15:06:54 -04:00 |
|
big
|
big: handle aliasing correctly for Rat.SetFrac.
|
2011-10-18 12:40:41 -07:00 |
|
bufio
|
bufio: handle a "\r\n" that straddles the buffer.
|
2011-08-25 08:44:12 +10:00 |
|
builtin
|
builtin: correct description of a closed channel.
|
2011-08-16 16:03:30 +10:00 |
|
bytes
|
updates: append(y,[]byte(z)...) -> append(y,z...)"
|
2011-10-12 13:42:04 -07:00 |
|
cmath
|
math: remove the leading F from Fabs etc.
|
2011-09-29 09:54:20 -07:00 |
|
compress
|
…
|
|
|
container
|
container/vector: delete
|
2011-10-11 16:41:48 -07:00 |
|
crypto
|
http, crypto/tls: fix read timeouts and closing.
|
2011-10-18 12:59:32 -04:00 |
|
csv
|
csv: fix issue 2366 - overly aggressive TrimLeadingSpace
|
2011-10-17 11:10:39 -07:00 |
|
debug
|
gofix -r mapdelete
|
2011-10-18 09:56:34 -04:00 |
|
encoding
|
encoding/binary: added benchmarks
|
2011-10-05 13:04:43 -07:00 |
|
exec
|
exec: add Command.ExtraFiles
|
2011-10-06 11:00:02 -07:00 |
|
exp
|
os/inotify: move to exp/inotify
|
2011-10-19 10:54:45 +09:00 |
|
expvar
|
…
|
|
|
flag
|
flag: make zero FlagSet useful
|
2011-09-15 17:04:51 -04:00 |
|
fmt
|
fmt: clean up after reflect.Interface change.
|
2011-10-18 16:23:07 -07:00 |
|
go
|
gofmt: fix //line handling
|
2011-10-14 15:54:45 -04:00 |
|
gob
|
gofix -r mapdelete
|
2011-10-18 09:56:34 -04:00 |
|
hash
|
…
|
|
|
html
|
html: parse raw text and RCDATA elements, such as <script> and <title>.
|
2011-10-19 08:03:30 +11:00 |
|
http
|
http: add test for panic inside hijacked request
|
2011-10-19 08:23:13 +11:00 |
|
image
|
image/tiff: Implement PackBits decoding.
|
2011-10-13 13:31:26 +11:00 |
|
index/suffixarray
|
index/suffixarray: 4.5x faster index serialization (to memory)
|
2011-09-30 11:31:28 -07:00 |
|
io
|
io: rename Copyn to CopyN.
|
2011-09-30 13:13:39 -07:00 |
|
json
|
updates: append(y,[]byte(z)...) -> append(y,z...)"
|
2011-10-12 13:42:04 -07:00 |
|
log
|
…
|
|
|
mail
|
time: make Weekday a method.
|
2011-09-12 11:47:55 -07:00 |
|
math
|
build: clear execute bit from source files
|
2011-10-06 18:33:13 +09:00 |
|
mime
|
strings: implement a faster byte->string Replacer
|
2011-10-03 15:19:04 -07:00 |
|
net
|
net: remove duplicate error information in Dial
|
2011-10-18 14:51:40 -04:00 |
|
old
|
gofix -r mapdelete
|
2011-10-18 09:56:34 -04:00 |
|
os
|
os/inotify: move to exp/inotify
|
2011-10-19 10:54:45 +09:00 |
|
patch
|
…
|
|
|
path
|
path/filepath: added Rel as the complement of Abs
|
2011-10-04 11:27:06 -03:00 |
|
rand
|
math: remove the leading F from Fabs etc.
|
2011-09-29 09:54:20 -07:00 |
|
reflect
|
reflect: make unsafe use of SliceHeader gc-friendly
|
2011-10-18 10:03:37 -04:00 |
|
regexp
|
regexp: speedups
|
2011-09-28 12:00:31 -04:00 |
|
rpc
|
rpc: don't panic on write error.
|
2011-10-18 15:52:49 -07:00 |
|
runtime
|
reflect: make unsafe use of SliceHeader gc-friendly
|
2011-10-18 10:03:37 -04:00 |
|
scanner
|
scanner: invalidate scanner.Position when no token is present
|
2011-10-17 16:35:12 -07:00 |
|
smtp
|
…
|
|
|
sort
|
go/doc, godoc, gotest: support for reading example documentation
|
2011-10-06 11:56:17 -07:00 |
|
strconv
|
strconv: faster Unquote in common case
|
2011-09-26 13:59:12 -04:00 |
|
strings
|
strings: implement a faster byte->string Replacer
|
2011-10-03 15:19:04 -07:00 |
|
sync
|
sync/atomic: replace MFENCE with LOCK XADD
|
2011-09-19 11:09:00 -07:00 |
|
syscall
|
syscall: update ztypes_linux_arm for terminal changes
|
2011-10-19 07:38:32 -07:00 |
|
syslog
|
…
|
|
|
tabwriter
|
…
|
|
|
template
|
template: do not depend on map iteration order
|
2011-10-17 14:51:45 -04:00 |
|
testing
|
testing: fix time reported for failing tests.
|
2011-10-07 14:15:16 -07:00 |
|
time
|
time: make month/day name comparisons case insenstive
|
2011-10-04 12:52:30 -07:00 |
|
unicode
|
gofix -r mapdelete
|
2011-10-18 09:56:34 -04:00 |
|
unsafe
|
unsafe: update doc
|
2011-08-31 17:59:35 -04:00 |
|
url
|
gofix -r mapdelete
|
2011-10-18 09:56:34 -04:00 |
|
utf8
|
utf8: add Valid and ValidString
|
2011-10-06 22:47:24 -07:00 |
|
utf16
|
…
|
|
|
websocket
|
websocket: tweak hybi ReadHandshake to supports Firefox implementation
|
2011-10-14 14:27:45 -04:00 |
|
xml
|
gofix -r mapdelete
|
2011-10-18 09:56:34 -04:00 |
|
Makefile
|
os/inotify: move to exp/inotify
|
2011-10-19 10:54:45 +09:00 |
|
deps.bash
|
catch future accidental dependencies to exp/ or old/
|
2011-10-12 10:55:42 -07:00 |